zhaoxiaohai 3 years ago
parent
commit
ca56c2b36c

+ 1 - 0
components/My_DisplayBox/index.wxss

@@ -27,6 +27,7 @@
 
 /* 更多 */
 .display-box-more {
+    font-family: PingFangSC-Medium, PingFang SC;
     font-size: 24rpx;
     font-weight: 500;
     color: rgba(0, 0, 0, 0.33);

+ 4 - 2
components/My_VerticalBox/index.wxss

@@ -18,14 +18,16 @@
     width: 186rpx;
     height: 134rpx;
     border-radius: 12rpx;
-    margin: 10rpx auto 20rpx;
+    margin: 10rpx auto 14rpx;
 }
 
 .VerticalBox-title {
+    font-family: PingFangSC-Medium, PingFang SC;
     font-size: 28rpx;
-    font-weight: 500;
+    font-weight: 550;
     color: #000000;
     margin-bottom: 10rpx;
+    opacity: .9;
 }
 
 .VerticalBox-explain {

+ 0 - 1
pages/tabbar-pages/home/index.wxss

@@ -9,7 +9,6 @@
 .grid-text-class {
     height: 40rpx;
     font-size: 28rpx;
-    font-family: PingFangSC-Regular, PingFang SC;
     color: #333333;
     line-height: 40rpx;
     padding-top: 12rpx !important;