index.wxss 684 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. page, .container {
  2. background: #fff;
  3. }
  4. .space-upper {
  5. padding: 150rpx 0;
  6. text-align: center;
  7. }
  8. .wallet-image image {
  9. width: 360rpx;
  10. height: 261.72rpx;
  11. }
  12. .wallet-account {
  13. margin-top: 20rpx;
  14. }
  15. .wallet-account_balance {
  16. font-size: 52rpx;
  17. }
  18. .wallet-account_lable {
  19. margin-top: 10rpx;
  20. color: #cec1c1;
  21. font-size: 24rpx;
  22. }
  23. .space-lower {
  24. margin-top: 30rpx;
  25. padding: 0 110rpx;
  26. }
  27. .btn-recharge button.btn-submit {
  28. font-size: 30rpx;
  29. background: #786cff;
  30. border: none;
  31. color: white;
  32. border-radius: 50rpx;
  33. padding: 0 120rpx;
  34. line-height: 2.8;
  35. }
  36. .item-lable {
  37. margin-top: 80rpx;
  38. font-size: 26rpx;
  39. color: rgb(94, 94, 94);
  40. padding: 0 100rpx;
  41. }