recharge.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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: #ef041f;
  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: #5dbc7c;
  45. }
  46. .add-btn.up {
  47. background-color: #5dbc7c;
  48. color: #fff;
  49. }
  50. .row-box {
  51. margin-top: 30rpx;
  52. padding: 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. .list {
  85. padding-left: 30rpx;
  86. margin-top: 30rpx;
  87. background-color: #ffffff;
  88. }
  89. .list .box {
  90. display: flex;
  91. align-items: center;
  92. width: 100%;
  93. height: 120rpx;
  94. border-bottom: 1px solid #ebeef5;
  95. }
  96. .list .box .icon {
  97. font-size: 48rpx;
  98. padding-right: 20rpx;
  99. }
  100. .list .box .yongjing {
  101. width: 48rpx;
  102. height: 48rpx;
  103. }
  104. .list .box .iconweixin1 {
  105. color: #18bf16;
  106. }
  107. .list .box .iconzhifubao {
  108. color: #08aaec;
  109. }
  110. .list .box .title-box {
  111. flex-grow: 1;
  112. text-align: left;
  113. }
  114. .list .box .title-box .title {
  115. font-size: 30rpx;
  116. color: #606266;
  117. }
  118. .list .box .title-box .node {
  119. font-size: 24rpx;
  120. color: #909399;
  121. }
  122. .uni-radio-input {
  123. width: 45rpx;
  124. height: 45rpx;
  125. }
  126. .active-bg {
  127. background-color: #999999 !important;
  128. }