This commit is contained in:
2024-08-29 00:30:49 +08:00
parent 7041d5b092
commit fc7912e01c
11 changed files with 360 additions and 141 deletions

View File

@@ -104,7 +104,7 @@ page {
align-items: center;
justify-content: center;
line-height: 65rpx;
font-family: YouSheBiaoTiHei-1;
font-family: YouSheBiaoTiHei-3;
font-size: 36rpx;
color: #3c8af6;
}
@@ -196,7 +196,7 @@ page {
padding-right: 25rpx;
padding-top: 5rpx; */
padding:5rpx 25rpx 0 25rpx;
font-family: YouSheBiaoTiHei-1;
font-family: YouSheBiaoTiHei-3;
text-align: center;
font-size: 36rpx;
color: #3c8af6;
@@ -263,7 +263,7 @@ page {
width: 12rpx;
height: 12rpx;
background-color: #3c8bf6;; /* 蓝色圆点 */
background-color: #3c8bf6; /* 蓝色圆点 */
border-radius: 50%;
margin-right: 15rpx;
}
@@ -279,6 +279,7 @@ page {
}
.copyright {
color: #3c8af6;
margin-bottom: 60rpx;
text-align: center;
}