[Improvement] Search: update style (#1027)

This commit is contained in:
neverland 2018-05-09 17:52:21 +08:00 committed by GitHub
parent 69eab16b49
commit 31d49c63c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
box-sizing: border-box; box-sizing: border-box;
padding: 4px 15px; padding: 6px 15px;
position: relative; position: relative;
&--show-action { &--show-action {
@ -14,7 +14,7 @@
.van-cell { .van-cell {
flex: 1; flex: 1;
border-radius: 4px; border-radius: 4px;
padding: 5px 10px 5px 35px; padding: 3px 10px 3px 35px;
} }
input { input {
@ -45,13 +45,13 @@
top: 50%; top: 50%;
left: 25px; left: 25px;
z-index: 1; z-index: 1;
color: $gray-darker; color: $gray-dark;
position: absolute; position: absolute;
font-size: 16px; font-size: 16px;
transform: translateY(-50%); transform: translateY(-50%);
} }
.van-icon-clear { .van-icon-clear {
color: $gray-dark; color: #BBB;
} }
} }