增加兑换中心页面

This commit is contained in:
2025-10-21 14:46:55 +08:00
parent f5a2679913
commit 5aa469a7b7
7 changed files with 326 additions and 2 deletions

View File

@@ -74,6 +74,9 @@ page,
.font-700{
font-weight: 700;
}
.font-bold{
font-weight: 700;
}
.font-14{
font-size: 14px;
}
@@ -97,4 +100,7 @@ page,
}
.justify-between{
justify-content: space-between;
}
.justify-center{
justify-content: center;
}