ensureMoney.wxss 1.4 KB

1
  1. page{background-color:"#f4f4f4"}.balance{position:relative;padding-top:10px}.balance .shadow{position:absolute;top:0;height:400px;width:100%;background:linear-gradient(#f74639,#f4f4f4);z-index:-1}.balance .mine-balance{width:96%;margin:0 auto;background-color:#fff;border-radius:10px;padding-top:82rpx;padding-bottom:62rpx}.balance .mine-balance .title{text-align:center;font-size:28rpx;display:flex;justify-content:center;align-items:center;color:#222;height:45prx}.balance .mine-balance .title .mine-324{width:36rpx;height:36rpx;margin-left:10rpx}.balance .mine-balance .money{font-size:84rpx;color:#222;font-weight:600;text-align:center;margin-top:36rpx}.balance .mine-balance .btn-list{display:flex;justify-content:space-around;margin-top:76rpx}.balance .mine-balance .btn-list .withdrawal{width:298rpx;height:88rpx;background-color:rgba(248,50,36,.1);border-radius:44px;color:#f83224;font-size:32rpx}.balance .mine-balance .btn-list .recharge{width:298rpx;height:88rpx;background-color:#f83224;border-radius:44px;color:#fff;font-size:32rpx;box-shadow:0rpx 12rpx 28rpx -12rpx #f83224}.balance .money-detail{background-color:#fff;border-radius:10px;width:88%;margin:10px auto;padding:0 28rpx}.balance .money-detail .money-title{display:flex;justify-content:space-between;align-items:center;height:108rpx}.balance .bottom-text{text-align:center;font-size:24rpx;color:#777;margin-top:44rpx}