| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474 |
- /* 余额 */
- .wallet.data-v-1efc2e21 {
- width: 100%;
- height: 260rpx;
- background: -webkit-linear-gradient(top, #FCD202, #F5F5F5);
- }
- .wallet_header.data-v-1efc2e21 {
- width: 94%;
- margin: 0 auto;
- background-color: #FFFFFF;
- border-radius: 18rpx;
- position: relative;
- top: 100rpx;
- }
- .wallet_header_text.data-v-1efc2e21 {
- padding: 3% 3% 1%;
- line-height: 32rpx;
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- line-height: 32px;
- }
- .wallet_header_xin.data-v-1efc2e21 {
- padding: 2% 3% 5%;
- display: flex;
- }
- .wallet_header_le.data-v-1efc2e21 {
- flex: 2;
- font-size: 68rpx;
- font-weight: 500;
- color: #333333;
- }
- .wallet_header_le text.data-v-1efc2e21 {
- font-size: 34rpx;
- }
- .wallet_header_ri.data-v-1efc2e21 {
- margin-top: 20rpx;
- }
- .wallet_header_ri image.data-v-1efc2e21 {
- width: 40rpx;
- height: 30rpx;
- }
- .wallet_header_ri text.data-v-1efc2e21 {
- font-size: 34rpx;
- font-weight: 500;
- color: #333333;
- }
- /* 充值 */
- .wallet_topup.data-v-1efc2e21 {
- width: 94%;
- margin: 13% auto 0;
- background-color: #FFFFFF;
- border-radius: 18rpx;
- padding: 0 0 3%;
- }
- .wallet_header_xin2.data-v-1efc2e21 {
- /* padding: 0 3% 2%; */
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- padding: 0 2%;
- }
- .wallet_header_xin2_sty.data-v-1efc2e21 {
- width: 48.5%;
- /* margin: 1% 0 0 3%; */
- border: 2rpx solid #E6E6E6;
- border-radius: 18rpx;
- text-align: center;
- line-height: 3;
- margin-bottom: 2%;
- }
- .wallet_header_xin2_sty text.data-v-1efc2e21 {
- font-size: 44rpx;
- }
- .wallet_header_xin2_sty.data-v-1efc2e21:first-child {
- margin-left: 0;
- }
- .topup.data-v-1efc2e21 {
- color: #FF130A;
- border: 2rpx solid #FF130A;
- position: relative;
- }
- .topup_img.data-v-1efc2e21 {
- position: absolute;
- bottom: 61rpx;
- }
- .topup_img image.data-v-1efc2e21 {
- width: 48rpx;
- height: 40rpx;
- }
- /* 消费 */
- .wallet_header_consum.data-v-1efc2e21 {
- width: 94%;
- margin: 3% auto;
- background-color: #FFFFFF;
- border-radius: 18rpx;
- padding: 3%;
- display: flex;
- }
- .wallet_header_consum_le.data-v-1efc2e21 {
- width: 97%;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .wallet_header_consum_ri.data-v-1efc2e21 {
- line-height: 1.5;
- }
- .wallet_header_consum_ri image.data-v-1efc2e21 {
- width: 16rpx;
- height: 28rpx;
- }
- /* 立即充值 */
- .wallet_bottom.data-v-1efc2e21 {
- width: 94%;
- position: fixed;
- bottom: 3%;
- left: 3%;
- line-height: 2.5;
- background: #FCD202;
- text-align: center;
- border-radius: 49rpx;
- font-size: 38rpx;
- font-weight: bold;
- color: #333333;
- }
- .popup_pay.data-v-1efc2e21 {
- width: 100%;
- position: relative;
- padding-bottom: 45rpx;
- }
- .pay_btn.data-v-1efc2e21 {
- width: 90%;
- margin: 0 auto;
- text-align: center;
- background: #FCD202;
- height: 80rpx;
- border-radius: 16rpx;
- color: #ffffff;
- line-height: 80rpx;
- }
|