修改本地测试连接,增加会员中心分包和页面

This commit is contained in:
2025-09-25 11:12:20 +08:00
parent c7e4e5e26b
commit e38cfe1eaa
16 changed files with 491 additions and 48 deletions

View File

@@ -52,4 +52,37 @@ page,
}
.bg-main{
background-color: $my-main-color;
}
.color-666{
color: #666;
}
.text-center{
text-align: center;
}
.color-333{
color: #333;
}
.color-000{
color: #000;
}
.color-999{
color: #999;
}
.font-16 {
font-size: 16px;
}
.font-700{
font-weight: 700;
}
.font-14{
font-size: 14px;
}
.font-10{
font-size: 10px;
}
.font-12 {
font-size: 12px;
}
.no-wrap{
white-space: nowrap;
}