生箔工序加字段

This commit is contained in:
蔡玲
2024-12-24 14:38:41 +08:00
parent 2dc449a68c
commit 374daf6907
4 changed files with 53 additions and 6 deletions

View File

@@ -222,6 +222,20 @@ uni-button:after {
.filter_input_disabled {
background-color: #eee;
}
.filter_tip {
top: 80rpx;
color: #ff6a00;
font-size: 22rpx;
line-height: 30rpx;
padding: 0 15rpx;
}
.filter_unit {
width: 70rpx;
font-size: 28rpx;
color: #606266;
text-align: right;
margin-left: 10rpx;
}
.scan_input {
width: 100%;
height: 80rpx;

View File

@@ -27,6 +27,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.hide {
display: none;
}
@@ -137,6 +140,12 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.mgb10 {
margin-bottom: 10rpx;
}
.mgb20 {
margin-bottom: 20rpx;
}
.mgb40 {
margin-bottom: 40rpx !important;
}
.mgr20 {
margin-right: 20rpx;
}