You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
1.1 KiB
85 lines
1.1 KiB
|
|
|
|
.active {
|
|
background: none;
|
|
}
|
|
|
|
|
|
.filter-page,
|
|
.sort-page {
|
|
position: fixed;
|
|
|
|
/* #ifdef H5*/
|
|
top: 200rpx !important;
|
|
/* #endif */
|
|
|
|
|
|
}
|
|
|
|
.sort-item-active:after {
|
|
/* content: '✓'; */
|
|
top: auto;
|
|
margin-top: 0
|
|
}
|
|
|
|
.filter-bd-item-active:after {
|
|
/* content: '✓'; */
|
|
top: auto;
|
|
margin-top: 0
|
|
}
|
|
|
|
.filter-hd {
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
.control-confirm-btn {
|
|
background: #000;
|
|
}
|
|
|
|
.sort-item2 {
|
|
width: 24.25%;
|
|
margin-right: 1%;
|
|
text-align: center;
|
|
}
|
|
|
|
.sort-item2 text {
|
|
display: inline-block;
|
|
margin-bottom: 30rpx;
|
|
/* background: #f6f6f6; */
|
|
padding: 10rpx 25rpx;
|
|
color: #999;
|
|
font-size: 28rpx;
|
|
/* border:2rpx solid #ddd;border-radius: 5rpx; */
|
|
}
|
|
|
|
.wd_flt {
|
|
padding: 10rpx 30rpx 40rpx 30rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.sort-item-active2 text {
|
|
display: inline-block;
|
|
border: none;
|
|
background: #000;
|
|
color: #fff;
|
|
border-radius: 5rpx;
|
|
}
|
|
|
|
.wd_flt .sort-item2:nth-child(3n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.sort-item {
|
|
color: #999;
|
|
}
|
|
|
|
.sort-item-active,
|
|
.filter-bd-item-active,
|
|
.filter-hd-item-active {
|
|
color: #00ceb9 !important
|
|
}
|
|
|
|
.filter-bd-item {
|
|
color: #999;
|
|
}
|
|
|