|
|
@@ -100,7 +100,7 @@ page {
|
|
|
|
|
|
.base-title {
|
|
|
flex: 1;
|
|
|
- font-weight: 400;
|
|
|
+ font-weight: 600;
|
|
|
font-size: 28rpx;
|
|
|
color: #333333;
|
|
|
}
|
|
|
@@ -167,7 +167,8 @@ page {
|
|
|
|
|
|
.v3 {
|
|
|
margin-top: 60rpx;
|
|
|
- width: 286rpx;
|
|
|
+ margin-left: 20rpx;
|
|
|
+ width: 266rpx;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
@@ -181,6 +182,9 @@ page {
|
|
|
}
|
|
|
|
|
|
.t2 {
|
|
|
+ color: #666666;
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-weight: 400;
|
|
|
min-width: 70rpx;
|
|
|
}
|
|
|
|
|
|
@@ -282,5 +286,6 @@ page {
|
|
|
|
|
|
.t1 {
|
|
|
font-size: 28rpx;
|
|
|
+ font-weight: 600;
|
|
|
color: #333333;
|
|
|
}
|