充值页面修改样式颜色

This commit is contained in:
2025-08-15 15:06:43 +08:00
parent e65cc36ecb
commit 5e983a551a
2 changed files with 2 additions and 2 deletions

View File

@@ -751,7 +751,7 @@ body {
text-align: center; text-align: center;
color: #fff; color: #fff;
font-size: 0.4266666667rem; font-size: 0.4266666667rem;
background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%); background: linear-gradient(270deg, #500FFF 0%, #F854FC 100%);
} }
.selectAddress { .selectAddress {

View File

@@ -839,7 +839,7 @@ body {
text-align: center; text-align: center;
color: #fff; color: #fff;
font-size: px2rem(32); font-size: px2rem(32);
background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%) background: linear-gradient( 270deg, #500FFF 0%, #F854FC 100%);
} }
} }
} }