apeblog/public/template/default/pc/css/main-mobile-pro.css

16 lines
252 B
CSS

/**
Pro-移动适配
*/
@media screen and (max-width: 800px) {
body .sidebarlist-main {
display: none;
}
}
@media screen and (max-width: 1040px) {
body .header-main-location-left {
justify-content: space-between;
}
}