- 将 .text-detail 的字体粗细从 500 增加到 600 - 将 .text-detail 的字体大小从28rpx 增加到 30rpx - 将 .text-one 的字体大小从 26rpx 增加到28rpx
@@ -135,15 +135,15 @@
background-repeat: no-repeat;
}
.text-detail{
- font-weight: 500;
- font-size: 28rpx;
+ font-weight: 600;
+ font-size: 30rpx;
color: #F6F6F9;
margin-bottom: 10rpx;
.text-one{
font-weight: 400;
- font-size: 26rpx;
+ font-size: 28rpx;
color: #FF31C2 ;