1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- .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;
- }
- }
- }
- }
|