柒零 1 年之前
父節點
當前提交
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;
 }