zhaoxiaohai 3 years ago
parent
commit
b1fd464fb6
1 changed files with 4 additions and 2 deletions
  1. 4 2
      pages/tabbar-pages/user/index.wxss

+ 4 - 2
pages/tabbar-pages/user/index.wxss

@@ -39,6 +39,7 @@
 }
 
 .user_name {
+    font-family: PingFangSC-Medium, PingFang SC;
     width: 350rpx;
     font-size: 36rpx;
     font-weight: 500;
@@ -78,11 +79,12 @@
 
 .grid_text-class {
     height: 40rpx;
-    font-size: 28rpx;
+    font-size: 28rpx !important;
     font-family: PingFangSC-Regular, PingFang SC;
-    color: #333333;
+    color: #333333 !important;
     line-height: 40rpx;
     padding-top: 12rpx;
+    opacity: .9 !important;
 }
 
 /* 退出登录 */