修改字体粗细
This commit is contained in:
parent
cbbfb42380
commit
a032e79b33
|
@ -119,6 +119,7 @@ export default {
|
|||
.title-box {
|
||||
width: 150rpx;
|
||||
font-size: 30rpx;
|
||||
font-weight: bold;
|
||||
line-height: 30rpx;
|
||||
color: #2d2d2d;
|
||||
}
|
||||
|
|
|
@ -124,6 +124,9 @@ export default {
|
|||
z-index: 10;
|
||||
position: relative;
|
||||
margin-top: -85rpx;
|
||||
.title-box {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
.save-form-btn {
|
||||
margin-top: 40rpx;
|
||||
|
|
|
@ -110,6 +110,9 @@ export default {
|
|||
z-index: 10;
|
||||
position: relative;
|
||||
margin-top: -85rpx;
|
||||
.title-box {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
.carry-style,
|
||||
.count-style {
|
||||
|
|
|
@ -165,6 +165,9 @@ export default {
|
|||
z-index: 10;
|
||||
position: relative;
|
||||
margin-top: -130rpx;
|
||||
.title-box {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
.carry-style,
|
||||
.count-style {
|
||||
|
|
Loading…
Reference in New Issue