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