修改字体粗细
This commit is contained in:
parent
cbbfb42380
commit
a032e79b33
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue