|
@@ -34,7 +34,7 @@
|
|
|
font-size: 0.8vw;
|
|
|
width: 6vw;
|
|
|
}
|
|
|
- #service-search .search-contain .search-frist .search-input { width: calc(100% - 8vw); }
|
|
|
+ #service-search .search-contain .search-frist .search-input { width: calc(100% - 7vw); }
|
|
|
.van-field__left-icon {display: none}
|
|
|
.search-input .van-field__clear {display:none !important }
|
|
|
.van-search, .van-search .van-cell {padding: 0 !important;height: 100%;}
|
|
@@ -50,6 +50,9 @@
|
|
|
color: #282828;
|
|
|
width: 100%;
|
|
|
}
|
|
|
+ .van-field__control[type=search] {
|
|
|
+ font-size: 0.8vw !important;
|
|
|
+ }
|
|
|
.provider {
|
|
|
width: 100%;
|
|
|
height: 9.4vw;
|
|
@@ -119,6 +122,9 @@
|
|
|
.footer-phone .phone {
|
|
|
display: none;
|
|
|
}
|
|
|
+ .van-field__control[type=search]{
|
|
|
+ font-size: 0.8vw;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/**
|