ipmr:净化css
parent
c335bf1957
commit
cc1c77b7a8
|
|
@ -73,17 +73,9 @@
|
||||||
|
|
||||||
|
|
||||||
/*响应样式*/
|
/*响应样式*/
|
||||||
@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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue