idonate.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page.data-v-087d4531 {
  12. height: 100%;
  13. background-color: #fff;
  14. }
  15. .idonate.data-v-087d4531 {
  16. padding: 0 30rpx;
  17. margin-top: 20rpx;
  18. background-color: #fff;
  19. }
  20. .btn.data-v-087d4531 {
  21. width: 690rpx;
  22. text-align: center;
  23. display: -webkit-box;
  24. display: -webkit-flex;
  25. display: flex;
  26. -webkit-box-pack: center;
  27. -webkit-justify-content: center;
  28. justify-content: center;
  29. line-height: 75rpx;
  30. padding-bottom: 54rpx;
  31. position: fixed;
  32. bottom: 0;
  33. background-color: #fff;
  34. z-index: 9;
  35. }
  36. .btn .next.data-v-087d4531 {
  37. width: 478rpx;
  38. height: 75rpx;
  39. background: #FA7E67;
  40. border-radius: 35rpx;
  41. color: #fff;
  42. font-size: 32rpx;
  43. font-family: PingFang SC;
  44. font-weight: 500;
  45. color: #FFFFFF;
  46. }
  47. .btn .prev.data-v-087d4531 {
  48. width: 264rpx;
  49. height: 75rpx;
  50. border: 1px solid #FA7E67;
  51. border-radius: 35rpx;
  52. font-size: 32rpx;
  53. font-family: PingFang SC;
  54. font-weight: 500;
  55. color: #FA7E67;
  56. margin-right: 60rpx;
  57. line-height: 70rpx;
  58. }
  59. .btn .sub.data-v-087d4531 {
  60. width: 264rpx;
  61. height: 75rpx;
  62. background: #FA7E67;
  63. border-radius: 35rpx;
  64. font-size: 32rpx;
  65. font-family: PingFang SC;
  66. font-weight: 500;
  67. color: #FFFFFF;
  68. line-height: 70rpx;
  69. }
  70. .item.data-v-087d4531 {
  71. display: -webkit-box;
  72. display: -webkit-flex;
  73. display: flex;
  74. -webkit-box-align: center;
  75. -webkit-align-items: center;
  76. align-items: center;
  77. height: 102rpx;
  78. border-bottom: 1px #ECECEC solid;
  79. font-size: 30rpx;
  80. font-family: PingFang SC;
  81. font-weight: 500;
  82. color: #222222;
  83. line-height: 102rpx;
  84. }
  85. .item .item-tit.data-v-087d4531 {
  86. -webkit-flex-shrink: 0;
  87. flex-shrink: 0;
  88. display: inline-block;
  89. width: 200rpx;
  90. }
  91. .item text.data-v-087d4531 {
  92. color: #F3392C;
  93. }
  94. .item input.data-v-087d4531 {
  95. display: inline-block;
  96. width: 100%;
  97. }
  98. .item .log.data-v-087d4531 {
  99. width: 400rpx;
  100. color: #999;
  101. }
  102. .item .select.data-v-087d4531 {
  103. color: #000;
  104. }
  105. .mask.data-v-087d4531 {
  106. padding-left: 202rpx;
  107. }
  108. .mask textarea.data-v-087d4531 {
  109. width: 396rpx;
  110. height: 166rpx;
  111. border: 1rpx solid #ccc;
  112. border-radius: 10rpx;
  113. font-size: 24rpx;
  114. font-family: PingFang SC;
  115. font-weight: 500;
  116. color: #000;
  117. line-height: 32rpx;
  118. padding: 24rpx 16rpx;
  119. }
  120. .check-box.data-v-087d4531 {
  121. -webkit-box-flex: 0;
  122. -webkit-flex-grow: 0;
  123. flex-grow: 0;
  124. display: -webkit-box;
  125. display: -webkit-flex;
  126. display: flex;
  127. display: inline-block;
  128. }
  129. .no-border-b.data-v-087d4531 {
  130. border-bottom: none;
  131. }
  132. .bbtm.data-v-087d4531 {
  133. margin-top: 40rpx;
  134. width: 689rpx;
  135. height: 1rpx;
  136. background: #ECECEC;
  137. }
  138. .t-item.data-v-087d4531 {
  139. padding: 35rpx 0;
  140. border-bottom: 1px #ECECEC solid;
  141. font-size: 30rpx;
  142. font-family: PingFang SC;
  143. font-weight: 500;
  144. color: #222222;
  145. }
  146. .t-item.data-v-087d4531:last-of-type {
  147. border-bottom: none;
  148. }
  149. .t-item image.data-v-087d4531 {
  150. display: block;
  151. width: 160rpx;
  152. height: 160rpx;
  153. border-radius: 5rpx;
  154. }
  155. .t-item .t-tit.data-v-087d4531 {
  156. position: relative;
  157. }
  158. .t-item .t-tit text.data-v-087d4531 {
  159. display: inline-block;
  160. width: 73rpx;
  161. height: 31rpx;
  162. background: #F0433C;
  163. border-radius: 14rpx;
  164. font-size: 24rpx;
  165. font-family: PingFang SC;
  166. font-weight: 500;
  167. color: #FFFFFF;
  168. line-height: 31rpx;
  169. text-align: center;
  170. position: absolute;
  171. right: 0;
  172. top: 0;
  173. bottom: 0;
  174. margin: auto;
  175. }
  176. .t-item .img-list.data-v-087d4531 {
  177. margin-top: 20rpx;
  178. -webkit-box-pack: center;
  179. -webkit-justify-content: center;
  180. justify-content: center;
  181. }
  182. .t-item .img-list image.data-v-087d4531 {
  183. margin-right: 20rpx;
  184. }
  185. .jzwz.data-v-087d4531 {
  186. display: -webkit-box;
  187. display: -webkit-flex;
  188. display: flex;
  189. }
  190. .jzwz .item-tit.data-v-087d4531 {
  191. font-size: 30rpx;
  192. font-family: PingFang SC;
  193. font-weight: 500;
  194. color: #222222;
  195. padding-top: 39rpx;
  196. line-height: 1;
  197. width: 200rpx;
  198. }
  199. .jzwz .choose-box.data-v-087d4531 {
  200. padding-top: 24rpx;
  201. }
  202. .jzwz .choose-box .choose-item.data-v-087d4531 {
  203. display: -webkit-box;
  204. display: -webkit-flex;
  205. display: flex;
  206. margin-bottom: 15rpx;
  207. position: relative;
  208. }
  209. .jzwz .choose-box .choose-item .wz.data-v-087d4531 {
  210. padding-left: 58rpx;
  211. width: 297rpx;
  212. height: 66rpx;
  213. background: #F3F3F3;
  214. border-radius: 5rpx;
  215. font-size: 28rpx;
  216. font-family: PingFang SC;
  217. font-weight: 500;
  218. color: #222222;
  219. line-height: 66rpx;
  220. }
  221. .jzwz .choose-box .choose-item .wz.data-v-087d4531::after {
  222. content: '';
  223. width: 0;
  224. height: 0;
  225. border-left: 10rpx solid transparent;
  226. border-right: 10rpx solid transparent;
  227. border-top: 10rpx solid #808080;
  228. position: absolute;
  229. right: 10rpx;
  230. bottom: 26rpx;
  231. }
  232. .jzwz .choose-box .choose-item input.data-v-087d4531 {
  233. width: 189rpx;
  234. height: 66rpx;
  235. background: #F3F3F3;
  236. border-radius: 5rpx;
  237. line-height: 66rpx;
  238. margin-left: 15rpx;
  239. text-align: center;
  240. }
  241. .jzwz .choose-box .act.data-v-087d4531 {
  242. width: 510rpx;
  243. height: 68rpx;
  244. position: relative;
  245. }
  246. .jzwz .choose-box .act .more.data-v-087d4531 {
  247. width: 245rpx;
  248. height: 66rpx;
  249. background: #FFFFFF;
  250. border: 1px solid #FA7E67;
  251. border-radius: 5rpx;
  252. font-size: 24rpx;
  253. font-family: PingFang SC;
  254. font-weight: 500;
  255. color: #FA7E67;
  256. line-height: 66rpx;
  257. text-align: center;
  258. margin-right: 10rpx;
  259. position: absolute;
  260. left: 0;
  261. }
  262. .jzwz .choose-box .act .del.data-v-087d4531 {
  263. width: 245rpx;
  264. height: 66rpx;
  265. background: #FFFFFF;
  266. border: 1px solid #FA7E67;
  267. border-radius: 5rpx;
  268. font-size: 24rpx;
  269. font-family: PingFang SC;
  270. font-weight: 500;
  271. color: #FA7E67;
  272. line-height: 66rpx;
  273. text-align: center;
  274. margin-right: 10rpx;
  275. position: absolute;
  276. right: 0;
  277. }
  278. .jg.data-v-087d4531 {
  279. height: 150rpx;
  280. background-color: #fff;
  281. }