recharge.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. height: 100%;
  13. background-color: #fff;
  14. }
  15. .add-btn {
  16. display: flex;
  17. align-items: center;
  18. justify-content: center;
  19. width: 604rpx;
  20. height: 90rpx;
  21. margin: 0 auto;
  22. margin-top: 30rpx;
  23. font-size: 32rpx;
  24. border-radius: 10rpx;
  25. }
  26. .add-btn.modified {
  27. color: #ee2f72;
  28. }
  29. .add-btn.up {
  30. background-color: #ee2f72;
  31. color: #fff;
  32. }
  33. .row-box {
  34. margin-top: 30rpx;
  35. padding: 20rpx 30rpx;
  36. background: #fff;
  37. }
  38. .row-box .title {
  39. font-size: 30rpx;
  40. color: #303133;
  41. }
  42. .row-box .row {
  43. display: flex;
  44. align-items: center;
  45. position: relative;
  46. height: 80rpx;
  47. }
  48. .row-box .row .tit {
  49. flex-shrink: 0;
  50. width: 40rpx;
  51. font-size: 30rpx;
  52. color: #303133;
  53. }
  54. .row-box .row .input {
  55. flex: 1;
  56. font-size: 30rpx;
  57. color: #303133;
  58. }
  59. .row-box .row .iconlocation {
  60. font-size: 36rpx;
  61. color: #909399;
  62. }
  63. .row-box .row .buttom {
  64. color: #ee2f72;
  65. font-size: 28rpx;
  66. }
  67. .list {
  68. padding-left: 30rpx;
  69. margin-top: 30rpx;
  70. background-color: #ffffff;
  71. }
  72. .list .box {
  73. display: flex;
  74. align-items: center;
  75. width: 100%;
  76. height: 120rpx;
  77. border-bottom: 1px solid #ebeef5;
  78. }
  79. .list .box .icon {
  80. font-size: 48rpx;
  81. padding-right: 20rpx;
  82. }
  83. .list .box .iconweixin1 {
  84. color: #18bf16;
  85. }
  86. .list .box .iconzhifubao {
  87. color: #08aaec;
  88. }
  89. .list .box .title-box {
  90. flex-grow: 1;
  91. text-align: left;
  92. }
  93. .list .box .title-box .title {
  94. font-size: 30rpx;
  95. color: #606266;
  96. }
  97. .list .box .title-box .node {
  98. font-size: 24rpx;
  99. color: #909399;
  100. }
  101. .uni-radio-input {
  102. width: 45rpx;
  103. height: 45rpx;
  104. }
  105. .active-bg {
  106. background-color: #999999 !important;
  107. }
  108. .now {
  109. width: 100%;
  110. height: 86rpx;
  111. padding: 0 26rpx 0 47rpx;
  112. display: flex;
  113. justify-content: space-between;
  114. line-height: 86rpx;
  115. background-color: #ffffff;
  116. }
  117. .now view {
  118. font-size: 28rpx;
  119. font-weight: 500;
  120. color: #333333;
  121. }
  122. .now .now-money {
  123. font-size: 32rpx;
  124. font-weight: bold;
  125. color: #ee2f72;
  126. }
  127. .add-wrapper {
  128. width: 750rpx;
  129. height: 338rpx;
  130. padding-left: 30rpx;
  131. background: #ffffff;
  132. display: flex;
  133. flex-direction: column;
  134. align-items: center;
  135. }
  136. .add-wrapper .add-box {
  137. width: 100%;
  138. height: 103rpx;
  139. display: flex;
  140. flex-direction: row;
  141. justify-content: space-between;
  142. padding: 0 39rpx 0 10rpx;
  143. align-items: center;
  144. }
  145. .add-wrapper .add-box .add-log {
  146. font-size: 37rpx;
  147. font-weight: bold;
  148. }
  149. .add-wrapper .add-box input {
  150. width: 218rpx;
  151. height: 30rpx;
  152. font-size: 32rpx;
  153. font-weight: 500;
  154. color: #000000;
  155. line-height: 40px;
  156. text-align: right;
  157. }
  158. .add-wrapper .add-box input .place {
  159. color: #bfbfbf;
  160. }
  161. .add-wrapper .jg {
  162. width: 100%;
  163. }
  164. .add-wrapper .add-tags {
  165. height: 234rpx;
  166. padding-top: 47rpx;
  167. padding-bottom: 17rpx;
  168. display: flex;
  169. flex-direction: row;
  170. flex-wrap: wrap;
  171. }
  172. .add-wrapper .add-tags .tag {
  173. width: 210rpx;
  174. height: 70rpx;
  175. background-color: #f0f0f0;
  176. border-radius: 4rpx;
  177. margin: 0 30rpx 30rpx 0;
  178. text-align: center;
  179. line-height: 70rpx;
  180. font-size: 22rpx;
  181. }
  182. .add-wrapper .add-tags .tag text {
  183. font-size: 32rpx;
  184. font-weight: 500;
  185. }
  186. .add-wrapper .add-tags .action {
  187. color: #fff;
  188. background-color: #ee2f72;
  189. }
  190. .btn-wrapper {
  191. padding: 49rpx 32rpx 0 40rpx;
  192. height: 183rpx;
  193. display: flex;
  194. justify-content: space-between;
  195. background-color: #fff;
  196. }
  197. .btn-wrapper .iconweixin1 {
  198. color: #18bf16;
  199. font-size: 48rpx;
  200. display: flex;
  201. }
  202. .btn-wrapper .iconweixin1 view {
  203. height: 48rpx;
  204. text-align: 48rpx;
  205. padding-left: 20rpx;
  206. color: #000000;
  207. font-size: 30rpx;
  208. }
  209. .btn-wrapper .btn {
  210. width: 36rpx;
  211. height: 36rpx;
  212. border: 4rpx #ee2f72 solid;
  213. border-radius: 8rpx 8rpx;
  214. }
  215. .btn-wrapper .btn image {
  216. width: 100%;
  217. height: 100%;
  218. }
  219. .btn-wrapper .btn .action {
  220. display: none;
  221. }
  222. .btn-wrapper .actiont {
  223. border: none;
  224. }
  225. .main-jg {
  226. width: 100%;
  227. height: 21rpx;
  228. background-color: #f8f6f6;
  229. }