拣选作业

This commit is contained in:
2025-03-20 11:29:13 +08:00
parent 82b9ce4d55
commit 2e07185f4d
9 changed files with 59 additions and 86 deletions

View File

@@ -368,7 +368,10 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
bottom: 0;
left: 0;
width: 100%;
height: calc(100% - var(--status-bar-height) - 72rpx);
// height: calc(100% - var(--status-bar-height) - 72rpx);
height auto;
min-height 30%;
max-height: calc(100% - var(--status-bar-height) - 72rpx);
background-color: #f6f6f6;
box-shadow: 0 -8px 16px 0 rgba(28,31,33,.1);
border-top-left-radius: 20rpx;
@@ -454,8 +457,9 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
}
.font-size-1 {
font-size: 30rpx;
line-height: 54rpx;
line-height: 30rpx;
color: #ff6a00;
word-break: break-all;
}
.font-size-2 {
font-size: 30rpx;