withdrawal.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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. margin: 0 30rpx;
  22. border-radius: 15rpx;
  23. justify-content: space-between;
  24. flex-direction: row;
  25. }
  26. .flex .buttom {
  27. font-size: 32rpx;
  28. width: 50%;
  29. }
  30. .flex .interval {
  31. width: 2px;
  32. height: 60rpx;
  33. background-color: #eeeeee;
  34. }
  35. .flex .icon {
  36. background-size: 100%;
  37. font-size: 42rpx;
  38. color: #303133;
  39. font-weight: bold;
  40. background-repeat: no-repeat;
  41. background-position: center;
  42. }
  43. .flex .text {
  44. color: #909399;
  45. }
  46. .row-box {
  47. padding: 20rpx 30rpx;
  48. background: #fff;
  49. }
  50. .row-box .title {
  51. font-size: 30rpx;
  52. color: #303133;
  53. }
  54. .row-box .row {
  55. display: flex;
  56. align-items: center;
  57. position: relative;
  58. height: 80rpx;
  59. }
  60. .row-box .row .tit {
  61. flex-shrink: 0;
  62. width: 40rpx;
  63. font-size: 30rpx;
  64. color: #303133;
  65. }
  66. .row-box .row .input {
  67. flex: 1;
  68. font-size: 30rpx;
  69. color: #303133;
  70. }
  71. .row-box .row .iconlocation {
  72. font-size: 36rpx;
  73. color: #909399;
  74. }
  75. .row-box .row .buttom {
  76. color: #f34358;
  77. font-size: 28rpx;
  78. }
  79. .add-btn {
  80. display: flex;
  81. align-items: center;
  82. justify-content: center;
  83. width: 690rpx;
  84. height: 80rpx;
  85. margin: 0 auto;
  86. margin-top: 30rpx;
  87. font-size: 32rpx;
  88. border-radius: 10rpx;
  89. }
  90. .add-btn.modified {
  91. color: #24a17d;
  92. }
  93. .add-btn.up {
  94. background-color: #24a17d;
  95. color: #fff;
  96. }
  97. .btn {
  98. color: #24a17d;
  99. background-color: #fff;
  100. border: 1px solid #24a17d;
  101. display: flex;
  102. align-items: center;
  103. justify-content: center;
  104. width: 690rpx;
  105. height: 80rpx;
  106. margin: 0 auto;
  107. margin-top: 30rpx;
  108. font-size: 32rpx;
  109. border-radius: 10rpx;
  110. }
  111. .list {
  112. padding-left: 30rpx;
  113. margin-top: 30rpx;
  114. background-color: #ffffff;
  115. }
  116. .list .box {
  117. display: flex;
  118. align-items: center;
  119. width: 100%;
  120. padding: 0 21rpx;
  121. height: 120rpx;
  122. border-bottom: 1px solid #ebeef5;
  123. }
  124. .list .box .icon {
  125. font-size: 48rpx;
  126. padding-right: 20rpx;
  127. }
  128. .list .box .icon .icon-img {
  129. height: 50rpx;
  130. width: 50rpx;
  131. }
  132. .list .box .iconweixin1 {
  133. color: #18bf16;
  134. }
  135. .list .box .iconzhifubao {
  136. color: #08aaec;
  137. }
  138. .list .box .title-box {
  139. flex-grow: 1;
  140. text-align: left;
  141. }
  142. .list .box .title-box .title {
  143. font-size: 30rpx;
  144. color: #606266;
  145. }
  146. .list .box .title-box .node {
  147. font-size: 24rpx;
  148. color: #909399;
  149. }
  150. .uni-radio-input {
  151. width: 45rpx;
  152. height: 45rpx;
  153. }
  154. .could,
  155. .sq {
  156. height: 110rpx;
  157. font-size: 32rpx;
  158. font-weight: 600;
  159. color: #333333;
  160. line-height: 110rpx;
  161. display: flex;
  162. justify-content: space-between;
  163. }
  164. .could .num,
  165. .sq .num {
  166. font-size: 40rpx;
  167. font-weight: bold;
  168. color: #333333;
  169. }
  170. .jg {
  171. width: 100%;
  172. height: 1px;
  173. background-color: #e6e6e6;
  174. }
  175. .tishi {
  176. padding: 10rpx 30rpx;
  177. font-size: 28rpx;
  178. color: #eb8a31;
  179. }