/* 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; }