生箔工序加字段
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user