|
@@ -137,17 +137,17 @@
|
|
|
height: -webkit-fill-available;
|
|
height: -webkit-fill-available;
|
|
|
width: -webkit-fill-available;
|
|
width: -webkit-fill-available;
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
- z-index: 100;
|
|
|
|
|
|
|
+ z-index: 1000;
|
|
|
top: 0;
|
|
top: 0;
|
|
|
|
|
+ bottom: 0;
|
|
|
.main-search-header {
|
|
.main-search-header {
|
|
|
- height: .71rem;
|
|
|
|
|
- background: #4391f7;
|
|
|
|
|
|
|
+ height: .88rem;
|
|
|
|
|
+ background: #3e82f5;
|
|
|
padding-left: .5rem;
|
|
padding-left: .5rem;
|
|
|
- line-height: .71rem;
|
|
|
|
|
|
|
+ line-height: .88rem;
|
|
|
input {
|
|
input {
|
|
|
width: 4.78rem;
|
|
width: 4.78rem;
|
|
|
- height: .54rem;
|
|
|
|
|
- line-height: .54rem;
|
|
|
|
|
|
|
+ height: .62rem;
|
|
|
font-size: .28rem;
|
|
font-size: .28rem;
|
|
|
color: #999;
|
|
color: #999;
|
|
|
padding-left: .2rem;
|
|
padding-left: .2rem;
|
|
@@ -156,15 +156,17 @@
|
|
|
outline: none;
|
|
outline: none;
|
|
|
border-radius: 0;
|
|
border-radius: 0;
|
|
|
float: left;
|
|
float: left;
|
|
|
- margin-top: .08rem;
|
|
|
|
|
|
|
+ margin-top: .12rem;
|
|
|
-webkit-appearance: none;
|
|
-webkit-appearance: none;
|
|
|
|
|
+ border-top-left-radius: .05rem;
|
|
|
|
|
+ border-bottom-left-radius: .05rem;
|
|
|
}
|
|
}
|
|
|
span {
|
|
span {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
width: 1.02rem;
|
|
width: 1.02rem;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- height: .54rem;
|
|
|
|
|
- line-height: .54rem;
|
|
|
|
|
|
|
+ height: .62rem;
|
|
|
|
|
+ line-height: .62rem;
|
|
|
color: #366df3;
|
|
color: #366df3;
|
|
|
font-size: .28rem;
|
|
font-size: .28rem;
|
|
|
margin-left: .02rem;
|
|
margin-left: .02rem;
|
|
@@ -172,7 +174,7 @@
|
|
|
border-bottom-right-radius: .05rem;
|
|
border-bottom-right-radius: .05rem;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
float: left;
|
|
float: left;
|
|
|
- margin-top: .08rem;
|
|
|
|
|
|
|
+ margin-top: .12rem;
|
|
|
}
|
|
}
|
|
|
a {
|
|
a {
|
|
|
font-size: .28rem;
|
|
font-size: .28rem;
|