仿互站小程序
This commit is contained in:
52
vant/search/index.wxss
Normal file
52
vant/search/index.wxss
Normal file
@@ -0,0 +1,52 @@
|
||||
@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;
|
||||
}
|
Reference in New Issue
Block a user