52 lines
771 B
Plaintext
Raw Normal View History

2020-06-09 16:17:23 +08:00
@import "../area/index.wxss";
.van-search {
padding: 10px 16px;
align-items: center;
box-sizing: border-box;
}
.van-search,.van-search__content {
display: flex;
}
.van-search__content {
padding-left: 10px;
background-color: #f7f8fa;
border-radius: 2px;
flex: 1;
}
.van-search__content--round {
border-radius: 17px;
}
.van-search__label {
padding: 0 5px;
font-size: 14px;
line-height: 34px;
color: #333;
}
.van-search__field {
flex: 1;
}
.van-search__field__left-icon {
color: #999;
}
.van-search--withaction {
padding-right: 0;
}
.van-search__action {
padding: 0 10px;
font-size: 14px;
line-height: 34px;
color: #333;
}
.van-search__action--hover {
background-color: #f2f3f5;
}