This commit is contained in:
2025-09-03 17:08:48 +08:00
parent 6a0c9b51dd
commit 3f3a908305
13 changed files with 1281 additions and 283 deletions

View File

@@ -85,6 +85,11 @@ uni-button:after {
white-space: pre-wrap;
overflow-wrap: break-word;
}
.filter_picker {
line-height: 80rpx;
font-size: 28rpx;
color: #606266;
}
.filter_input_disabled {
background-color: #eee;
}
@@ -98,6 +103,11 @@ uni-button:after {
justify-content: flex-start;
align-items: center;
}
.filter_unit {
font-size: 28rpx;
color: #ff6a00;
font-weight: bold;
}
.tab-line {
_wh(32rpx, 10rpx)
background-color #fff
@@ -272,8 +282,11 @@ uni-button:after {
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);
}
.button-default {
display: grid;
place-items: center; /* */
font-size: 34rpx;
line-height: 88rpx;
line-height: 34rpx;
height: 88rpx;
color: #ff6a00;
text-align: center;
letter-spacing: 4rpx;