recharge.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. height: 100%;
  13. }
  14. .yue {
  15. display: flex;
  16. justify-content: space-between;
  17. padding: 30rpx 48rpx 30rpx 26rpx;
  18. background: #ffffff;
  19. }
  20. .yue .font {
  21. font-size: 28rpx;
  22. font-family: PingFang SC;
  23. font-weight: 500;
  24. color: #333333;
  25. }
  26. .yue .money {
  27. font-size: 30rpx;
  28. font-family: PingFang SC;
  29. font-weight: bold;
  30. color: #ff6f0f;
  31. }
  32. .add-btn {
  33. display: flex;
  34. align-items: center;
  35. justify-content: center;
  36. width: 690rpx;
  37. height: 80rpx;
  38. margin: 0 auto;
  39. margin-top: 30rpx;
  40. font-size: 32rpx;
  41. border-radius: 10rpx;
  42. }
  43. .add-btn.modified {
  44. color: #24a17d;
  45. }
  46. .add-btn.up {
  47. background-color: #24a17d;
  48. color: #fff;
  49. }
  50. .row-box {
  51. margin-top: 30rpx;
  52. padding: 20rpx 0rpx 20rpx 30rpx;
  53. background: #fff;
  54. }
  55. .row-box .title {
  56. font-size: 30rpx;
  57. color: #303133;
  58. }
  59. .row-box .row {
  60. display: flex;
  61. align-items: center;
  62. position: relative;
  63. height: 80rpx;
  64. }
  65. .row-box .row .tit {
  66. flex-shrink: 0;
  67. width: 40rpx;
  68. font-size: 30rpx;
  69. color: #303133;
  70. }
  71. .row-box .row .input {
  72. flex: 1;
  73. font-size: 30rpx;
  74. color: #303133;
  75. }
  76. .row-box .row .iconlocation {
  77. font-size: 36rpx;
  78. color: #909399;
  79. }
  80. .row-box .row .buttom {
  81. color: #5dbc7c;
  82. font-size: 28rpx;
  83. }
  84. .row-box .xian {
  85. width: 700rpx;
  86. height: 1rpx;
  87. background: #e6e6e6;
  88. margin-bottom: 16rpx;
  89. }
  90. .row-box .moneyBtn-box {
  91. display: flex;
  92. justify-content: flex-start;
  93. flex-wrap: wrap;
  94. }
  95. .row-box .moneyBtn-box .moneyBtn {
  96. margin-right: 30rpx;
  97. width: 210rpx;
  98. height: 70rpx;
  99. background: #f0f0f0;
  100. border-radius: 4px;
  101. margin-top: 30rpx;
  102. text-align: center;
  103. line-height: 70rpx;
  104. }
  105. .list {
  106. padding-left: 30rpx;
  107. margin-top: 30rpx;
  108. background-color: #ffffff;
  109. }
  110. .list .box {
  111. display: flex;
  112. align-items: center;
  113. width: 100%;
  114. height: 120rpx;
  115. border-bottom: 1px solid #ebeef5;
  116. }
  117. .list .box .icon {
  118. font-size: 48rpx;
  119. padding-right: 20rpx;
  120. }
  121. .list .box .iconweixin1 {
  122. color: #18bf16;
  123. }
  124. .list .box .iconzhifubao {
  125. color: #08aaec;
  126. }
  127. .list .box .title-box {
  128. flex-grow: 1;
  129. text-align: left;
  130. }
  131. .list .box .title-box .title {
  132. font-size: 30rpx;
  133. color: #606266;
  134. }
  135. .list .box .title-box .node {
  136. font-size: 24rpx;
  137. color: #909399;
  138. }
  139. .uni-radio-input {
  140. width: 45rpx;
  141. height: 45rpx;
  142. }
  143. .active-bg {
  144. background-color: #999999 !important;
  145. }
  146. .current {
  147. background: #24a17d !important;
  148. color: #fff;
  149. }