hand.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  1. .page {
  2. position: relative;
  3. width: 750rpx;
  4. background-color: rgba(246,246,246,1);
  5. overflow: hidden;
  6. display: flex;
  7. flex-direction: column;
  8. }
  9. .outer1 {
  10. width: 750rpx;
  11. display: flex;
  12. flex-direction: column;
  13. justify-content: space-between;
  14. }
  15. .section1 {
  16. height: 40rpx;
  17. background-color: rgba(255,255,255,1);
  18. display: flex;
  19. flex-direction: column;
  20. width: 750rpx;
  21. padding: 7rpx 0 0 12rpx;
  22. }
  23. .mod1 {
  24. width: 727rpx;
  25. height: 29rpx;
  26. flex-direction: row;
  27. display: flex;
  28. }
  29. .icon1 {
  30. width: 33rpx;
  31. height: 20rpx;
  32. margin-top: 2rpx;
  33. }
  34. .txt1 {
  35. width: 79rpx;
  36. height: 29rpx;
  37. display: block;
  38. overflow-wrap: break-word;
  39. color: rgba(3,3,3,1);
  40. font-size: 24rpx;
  41. font-family: SFProText-Regular;
  42. white-space: nowrap;
  43. line-height: 29rpx;
  44. margin-left: 7rpx;
  45. }
  46. .box1 {
  47. width: 29rpx;
  48. height: 20rpx;
  49. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng5f3ad165c123fbded6e0fa697748977e2746aed8e69b16f7f768997af4af2979) -1rpx 0rpx no-repeat;
  50. background-size: 30rpx 20rpx;
  51. display: flex;
  52. flex-direction: column;
  53. margin: 2rpx 0 0 12rpx;
  54. }
  55. .txt2 {
  56. width: 98rpx;
  57. height: 29rpx;
  58. display: block;
  59. overflow-wrap: break-word;
  60. color: rgba(3,3,3,1);
  61. font-size: 24rpx;
  62. font-family: SFProText-Semibold;
  63. white-space: nowrap;
  64. line-height: 29rpx;
  65. text-align: center;
  66. margin-left: 154rpx;
  67. }
  68. .box2 {
  69. width: 12rpx;
  70. height: 20rpx;
  71. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng0efed2d58f84e5f45072ee057c875a49c4309a72e36f032844aa111ca0a435af) -1rpx -3rpx no-repeat;
  72. background-size: 15rpx 26rpx;
  73. display: flex;
  74. flex-direction: column;
  75. margin: 2rpx 0 0 173rpx;
  76. }
  77. .info1 {
  78. width: 66rpx;
  79. height: 29rpx;
  80. display: block;
  81. overflow-wrap: break-word;
  82. color: rgba(3,3,3,1);
  83. font-size: 24rpx;
  84. font-family: SFProText-Regular;
  85. white-space: nowrap;
  86. line-height: 29rpx;
  87. text-align: right;
  88. margin-left: 5rpx;
  89. }
  90. .img1 {
  91. width: 53rpx;
  92. height: 23rpx;
  93. margin: 2rpx 0 0 6rpx;
  94. }
  95. .section2 {
  96. height: 88rpx;
  97. background-color: rgba(255,255,255,1);
  98. display: flex;
  99. flex-direction: column;
  100. padding-left: 24rpx;
  101. width: 750rpx;
  102. justify-content: center;
  103. }
  104. .bd1 {
  105. width: 710rpx;
  106. height: 64rpx;
  107. flex-direction: row;
  108. display: flex;
  109. }
  110. .label1 {
  111. width: 48rpx;
  112. height: 48rpx;
  113. margin-top: 8rpx;
  114. }
  115. .info2 {
  116. width: 144rpx;
  117. height: 36rpx;
  118. display: block;
  119. overflow-wrap: break-word;
  120. color: rgba(51,51,51,1);
  121. font-size: 36rpx;
  122. font-family: PingFangSC-Medium;
  123. white-space: nowrap;
  124. line-height: 36rpx;
  125. text-align: left;
  126. margin: 14rpx 0 0 231rpx;
  127. }
  128. .pic1 {
  129. width: 174rpx;
  130. height: 64rpx;
  131. margin-left: 113rpx;
  132. }
  133. .section3 {
  134. height: 128rpx;
  135. background-color: rgba(255,255,255,1);
  136. display: flex;
  137. flex-direction: column;
  138. width: 750rpx;
  139. justify-content: center;
  140. align-items: center;
  141. }
  142. .outer2 {
  143. width: 690rpx;
  144. height: 80rpx;
  145. flex-direction: row;
  146. display: flex;
  147. justify-content: space-between;
  148. }
  149. .bd2 {
  150. height: 80rpx;
  151. border-radius: 8rpx;
  152. background-color: rgba(246,246,246,1);
  153. display: flex;
  154. flex-direction: column;
  155. padding-left: 30rpx;
  156. width: 510rpx;
  157. justify-content: center;
  158. }
  159. .info3 {
  160. width: 100%;
  161. height: 28rpx;
  162. display: block;
  163. overflow-wrap: break-word;
  164. color: rgba(153,153,153,1);
  165. font-size: 28rpx;
  166. font-family: PingFangSC-Regular;
  167. white-space: nowrap;
  168. line-height: 28rpx;
  169. text-align: left;
  170. }
  171. .bd3 {
  172. height: 80rpx;
  173. border-radius: 8rpx;
  174. background-color: rgba(82,161,255,1);
  175. display: flex;
  176. flex-direction: column;
  177. width: 164rpx;
  178. justify-content: center;
  179. align-items: center;
  180. }
  181. .word1 {
  182. width: 56rpx;
  183. height: 28rpx;
  184. display: block;
  185. overflow-wrap: break-word;
  186. color: rgba(255,255,255,1);
  187. font-size: 28rpx;
  188. font-family: PingFangSC-Regular;
  189. white-space: nowrap;
  190. line-height: 28rpx;
  191. text-align: left;
  192. }
  193. .section4 {
  194. height: 1078rpx;
  195. background-color: rgba(255,255,255,1);
  196. display: flex;
  197. flex-direction: column;
  198. padding-top: 48rpx;
  199. width: 750rpx;
  200. }
  201. .box3 {
  202. width: 750rpx;
  203. height: 1030rpx;
  204. display: flex;
  205. flex-direction: column;
  206. }
  207. .layer1 {
  208. height: 254rpx;
  209. border: 2px solid rgba(231,231,231,1);
  210. background-color: rgba(255,255,255,1);
  211. margin-left: 175rpx;
  212. display: flex;
  213. flex-direction: column;
  214. padding-left: 14rpx;
  215. width: 400rpx;
  216. justify-content: center;
  217. }
  218. .bd4 {
  219. height: 222rpx;
  220. display: flex;
  221. flex-direction: column;
  222. width: 370rpx;
  223. }
  224. .bd5 image{
  225. width: 370rpx;
  226. height: 220rpx;
  227. display: flex;
  228. flex-direction: column;
  229. }
  230. .txt3 {
  231. width: 364rpx;
  232. height: 28rpx;
  233. display: block;
  234. overflow-wrap: break-word;
  235. color: rgba(102,102,102,1);
  236. font-size: 28rpx;
  237. font-family: PingFangSC-Regular;
  238. white-space: nowrap;
  239. line-height: 28rpx;
  240. text-align: left;
  241. margin: 48rpx 0 0 193rpx;
  242. }
  243. .layer2 {
  244. height: 464rpx;
  245. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng9836575d1002525500247f36d1fe09341aa0d34a60d956f48392e2632338f3ed) 100% no-repeat;
  246. margin-top: 236rpx;
  247. display: flex;
  248. flex-direction: column;
  249. width: 750rpx;
  250. justify-content: center;
  251. align-items: center;
  252. }
  253. .layer3 {
  254. width: 718rpx;
  255. height: 432rpx;
  256. display: flex;
  257. flex-direction: column;
  258. justify-content: space-between;
  259. }
  260. .section5 {
  261. width: 718rpx;
  262. height: 320rpx;
  263. flex-wrap: wrap;
  264. display: flex;
  265. flex-direction: row;
  266. }
  267. .mod2 {
  268. height: 96rpx;
  269. border-radius: 8rpx;
  270. background-color: rgba(255,255,255,1);
  271. display: flex;
  272. flex-direction: column;
  273. width: 229rpx;
  274. justify-content: center;
  275. align-items: center;
  276. margin: 0 16rpx 16rpx 0;
  277. }
  278. .info4 {
  279. width: 27rpx;
  280. height: 64rpx;
  281. display: block;
  282. overflow-wrap: break-word;
  283. color: rgba(51,51,51,1);
  284. font-size: 50rpx;
  285. font-family: DINPro-Medium;
  286. white-space: nowrap;
  287. line-height: 50rpx;
  288. text-align: center;
  289. }
  290. .mod3 {
  291. height: 96rpx;
  292. border-radius: 8rpx;
  293. background-color: rgba(255,255,255,1);
  294. display: flex;
  295. flex-direction: column;
  296. padding-left: 101rpx;
  297. width: 228rpx;
  298. justify-content: center;
  299. margin: 0 16rpx 16rpx 0;
  300. }
  301. .word2 {
  302. width: 27rpx;
  303. height: 64rpx;
  304. display: block;
  305. overflow-wrap: break-word;
  306. color: rgba(51,51,51,1);
  307. font-size: 50rpx;
  308. font-family: DINPro-Medium;
  309. white-space: nowrap;
  310. line-height: 50rpx;
  311. text-align: center;
  312. }
  313. .mod4 {
  314. height: 96rpx;
  315. border-radius: 8rpx;
  316. background-color: rgba(255,255,255,1);
  317. margin-bottom: 16rpx;
  318. display: flex;
  319. flex-direction: column;
  320. width: 229rpx;
  321. }
  322. .mod5 {
  323. height: 96rpx;
  324. border-radius: 8rpx;
  325. background-color: rgba(0,0,0,0.1);
  326. display: flex;
  327. flex-direction: column;
  328. width: 229rpx;
  329. justify-content: center;
  330. align-items: center;
  331. }
  332. .word3 {
  333. width: 27rpx;
  334. height: 64rpx;
  335. display: block;
  336. overflow-wrap: break-word;
  337. color: rgba(51,51,51,0.7);
  338. font-size: 50rpx;
  339. font-family: DINPro-Medium;
  340. white-space: nowrap;
  341. line-height: 50rpx;
  342. text-align: center;
  343. }
  344. .mod6 {
  345. height: 96rpx;
  346. border-radius: 8rpx;
  347. background-color: rgba(255,255,255,1);
  348. display: flex;
  349. flex-direction: column;
  350. width: 229rpx;
  351. justify-content: center;
  352. align-items: center;
  353. margin: 0 16rpx 16rpx 0;
  354. }
  355. .word4 {
  356. width: 27rpx;
  357. height: 64rpx;
  358. display: block;
  359. overflow-wrap: break-word;
  360. color: rgba(51,51,51,1);
  361. font-size: 50rpx;
  362. font-family: DINPro-Medium;
  363. white-space: nowrap;
  364. line-height: 50rpx;
  365. text-align: center;
  366. }
  367. .mod7 {
  368. height: 96rpx;
  369. border-radius: 8rpx;
  370. background-color: rgba(255,255,255,1);
  371. display: flex;
  372. flex-direction: column;
  373. padding-left: 101rpx;
  374. width: 228rpx;
  375. justify-content: center;
  376. margin: 0 16rpx 16rpx 0;
  377. }
  378. .info5 {
  379. width: 27rpx;
  380. height: 64rpx;
  381. display: block;
  382. overflow-wrap: break-word;
  383. color: rgba(51,51,51,1);
  384. font-size: 50rpx;
  385. font-family: DINPro-Medium;
  386. white-space: nowrap;
  387. line-height: 50rpx;
  388. text-align: center;
  389. }
  390. .mod8 {
  391. height: 96rpx;
  392. border-radius: 8rpx;
  393. background-color: rgba(255,255,255,1);
  394. margin-bottom: 16rpx;
  395. display: flex;
  396. flex-direction: column;
  397. width: 229rpx;
  398. justify-content: center;
  399. align-items: center;
  400. }
  401. .txt4 {
  402. width: 27rpx;
  403. height: 64rpx;
  404. display: block;
  405. overflow-wrap: break-word;
  406. color: rgba(51,51,51,1);
  407. font-size: 50rpx;
  408. font-family: DINPro-Medium;
  409. white-space: nowrap;
  410. line-height: 50rpx;
  411. text-align: center;
  412. }
  413. .mod9 {
  414. height: 96rpx;
  415. border-radius: 8rpx;
  416. background-color: rgba(255,255,255,1);
  417. display: flex;
  418. flex-direction: column;
  419. width: 229rpx;
  420. justify-content: center;
  421. align-items: center;
  422. margin: 0 16rpx 16rpx 0;
  423. }
  424. .word5 {
  425. width: 27rpx;
  426. height: 64rpx;
  427. display: block;
  428. overflow-wrap: break-word;
  429. color: rgba(51,51,51,1);
  430. font-size: 50rpx;
  431. font-family: DINPro-Medium;
  432. white-space: nowrap;
  433. line-height: 50rpx;
  434. text-align: center;
  435. }
  436. .mod10 {
  437. height: 96rpx;
  438. border-radius: 8rpx;
  439. background-color: rgba(255,255,255,1);
  440. display: flex;
  441. flex-direction: column;
  442. padding-left: 101rpx;
  443. width: 228rpx;
  444. justify-content: center;
  445. margin: 0 16rpx 16rpx 0;
  446. }
  447. .word6 {
  448. width: 27rpx;
  449. height: 64rpx;
  450. display: block;
  451. overflow-wrap: break-word;
  452. color: rgba(51,51,51,1);
  453. font-size: 50rpx;
  454. font-family: DINPro-Medium;
  455. white-space: nowrap;
  456. line-height: 50rpx;
  457. text-align: center;
  458. }
  459. .mod11 {
  460. height: 96rpx;
  461. border-radius: 4rpx;
  462. background-color: rgba(255,255,255,1);
  463. margin-bottom: 16rpx;
  464. display: flex;
  465. flex-direction: column;
  466. width: 229rpx;
  467. justify-content: center;
  468. align-items: center;
  469. }
  470. .txt5 {
  471. width: 27rpx;
  472. height: 64rpx;
  473. display: block;
  474. overflow-wrap: break-word;
  475. color: rgba(51,51,51,1);
  476. font-size: 50rpx;
  477. font-family: DINPro-Medium;
  478. white-space: nowrap;
  479. line-height: 50rpx;
  480. text-align: center;
  481. }
  482. .section6 {
  483. width: 718rpx;
  484. height: 96rpx;
  485. margin-top: 16rpx;
  486. flex-direction: row;
  487. display: flex;
  488. justify-content: space-between;
  489. }
  490. .mod12 {
  491. height: 96rpx;
  492. border-radius: 8rpx;
  493. background-color: rgba(255,255,255,1);
  494. display: flex;
  495. flex-direction: column;
  496. width: 473rpx;
  497. justify-content: center;
  498. align-items: center;
  499. }
  500. .word7 {
  501. width: 27rpx;
  502. height: 64rpx;
  503. display: block;
  504. overflow-wrap: break-word;
  505. color: rgba(51,51,51,1);
  506. font-size: 50rpx;
  507. font-family: DINPro-Medium;
  508. white-space: nowrap;
  509. line-height: 50rpx;
  510. text-align: center;
  511. }
  512. .pic2 {
  513. width: 229rpx;
  514. height: 96rpx;
  515. }
  516. .section7 {
  517. height: 430rpx;
  518. background-color: rgba(74,144,226,1);
  519. display: flex;
  520. flex-direction: column;
  521. width: 750rpx;
  522. padding: 20rpx 0 0 48rpx;
  523. }
  524. .layer4 {
  525. width: 658rpx;
  526. height: 366rpx;
  527. display: flex;
  528. flex-direction: column;
  529. justify-content: space-between;
  530. }
  531. .word8 {
  532. width: 138rpx;
  533. height: 48rpx;
  534. display: block;
  535. overflow-wrap: break-word;
  536. color: rgba(255,255,255,1);
  537. font-size: 34rpx;
  538. letter-spacing: 0rpx;
  539. font-family: PingFangSC-Medium;
  540. white-space: nowrap;
  541. line-height: 48rpx;
  542. text-align: left;
  543. margin-left: 258rpx;
  544. }
  545. .paragraph1 {
  546. width: 658rpx;
  547. height: 290rpx;
  548. display: block;
  549. overflow-wrap: break-word;
  550. color: rgba(255,255,255,1);
  551. font-size: 28rpx;
  552. letter-spacing: 0rpx;
  553. font-family: PingFangSC-Regular;
  554. line-height: 40rpx;
  555. text-align: left;
  556. margin-top: 28rpx;
  557. overflow: hidden;
  558. text-overflow: ellipsis;
  559. }