修改字体大小

This commit is contained in:
A1300399510
2023-11-08 15:59:50 +08:00
parent 70b1029f89
commit f3640815ad
16 changed files with 31 additions and 29 deletions

View File

@@ -292,7 +292,7 @@ const goIndex = () => router.push("/")
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
font-size: 16px;
color: #E2EDF7;
cursor: pointer;
}
@@ -396,7 +396,7 @@ const goIndex = () => router.push("/")
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 15px;
font-size: 14px;
color: #7F7F7F;
text-align: left;
}