|
@@ -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;
|
|
|
}
|
|
|
|
|
|
/* 退出登录 */
|