.rechargePage { background-color: rgba(255, 255, 255, 1); position: relative; width: 100%; height: calc(100vh - 44px); overflow: hidden; .numberInput { .van-field__control { width: 80px; border: 0.5px solid #ccc; } } .van-cell { margin-top: 13px; } .van-cell:after { display: none; } .van-field__label { width: 91px; } .volumeChangeButton { border-color: #2c87c8; background-color: #2c87c8; width: 220px; height: 34px; margin: 49px auto; .van-button__text { font-size: 15px; } } .van-radio__icon--checked .van-icon { background-color: #2c87c8; border-color: #2c87c8; } .van-cascader__option--selected { color: #2c87c8; } .van-tabs__line { background-color: #2c87c8 !important; } .box1 { width: 100%; height: 237px; } .baseRow { width: 100%; height: 20px; margin-left: 15px; margin-top: 15px; justify-content: flex-start; .group2 { background-color: #5a9cc8; border-radius: 2px; width: 4px; height: 16px; margin-top: 4px; } .baseText { width: 150px; height: 20px; overflow-wrap: break-word; color: rgba(64, 77, 116, 1); font-size: 14px; font-family: PingFangSC-Medium; font-weight: bold; text-align: left; white-space: nowrap; line-height: 20px; display: block; margin-left: 15px; .recharge { color: red; font-size: 18px; } } } }