wallet.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /* pages/wallet/wallet.wxss */
  2. .bottom_top_up {
  3. background-color: #fff;
  4. width: 100%;
  5. position: fixed;
  6. bottom: 0;
  7. left: 0;
  8. height: 120rpx;
  9. }
  10. .top_up {
  11. margin-left: 8%;
  12. margin-right: 8%;
  13. height: 90rpx;
  14. line-height: 90rpx;
  15. text-align: center;
  16. border-radius: 8rpx;
  17. background-color: #f4516c;
  18. color: #ffffff;
  19. }
  20. .top_up_view {
  21. width: 50%;
  22. height: 170rpx;
  23. }
  24. .top_up_bg {
  25. width: 76%;
  26. height: 132rpx;
  27. background-color: #fff;
  28. border-radius: 20rpx;
  29. margin: 0 auto;
  30. text-align: center;
  31. }
  32. .select_bg {
  33. border: 1rpx solid #3cdcaf;
  34. }
  35. .money_text {
  36. padding-top: 14rpx;
  37. height: 66rpx;
  38. line-height: 66rpx;
  39. font-size: 32rpx;
  40. text-align: center;
  41. font-weight: bold;
  42. }
  43. .coin_text {
  44. height: 46rpx;
  45. line-height: 46rpx;
  46. font-size: 28rpx;
  47. text-align: center;
  48. color: #797979;
  49. }
  50. .table_view {
  51. display: -webkit-flex;
  52. display: flex;
  53. align-items: center;
  54. justify-content: space-between;
  55. flex-wrap: wrap;
  56. width: 100%;
  57. margin-top: 20rpx;
  58. }
  59. .current_view {
  60. height: 80rpx;
  61. background-color: #fff;
  62. padding-left: 20rpx;
  63. }
  64. .money_red {
  65. color: #f4516c;
  66. }
  67. .money_mark {
  68. color: rgb(51, 51, 51, 0.38);
  69. }
  70. .money_view {
  71. height: 80rpx;
  72. padding-left: 20rpx;
  73. margin-top: 20rpx;
  74. }
  75. .item-icon {
  76. width: 38rpx;
  77. height: 38rpx;
  78. margin-left: 10rpx;
  79. margin-right: 10rpx;
  80. }