withdrawal.wxss 2.4 KB

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