withdrawal.wxss 2.2 KB

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