mydc.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. page {
  2. background-color: #ffffff;
  3. }
  4. .head {
  5. width: 100%;
  6. height: 342rpx;
  7. background-color: #00C7C6;
  8. border-bottom-left-radius: 920rpx 3em;
  9. border-bottom-right-radius: 920rpx 3em;
  10. }
  11. .moeny {
  12. display: flex;
  13. flex-direction: row;
  14. align-items:baseline;
  15. justify-content: center;
  16. }
  17. .headicon {
  18. text-align: right;
  19. margin-right: 0.5%;
  20. }
  21. .headcount {
  22. text-align: left;
  23. }
  24. .txtheadicon {
  25. font-size: 44rpx;
  26. font-weight:bold;
  27. color: #ffffff;
  28. }
  29. .txtheadcount {
  30. font-size: 74rpx;
  31. font-weight:900;
  32. color: #ffffff;
  33. }
  34. .txthead {
  35. margin-top: 12rpx;
  36. font-size: 32rpx;
  37. font-weight: Bold;
  38. color: #ffffff;
  39. text-align: center;
  40. }
  41. .zjsshow {
  42. margin-top: 30rpx;
  43. display: flex;
  44. width: 92%;
  45. height: 174rpx;
  46. background-color: #ffffff;
  47. border-radius: 30rpx;
  48. box-shadow:0rpx 14rpx 24rpx 2rpx rgba(161,161,161,0.5);
  49. flex-direction: column;
  50. }
  51. .zjsshowcount {
  52. margin-top: 30rpx;
  53. width: 100%;
  54. display: flex;
  55. flex-direction: row;
  56. }
  57. .flexzjsshow {
  58. flex: 1;
  59. text-align: center;
  60. }
  61. .txtcount {
  62. font-size: 40rpx;
  63. font-weight: Bold;
  64. color: #000000;
  65. }
  66. .flexzjsshow {
  67. flex: 1;
  68. text-align: center;
  69. }
  70. .zjsshowtitle {
  71. margin-top: 4rpx;
  72. width: 100%;
  73. display: flex;
  74. flex-direction: row;
  75. }
  76. .txttitle {
  77. font-size: 24rpx;
  78. font-weight: Regular;
  79. color: #666666;
  80. }
  81. .myzjs {
  82. width: 100%;
  83. margin-top: -130rpx;
  84. display: flex;
  85. justify-content: center;
  86. }
  87. .boxextract {
  88. padding-top: 74rpx;
  89. /* width: 92%; */
  90. display: flex;
  91. height: 56rpx;
  92. align-items:baseline;
  93. }
  94. .extractleft {
  95. flex: 8;
  96. }
  97. .txtextract {
  98. text-align: left;
  99. flex: 100;
  100. }
  101. .txticon {
  102. text-align: center;
  103. flex: 12;
  104. }
  105. .txtmoenyleft {
  106. flex: 3;
  107. }
  108. .moenytxt {
  109. text-align: left;
  110. flex: 130;
  111. }
  112. .txtlog {
  113. flex: 74;
  114. text-align: right;
  115. }
  116. .imglog {
  117. flex: 11;
  118. display: flex;
  119. align-content:flex-end;
  120. }
  121. .extractright {
  122. flex: 8;
  123. }
  124. .extracttxt {
  125. font-size: 40rpx;
  126. font-weight: 500;
  127. color: #000000;
  128. }
  129. .icontxt {
  130. font-weight: 500;
  131. font-size: 40rpx;
  132. color: #FF5B60;
  133. }
  134. .extractmoney {
  135. font-weight: 500;
  136. font-size: 50rpx;
  137. color: #FF5B60;
  138. }
  139. .logtxt {
  140. font-weight: Regular;
  141. font-size: 32rpx;
  142. color: #9B9B9B;
  143. }
  144. .txtlogright {
  145. flex: 2;
  146. }
  147. .simage {
  148. width: 26rpx;
  149. height: 26rpx;
  150. }
  151. .boxrecommended {
  152. margin-top: 48rpx;
  153. /* width: 92%; */
  154. height: 296rpx;
  155. box-shadow:0rpx 14rpx 44rpx 2rpx rgba(148,148,148,0.5);
  156. border-radius:30rpx;
  157. display: flex;
  158. flex-direction:column;
  159. }
  160. .recommended {
  161. margin-top: 28rpx;
  162. display: flex;
  163. flex-direction: row;
  164. }
  165. .txtrecommendedleft {
  166. flex: 15;
  167. }
  168. .txtrecommended {
  169. font-size: 32rpx;
  170. font-weight: 500;
  171. color: #000000;
  172. text-align: left;
  173. flex: 75;
  174. }
  175. .txtphone {
  176. font-size: 32rpx;
  177. font-weight: 500;
  178. color: #000000;
  179. flex: 161;
  180. }
  181. .txttagmdj {
  182. border-radius:22rpx;
  183. border:2rpx solid;
  184. font-size: 24rpx;
  185. font-weight: Bold;
  186. color: #FCC66E;
  187. text-align: center;
  188. flex: 54;
  189. line-height: 40rpx;
  190. }
  191. .txttag {
  192. flex: 54;
  193. }
  194. .txttagright {
  195. flex: 15;
  196. }
  197. .step {
  198. width: 100%;
  199. display: flex;
  200. flex-direction: row;
  201. margin-top: 46rpx;
  202. justify-content: center;
  203. }
  204. .step1 {
  205. display: 20;
  206. width: 22rpx;
  207. height: 25rpx;
  208. background:#ffffff;
  209. box-shadow:0rpx 2rpx 5rpx 0rpx rgba(166,166,166,1);
  210. border-radius: 50%;
  211. -moz-border-radius: 50%;
  212. -webkit-border-radius: 50%;
  213. border: 8rpx solid #00C7C6;
  214. }
  215. .stepline {
  216. width: 90rpx;
  217. height: 10rpx;
  218. margin-top: 14rpx;
  219. background-color: #00C7C6;
  220. margin-right: -2rpx;
  221. }
  222. .steplinelunright {
  223. width: 36rpx;
  224. height: 10rpx;
  225. border-radius:0rpx 500rpx 500rpx 0rpx;
  226. margin-top: 14rpx;
  227. background-color: #EEF5F7;
  228. }
  229. .steplineright {
  230. width: 36rpx;
  231. height: 10rpx;
  232. border-radius:0rpx 500rpx 500rpx 0rpx;
  233. margin-top: 14rpx;
  234. background-color: #00C7C6;
  235. margin-right: -2rpx;
  236. }
  237. .steplineleft {
  238. width: 36rpx;
  239. border-radius:500rpx 0rpx 0rpx 500rpx;
  240. height: 10rpx;
  241. margin-top: 14rpx;
  242. background-color: #00C7C6;
  243. }
  244. .steplinel {
  245. width: 90rpx;
  246. height: 10rpx;
  247. margin-top: 14rpx;
  248. background-color: #00C7C6;
  249. }
  250. .stepdesc {
  251. display: flex;
  252. width: 90%;
  253. margin-left: 5%;
  254. margin-right: 5%;
  255. flex-direction: row;
  256. margin-top: 18rpx;
  257. text-align: center;
  258. }
  259. .setpspace1 {
  260. flex: 10;
  261. }
  262. .setpspace2 {
  263. flex: 10;
  264. }
  265. .stepdesctxt {
  266. flex: 102;
  267. font-size: 24rpx;
  268. font-weight: 500;
  269. color: #00C7C6;
  270. }
  271. .stepdesctxtun {
  272. flex: 102;
  273. font-size: 24rpx;
  274. font-weight: 500;
  275. color: #9F9F9F;
  276. }
  277. .stepdate {
  278. display: flex;
  279. width: 100%;
  280. flex-direction: row;
  281. margin-top: 28rpx;
  282. text-align: left;
  283. }
  284. .stepdatetxt {
  285. margin-left: 34rpx;
  286. font-size: 28rpx;
  287. font-weight: 500;
  288. color: #9F9F9F;
  289. }
  290. .steplinelun {
  291. width: 90rpx;
  292. height: 10rpx;
  293. margin-top: 14rpx;
  294. background-color: #EEF5F7;
  295. }
  296. .step1un {
  297. display: 20;
  298. width: 22rpx;
  299. height: 25rpx;
  300. background:#EEF5F7;
  301. border-radius: 50%;
  302. -moz-border-radius: 50%;
  303. -webkit-border-radius: 50%;
  304. border: 8rpx solid #EEF5F7;
  305. }
  306. .pay {
  307. height:170rpx;
  308. width: 100%;
  309. position: fixed;
  310. left:0;
  311. bottom:0rpx;
  312. background:#ffffff;
  313. z-index: 10;
  314. display: flex;
  315. flex-direction: row;
  316. justify-content: center;
  317. }
  318. .buttonextract {
  319. margin-top: 28rpx;
  320. width: 588rpx;
  321. height: 82rpx;
  322. background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%);
  323. box-shadow:0px 14rpx 44rpx 2rpx rgba(0,199,198,0.2);
  324. border-radius:42rpx;
  325. text-align: center;
  326. font-size: 36rpx;
  327. font-weight: 500;
  328. color:#FFFFFF;
  329. line-height: 82rpx;
  330. }
  331. .load {
  332. width: 100%;
  333. height: 2400rpx;
  334. position: absolute;
  335. left: 0;
  336. top: 0;
  337. z-index: 9999;
  338. background-color: #ffffff;
  339. text-align: center;
  340. line-height: 1300rpx;
  341. }
  342. .loadimg {
  343. width: 200rpx;
  344. height: 200rpx;
  345. }
  346. .intro-box{
  347. margin: 0 auto 40rpx;
  348. width: 92%;
  349. }