完成排序方式选择,媒体查询

This commit is contained in:
WangHao
2020-08-16 00:18:51 +08:00
parent 3eaf5afd22
commit 8ff9c111fd
3 changed files with 250 additions and 29 deletions

View File

@ -0,0 +1,64 @@
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
.sousouleft-switch{
display: none;
}
}
@media only screen and (min-width: 1130px) and (max-width: 1920px) {
.sousouleft-switch{
display: none;
}
}
@media only screen and (min-width: 100px) and (max-width: 1000px) {
.sousou-leftico{
display: none;
}
.header-listtxet{
display: none;
}
.transition-box{
width: 250px!important;
}
}
@media only screen and (min-width: 1130px) and (max-width: 1920px) {
.sousouleft-switch{
display: none;
}
}
/*@media only screen and (min-width: 0px) and (max-width: 1264px) {*/
/* !*右侧导航条*!*/
/* .announcement{*/
/* display: none!important;*/
/* width: 0px!important;*/
/* }*/
/* !*书签列表*!*/
/* .bookmarklist{*/
/* width: 100%!important;*/
/* }*/
/*}*/
@media only screen and (min-width: 1px) and (max-width: 660px) {
.transition-box{
display: none;
}
}