@@ -184,3 +184,9 @@ ins, a {
::-webkit-scrollbar {
opacity: 0;
}
+
+input {
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+}
@@ -186,9 +186,9 @@
.home-input{
width: 6rem;
height: .61rem;
- line-height: .61rem;
input{
width:5.17rem;
+ height: .61rem;
display: inline-block;
padding: 0 1rem 0 .16rem;
margin-right:-.83rem;
@@ -465,7 +465,6 @@
margin-right: .19rem;
width: 4.36rem;
height: .6rem;
- line-height: .6rem;
vertical-align: middle;
input[type = "text"] {
@@ -137,17 +137,17 @@
height: -webkit-fill-available;
width: -webkit-fill-available;
position: fixed;
- z-index: 100;
+ z-index: 1000;
top: 0;
+ bottom: 0;
.main-search-header {
- height: .71rem;
- background: #4391f7;
+ height: .88rem;
+ background: #3e82f5;
padding-left: .5rem;
- line-height: .71rem;
+ line-height: .88rem;
input {
width: 4.78rem;
- height: .54rem;
- line-height: .54rem;
+ height: .62rem;
font-size: .28rem;
color: #999;
padding-left: .2rem;
@@ -156,15 +156,17 @@
outline: none;
border-radius: 0;
float: left;
- margin-top: .08rem;
+ margin-top: .12rem;
-webkit-appearance: none;
+ border-top-left-radius: .05rem;
+ border-bottom-left-radius: .05rem;
span {
width: 1.02rem;
text-align: center;
+ line-height: .62rem;
color: #366df3;
margin-left: .02rem;
@@ -172,7 +174,7 @@
border-bottom-right-radius: .05rem;
background: #fff;
a {