修改字体粗细

This commit is contained in:
TOP糯米 2023-02-21 23:32:16 +08:00
parent cbbfb42380
commit a032e79b33
4 changed files with 10 additions and 0 deletions

View File

@ -119,6 +119,7 @@ export default {
.title-box { .title-box {
width: 150rpx; width: 150rpx;
font-size: 30rpx; font-size: 30rpx;
font-weight: bold;
line-height: 30rpx; line-height: 30rpx;
color: #2d2d2d; color: #2d2d2d;
} }

View File

@ -124,6 +124,9 @@ export default {
z-index: 10; z-index: 10;
position: relative; position: relative;
margin-top: -85rpx; margin-top: -85rpx;
.title-box {
font-weight: normal;
}
} }
.save-form-btn { .save-form-btn {
margin-top: 40rpx; margin-top: 40rpx;

View File

@ -110,6 +110,9 @@ export default {
z-index: 10; z-index: 10;
position: relative; position: relative;
margin-top: -85rpx; margin-top: -85rpx;
.title-box {
font-weight: normal;
}
} }
.carry-style, .carry-style,
.count-style { .count-style {

View File

@ -165,6 +165,9 @@ export default {
z-index: 10; z-index: 10;
position: relative; position: relative;
margin-top: -130rpx; margin-top: -130rpx;
.title-box {
font-weight: normal;
}
} }
.carry-style, .carry-style,
.count-style { .count-style {