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