zhoux 1 год назад
Родитель
Сommit
b949247b5f
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      pages/mine/mine.wxss

+ 1 - 4
pages/mine/mine.wxss

@@ -223,9 +223,9 @@ page {
 	display: grid;
 	align-content: center;
 	width: 32%;
-	height: 108rpx;
 	background: #F8F8F8;
 	filter: blur(var(--filterBlur--));
+	padding-bottom: 20rpx
 }
 
 .help-view-content-item:nth-child(n+4) {
@@ -250,7 +250,6 @@ page {
 .help-view-content-item-important {
 	font-weight: 600;
 	font-size: 16px;
-	font-family: 'PingFang SC';
 	color: #1B365D;
 	justify-content: center;
 	display: flex;
@@ -261,7 +260,6 @@ page {
 	font-style: normal;
 	font-weight: 400;
 	font-size: 10px;
-	font-family: 'PingFang SC';
 }
 
 .help-view-content-item-text {
@@ -270,7 +268,6 @@ page {
 	font-size: 10px;
 	color: #95A8CB;
 	text-align: center;
-	font-family: 'PingFang SC';
 }