拣选作业
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user