子卷进站

This commit is contained in:
2022-11-01 16:37:10 +08:00
parent 72a21b11c8
commit 4d19700411
7 changed files with 277 additions and 21 deletions

View File

@@ -84,6 +84,7 @@ uni-button:after {
}
.filter_item {
display: flex;
align-items: center;
width: 100%;
margin-bottom: 10rpx;
}
@@ -110,6 +111,23 @@ uni-button:after {
.filter_label_1 {
line-height: 30rpx;
}
.filter_search {
width: 100rpx;
height: 70rpx;
line-height: 70rpx;
font-size: 28rpx;
color: #323232;
text-align: center;
background-color: #fff;
border: 1px solid #ff6a00;
border-radius: 10rpx;
margin-left: 30rpx;
}
.filter_search_disabled {
background-color: #dcdfe6;
border: 1px solid #dcdfe6;
color: #fff;
}
.filter_input_wraper {
flex: 1;
height: 80rpx;