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

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