柒零 1 год назад
Родитель
Сommit
b536e7780b
1 измененных файлов с 7 добавлено и 2 удалено
  1. 7 2
      subpages/textStep/textStep.wxss

+ 7 - 2
subpages/textStep/textStep.wxss

@@ -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;
 }