ipmr:净化css

master
bobi 2019-08-30 13:42:55 +08:00
parent c335bf1957
commit cc1c77b7a8
1 changed files with 4 additions and 12 deletions

View File

@ -74,16 +74,8 @@
/*响应样式*/ /*响应样式*/
@media screen and (max-width:750px){ @media screen and (max-width:750px){
/*控制台*/ .ok-in-hide-md{display:none!important}
.ok-in-hide-md {
display: none !important;
} }
}
@media screen and (max-width:548px){ @media screen and (max-width:548px){
/**显隐样式**/ .ok-in-hide-xs,[ok-pc-in-show]{display:none!important}
[ok-pc-in-show],
.ok-in-hide-xs {
display: none !important;
}
} }