123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- /* pages/wallet/wallet.wxss */
- .bottom_top_up {
- background-color: #fff;
- width: 100%;
- position: fixed;
- bottom: 0;
- left: 0;
- height: 120rpx;
- }
- .top_up {
- margin-left: 8%;
- margin-right: 8%;
- height: 90rpx;
- line-height: 90rpx;
- text-align: center;
- border-radius: 8rpx;
- background-color: #f4516c;
- color: #ffffff;
- }
- .top_up_view {
- width: 50%;
- height: 170rpx;
- }
- .top_up_bg {
- width: 76%;
- height: 132rpx;
- background-color: #fff;
- border-radius: 20rpx;
- margin: 0 auto;
- text-align: center;
- }
- .select_bg {
- border: 1rpx solid #3cdcaf;
- }
- .money_text {
- padding-top: 14rpx;
- height: 66rpx;
- line-height: 66rpx;
- font-size: 32rpx;
- text-align: center;
- font-weight: bold;
- }
- .coin_text {
- height: 46rpx;
- line-height: 46rpx;
- font-size: 28rpx;
- text-align: center;
- color: #797979;
- }
- .table_view {
- display: -webkit-flex;
- display: flex;
- align-items: center;
- justify-content: space-between;
- flex-wrap: wrap;
- width: 100%;
- margin-top: 20rpx;
- }
- .current_view {
- height: 80rpx;
- background-color: #fff;
- padding-left: 20rpx;
- }
- .money_red {
- color: #f4516c;
- }
- .money_mark {
- color: rgb(51, 51, 51, 0.38);
- }
- .money_view {
- height: 80rpx;
- padding-left: 20rpx;
- margin-top: 20rpx;
- }
- .item-icon {
- width: 38rpx;
- height: 38rpx;
- margin-left: 10rpx;
- margin-right: 10rpx;
- }
|