生箔工序加字段

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

@@ -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;
}