withdrawal.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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. justify-content: center;
  23. border-radius: 15rpx;
  24. }
  25. .flex .buttom {
  26. font-size: 32rpx;
  27. width: 50%;
  28. }
  29. .flex .interval {
  30. width: 2px;
  31. height: 60rpx;
  32. background-color: #eeeeee;
  33. }
  34. .flex .icon {
  35. background-size: 100%;
  36. font-size: 42rpx;
  37. color: #303133;
  38. font-weight: bold;
  39. background-repeat: no-repeat;
  40. background-position: center;
  41. }
  42. .flex .text {
  43. color: #909399;
  44. }
  45. .row-box {
  46. margin-top: 30rpx;
  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: #ff4e4a;
  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: #ff4e4a;
  92. }
  93. .add-btn.up {
  94. background-color: #ff4e4a;
  95. color: #fff;
  96. }
  97. .list {
  98. padding-left: 30rpx;
  99. margin-top: 30rpx;
  100. background-color: #ffffff;
  101. }
  102. .list .box {
  103. display: flex;
  104. align-items: center;
  105. width: 100%;
  106. height: 120rpx;
  107. border-bottom: 1px solid #ebeef5;
  108. }
  109. .list .box .icon {
  110. font-size: 48rpx;
  111. padding-right: 20rpx;
  112. }
  113. .list .box .icon .icon-img {
  114. height: 50rpx;
  115. width: 50rpx;
  116. }
  117. .list .box .iconweixin1 {
  118. color: #18bf16;
  119. }
  120. .list .box .iconzhifubao {
  121. color: #08aaec;
  122. }
  123. .list .box .title-box {
  124. flex-grow: 1;
  125. text-align: left;
  126. }
  127. .list .box .title-box .title {
  128. font-size: 30rpx;
  129. color: #606266;
  130. }
  131. .list .box .title-box .node {
  132. font-size: 24rpx;
  133. color: #909399;
  134. }
  135. .uni-radio-input {
  136. width: 45rpx;
  137. height: 45rpx;
  138. }