withdrawal.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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. }
  24. .flex .buttom {
  25. font-size: 32rpx;
  26. width: 50%;
  27. }
  28. .flex .interval {
  29. width: 2px;
  30. height: 60rpx;
  31. background-color: #eeeeee;
  32. }
  33. .flex .icon {
  34. background-size: 100%;
  35. font-size: 42rpx;
  36. color: #303133;
  37. font-weight: bold;
  38. background-repeat: no-repeat;
  39. background-position: center;
  40. }
  41. .flex .text {
  42. color: #909399;
  43. }
  44. .row-box {
  45. margin-top: 30rpx;
  46. padding: 20rpx 30rpx;
  47. background: #fff;
  48. }
  49. .row-box .title {
  50. font-size: 30rpx;
  51. color: #303133;
  52. }
  53. .row-box .row {
  54. display: flex;
  55. align-items: center;
  56. position: relative;
  57. height: 80rpx;
  58. }
  59. .row-box .row .tit {
  60. flex-shrink: 0;
  61. width: 40rpx;
  62. font-size: 30rpx;
  63. color: #303133;
  64. }
  65. .row-box .row .input {
  66. flex: 1;
  67. font-size: 30rpx;
  68. color: #303133;
  69. }
  70. .row-box .row .iconlocation {
  71. font-size: 36rpx;
  72. color: #909399;
  73. }
  74. .row-box .row .buttom {
  75. color: #5dbc7c;
  76. font-size: 28rpx;
  77. }
  78. .add-btn {
  79. display: flex;
  80. align-items: center;
  81. justify-content: center;
  82. width: 690rpx;
  83. height: 80rpx;
  84. margin: 0 auto;
  85. margin-top: 30rpx;
  86. font-size: 32rpx;
  87. border-radius: 10rpx;
  88. }
  89. .add-btn.modified {
  90. color: #ff4e4a;
  91. }
  92. .add-btn.up {
  93. background-color: #ff4e4a;
  94. color: #fff;
  95. }
  96. .list {
  97. padding-left: 30rpx;
  98. margin-top: 30rpx;
  99. background-color: #ffffff;
  100. }
  101. .list .box {
  102. display: flex;
  103. align-items: center;
  104. width: 100%;
  105. height: 120rpx;
  106. border-bottom: 1px solid #ebeef5;
  107. }
  108. .list .box .icon {
  109. font-size: 48rpx;
  110. padding-right: 20rpx;
  111. }
  112. .list .box .icon .icon-img {
  113. height: 50rpx;
  114. width: 50rpx;
  115. }
  116. .list .box .iconweixin1 {
  117. color: #18bf16;
  118. }
  119. .list .box .iconzhifubao {
  120. color: #08aaec;
  121. }
  122. .list .box .title-box {
  123. flex-grow: 1;
  124. text-align: left;
  125. }
  126. .list .box .title-box .title {
  127. font-size: 30rpx;
  128. color: #606266;
  129. }
  130. .list .box .title-box .node {
  131. font-size: 24rpx;
  132. color: #909399;
  133. }
  134. .uni-radio-input {
  135. width: 45rpx;
  136. height: 45rpx;
  137. }