解決拖动浏览器窗口 搜索框抖动

This commit is contained in:
WangHao 2020-10-04 03:35:57 +08:00
parent 92c5d1a6e4
commit 6a78fd3eb1
2 changed files with 22 additions and 18 deletions

View File

@ -1,5 +1,6 @@
/* pc width > 1920>>>xl */ /* pc width > 1920>>>xl */
@media screen and (max-width: 1920px) { @media screen and (max-width: 2920px) {
/*@media screen and (max-width: 1920px) {*/
.sousouleft-switch{ .sousouleft-switch{
display: none; display: none;
} }
@ -15,18 +16,15 @@
/*.header-listtxet{*/ /*.header-listtxet{*/
/* display: none;*/ /* display: none;*/
/*}*/ /*}*/
.main-right{
width: 250px;
}
.tabBar{ .tabBar{
width: 250px!important; width: 250px!important;
} }
.sousouright-icon{ .sousouright-icon{
margin-right: 18px; margin-right: 18px;
} }
.logoname span{
font-size: 18px;
}
} }
@ -51,9 +49,7 @@
/* ipad >>> xs*/ /* ipad >>> xs*/
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
.sousou-leftico{
display: none;
}
.transition-box{ .transition-box{
display: none; display: none;
} }
@ -63,6 +59,9 @@
.sousouleft-switch{ .sousouleft-switch{
display: block; display: block;
} }
.sousou-leftico{
display: none;
}
.sousouright-icon{ .sousouright-icon{
margin-right: 13px; margin-right: 13px;

View File

@ -1650,6 +1650,7 @@
.header-sousou input { .header-sousou input {
margin-top: 9px; margin-top: 9px;
border: 0px; border: 0px;
background-color: #f2f2f2; background-color: #f2f2f2;
@ -1673,11 +1674,12 @@
.sousou-input { .sousou-input {
display: flex;
align-items: center;
justify-content: center;
width: 100%; width: 100%;
} }
.header-list { .header-list {
@ -1737,6 +1739,7 @@
.sousouleft-switch { .sousouleft-switch {
margin-top: 4px!important; margin-top: 4px!important;
margin-right: 10px!important;
} }
.sousouleft-switch i { .sousouleft-switch i {
@ -1746,9 +1749,10 @@
} }
.sousou-left { .sousou-left {
width: 50px!important; /*width: 50px!important;*/
height: 50px; /*height: 50px;*/
margin-top: 12px!important; /*margin-top: 12px!important;*/
/*background-color: red;*/
} }
.sousou-leftico { .sousou-leftico {
@ -1760,6 +1764,7 @@
border-radius: 3px; border-radius: 3px;
border: 1px solid #e6e6e6 !important; border: 1px solid #e6e6e6 !important;
margin-top: 9px!important; margin-top: 9px!important;
margin-right: 10px!important;
} }