withdrawal.wxss 2.3 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. .flex1 {
  19. background-color: #ffffff;
  20. text-align: center;
  21. margin: 0 30rpx;
  22. border-radius: 15rpx;
  23. display: flex;
  24. justify-content: center;
  25. }
  26. .flex1 .buttom {
  27. font-size: 32rpx;
  28. color: #303133;
  29. width: 50%;
  30. }
  31. .flex1 .interval {
  32. width: 2px;
  33. height: 60rpx;
  34. background-color: #eeeeee;
  35. }
  36. .flex1 .icon {
  37. background-size: 100%;
  38. font-size: 42rpx;
  39. color: #303133;
  40. font-weight: bold;
  41. background-repeat: no-repeat;
  42. background-position: center;
  43. }
  44. .flex1 .text {
  45. color: #909399;
  46. }
  47. .row-box {
  48. margin-top: 30rpx;
  49. padding: 20rpx 30rpx;
  50. background: #fff;
  51. }
  52. .row-box .title {
  53. font-size: 30rpx;
  54. color: #303133;
  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: #dc262b;
  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: #303030;
  94. }
  95. .add-btn.up {
  96. background: #303030;
  97. color: #F8DABA;
  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. }