feat: refactoring adjustments for member pages

This commit is contained in:
RockYang
2024-03-18 16:59:07 +08:00
parent f215643f2e
commit 4e39b93673
7 changed files with 24 additions and 30 deletions

View File

@@ -56,7 +56,6 @@
background-color: #393f4a;
color: #fff;
border-radius: 10px;
height: 100vh;
}
.member .inner .user-profile .el-form-item__label {
color: #fff;
@@ -130,7 +129,7 @@
.member .inner .product-box .list-box .product-item .product-info .info-line .expire {
color: #409eff;
}
.member .inner .product-box .list-box .product-item .product-info .info-line .calls {
.member .inner .product-box .list-box .product-item .product-info .info-line .power {
color: #f2cb51;
}
.member .inner .product-box .list-box .product-item .product-info .pay-way {

View File

@@ -71,7 +71,7 @@
background-color #393F4A
color #ffffff
border-radius 10px
height 100vh
//height 100vh
.el-form-item__label {
color #ffffff
@@ -162,7 +162,7 @@
color #409eff
}
.calls {
.power {
color #F2CB51
}
}