加功能

This commit is contained in:
2025-09-25 17:39:07 +08:00
parent 80bd41cd5c
commit b557002498
8 changed files with 39 additions and 18 deletions

View File

@@ -84,6 +84,15 @@ uni-button:after {
color: #606266;
padding: 0 10rpx;
}
.filter_unit {
height: 80rpx;
line-height: 80rpx;
border: 1rpx solid #e5e5e5;
background-color: transparent;
font-size: 28rpx;
color: #606266;
text-align:center;
}
.filter_input_disabled {
background-color: #eee;
}