index.less 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126
  1. .merchantPage {
  2. width: 100%;
  3. .merchantBox {
  4. width: 100%;
  5. height: calc(100% - 44px);
  6. overflow: auto;
  7. overflow-x: hidden;
  8. .searchRow {
  9. width: 90%;
  10. height: 48px;
  11. margin: 0 auto;
  12. background: rgba(255, 255, 255, 1) url("../../assets/home/line.png") bottom center no-repeat;
  13. background-size: 100%;
  14. align-items: center;
  15. .bd3 {
  16. width: 87px;
  17. height: 16px;
  18. .info2 {
  19. height: 14px;
  20. overflow-wrap: break-word;
  21. color: rgba(64, 77, 116, 1);
  22. font-size: 15px;
  23. font-family: 'OPPOSans', PingFangSC-Semibold;
  24. text-align: left;
  25. white-space: nowrap;
  26. line-height: 15px;
  27. margin-top: 3px;
  28. display: block;
  29. }
  30. .info3 {
  31. overflow-wrap: break-word;
  32. color: #c84b2c;
  33. font-size: 20px;
  34. font-family: 'OPPOSans', PingFangSC-Semibold;
  35. text-align: left;
  36. white-space: nowrap;
  37. line-height: 20px;
  38. display: block;
  39. margin: 0 .3em;
  40. }
  41. .info4 {
  42. height: 14px;
  43. overflow-wrap: break-word;
  44. color: rgba(64, 77, 116, 1);
  45. font-size: 15px;
  46. font-family: 'OPPOSans', PingFangSC-Semibold;
  47. text-align: left;
  48. white-space: nowrap;
  49. line-height: 15px;
  50. display: block;
  51. margin-top: 3px;
  52. }
  53. }
  54. .main5 {
  55. width: auto;
  56. .label2 {
  57. width: 20px;
  58. height: 20px;
  59. margin-right: 5px;
  60. cursor: pointer;
  61. }
  62. }
  63. }
  64. .main4 {
  65. width: 100%;
  66. justify-content: space-between;
  67. padding: 15px;
  68. .bd1 {
  69. box-shadow: 1px 1px 4px 2px rgba(70, 95, 198, 0.14);
  70. background-color: rgba(255, 255, 255, 1);
  71. border-radius: 4px;
  72. height: 250px;
  73. margin: 0 auto;
  74. margin-bottom: 20px;
  75. width: 100%;
  76. .outer2 {
  77. width: 100%;
  78. padding: 20px;
  79. .box2 {
  80. width: 100%;
  81. height: 14px;
  82. .word3 {
  83. width: 202px;
  84. height: 13px;
  85. overflow-wrap: break-word;
  86. color: rgba(64, 77, 116, 1);
  87. font-size: 14px;
  88. font-family: 'OPPOSans', PingFangSC-Semibold;
  89. text-align: left;
  90. white-space: nowrap;
  91. line-height: 14px;
  92. display: block;
  93. }
  94. .group6 {
  95. width: 6px;
  96. height: 12px;
  97. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng51122feddbc4a9b3e0b055ed6181d290e60825befaa5c777794f1412ff817e57) top center no-repeat;
  98. background-size: 100%;
  99. margin-top: 2px;
  100. }
  101. }
  102. .word4 {
  103. width: 122px;
  104. height: 13px;
  105. overflow-wrap: break-word;
  106. color: rgba(64, 77, 116, 1);
  107. font-size: 13px;
  108. text-align: left;
  109. white-space: nowrap;
  110. line-height: 13px;
  111. margin-top: 9px;
  112. display: block;
  113. }
  114. .word5 {
  115. width: 162px;
  116. height: 13px;
  117. overflow-wrap: break-word;
  118. color: rgba(64, 77, 116, 1);
  119. font-size: 13px;
  120. text-align: left;
  121. white-space: nowrap;
  122. line-height: 13px;
  123. margin-top: 10px;
  124. display: block;
  125. }
  126. .word6 {
  127. width: 177px;
  128. height: 13px;
  129. overflow-wrap: break-word;
  130. color: rgba(64, 77, 116, 1);
  131. font-size: 13px;
  132. text-align: left;
  133. white-space: nowrap;
  134. line-height: 13px;
  135. margin-top: 10px;
  136. display: block;
  137. }
  138. .info6 {
  139. width: 130px;
  140. height: 13px;
  141. overflow-wrap: break-word;
  142. color: rgba(64, 77, 116, 1);
  143. font-size: 13px;
  144. text-align: left;
  145. white-space: nowrap;
  146. line-height: 13px;
  147. margin-top: 10px;
  148. display: block;
  149. }
  150. .txt2 {
  151. width: 110px;
  152. height: 13px;
  153. overflow-wrap: break-word;
  154. color: rgba(64, 77, 116, 1);
  155. font-size: 13px;
  156. text-align: left;
  157. white-space: nowrap;
  158. line-height: 13px;
  159. margin-top: 10px;
  160. display: block;
  161. }
  162. .box3 {
  163. background-color: rgba(246, 247, 252, 1);
  164. border-radius: 1px;
  165. height: 26px;
  166. margin: 10px 0;
  167. width: 100%;
  168. .txt3 {
  169. width: 184px;
  170. height: 13px;
  171. overflow-wrap: break-word;
  172. color: rgba(135, 135, 166, 1);
  173. font-size: 12px;
  174. text-align: left;
  175. white-space: nowrap;
  176. line-height: 13px;
  177. display: block;
  178. margin: 8px 0 0 10px;
  179. }
  180. }
  181. .button-container {
  182. display: flex;
  183. justify-content: center;
  184. .btn1 {
  185. margin: 0 30px;
  186. padding: 0 20px;
  187. }
  188. }
  189. }
  190. }
  191. }
  192. }
  193. }
  194. .codeSearch {
  195. width: 100%;
  196. .codeSearchPopup {
  197. width: 90%;
  198. }
  199. .content {
  200. padding-top: 1em;
  201. }
  202. .field .van-field__label {
  203. width: auto;
  204. }
  205. .van-button--primary {
  206. border-color: #FF3456;
  207. background-color: #FF3456;
  208. }
  209. }
  210. .merchantSetPage {
  211. width: 100%;
  212. .merchantSetBox {
  213. width: 100%;
  214. height: calc(100% - 44px);
  215. overflow: auto;
  216. overflow-x: hidden;
  217. .Body {
  218. width: 100%;
  219. margin-bottom: 39px;
  220. .Body {
  221. width: 100%;
  222. margin-bottom: 39px;
  223. .wrap1 {
  224. background-color: rgba(255, 255, 255, 1);
  225. z-index: 24;
  226. height: 54px;
  227. width: 100%;
  228. position: relative;
  229. .section1 {
  230. width: 100%;
  231. height: 13px;
  232. padding: 34px 80px;
  233. .word3 {
  234. width: 56px;
  235. height: 13px;
  236. overflow-wrap: break-word;
  237. color: rgba(255, 52, 86, 1);
  238. color: rgba(135, 135, 166, 1);
  239. font-size: 14px;
  240. font-family: 'OPPOSans', PingFangSC-Semibold;
  241. text-align: center;
  242. white-space: nowrap;
  243. line-height: 14px;
  244. display: block;
  245. }
  246. .info1 {
  247. width: 56px;
  248. height: 13px;
  249. overflow-wrap: break-word;
  250. color: rgba(135, 135, 166, 1);
  251. font-size: 14px;
  252. text-align: center;
  253. white-space: nowrap;
  254. line-height: 14px;
  255. display: block;
  256. }
  257. .acttive {
  258. position: relative;
  259. color: #FF3456;
  260. &::after {
  261. content: '';
  262. position: absolute;
  263. left: 50%;
  264. margin-left: -20px;
  265. bottom: 0;
  266. width: 40px;
  267. height: 2px;
  268. background-color: #FF3456;
  269. border-radius: 1px;
  270. bottom: -0.5em;
  271. }
  272. }
  273. }
  274. .section2 {
  275. background-color: rgba(255, 52, 86, 1);
  276. border-radius: 1px;
  277. z-index: 27;
  278. position: absolute;
  279. left: 88px;
  280. top: 53px;
  281. width: 40px;
  282. height: 2px;
  283. }
  284. .img1 {
  285. z-index: 28;
  286. position: absolute;
  287. left: 0;
  288. top: 52px;
  289. width: 100%;
  290. height: 2px;
  291. }
  292. }
  293. .wrap2 {
  294. width: 313px;
  295. height: 28px;
  296. margin: 20px auto;
  297. .info2 {
  298. width: 11px;
  299. height: 28px;
  300. overflow-wrap: break-word;
  301. color: rgba(223, 94, 76, 1);
  302. font-size: 20px;
  303. font-family: 'OPPOSans', PingFangSC-Semibold;
  304. text-align: left;
  305. white-space: nowrap;
  306. line-height: 28px;
  307. display: block;
  308. }
  309. .info3 {
  310. width: 199px;
  311. height: 13px;
  312. overflow-wrap: break-word;
  313. color: rgba(64, 77, 116, 1);
  314. font-size: 15px;
  315. font-family: PingFangSC-Medium;
  316. text-align: left;
  317. white-space: nowrap;
  318. line-height: 15px;
  319. margin-top: 4px;
  320. display: block;
  321. }
  322. }
  323. .tab2 {
  324. .info3 {
  325. width: 98px;
  326. height: 13px;
  327. overflow-wrap: break-word;
  328. color: rgba(64, 77, 116, 1);
  329. font-size: 14px;
  330. text-align: left;
  331. white-space: nowrap;
  332. line-height: 14px;
  333. display: block;
  334. margin: 21px 0 0 32px;
  335. }
  336. .info4 {
  337. width: 126px;
  338. height: 13px;
  339. overflow-wrap: break-word;
  340. color: rgba(64, 77, 116, 1);
  341. font-size: 14px;
  342. text-align: left;
  343. white-space: nowrap;
  344. line-height: 14px;
  345. display: block;
  346. margin: 15px 0 0 32px;
  347. }
  348. .word4 {
  349. width: 171px;
  350. height: 13px;
  351. overflow-wrap: break-word;
  352. color: rgba(64, 77, 116, 1);
  353. font-size: 14px;
  354. text-align: left;
  355. white-space: nowrap;
  356. line-height: 14px;
  357. display: block;
  358. margin: 15px 0 0 32px;
  359. }
  360. .txt2 {
  361. width: 105px;
  362. height: 13px;
  363. overflow-wrap: break-word;
  364. color: rgba(64, 77, 116, 1);
  365. font-size: 14px;
  366. text-align: left;
  367. white-space: nowrap;
  368. line-height: 14px;
  369. display: block;
  370. margin: 20px 0 0 32px;
  371. }
  372. .word5 {
  373. width: 119px;
  374. height: 13px;
  375. overflow-wrap: break-word;
  376. color: rgba(64, 77, 116, 1);
  377. font-size: 14px;
  378. text-align: left;
  379. white-space: nowrap;
  380. line-height: 14px;
  381. display: block;
  382. margin: 15px 0 0 32px;
  383. }
  384. .word6 {
  385. width: 133px;
  386. height: 13px;
  387. overflow-wrap: break-word;
  388. color: rgba(64, 77, 116, 1);
  389. font-size: 14px;
  390. text-align: left;
  391. white-space: nowrap;
  392. line-height: 14px;
  393. display: block;
  394. margin: 15px 0 0 32px;
  395. }
  396. .txt3 {
  397. width: 98px;
  398. height: 13px;
  399. overflow-wrap: break-word;
  400. color: rgba(64, 77, 116, 1);
  401. font-size: 14px;
  402. text-align: left;
  403. white-space: nowrap;
  404. line-height: 14px;
  405. display: block;
  406. margin: 15px 0 0 32px;
  407. }
  408. .txt4 {
  409. width: 98px;
  410. height: 13px;
  411. overflow-wrap: break-word;
  412. color: rgba(64, 77, 116, 1);
  413. font-size: 14px;
  414. text-align: left;
  415. white-space: nowrap;
  416. line-height: 14px;
  417. display: block;
  418. margin: 15px 0 0 32px;
  419. }
  420. .word7 {
  421. width: 112px;
  422. height: 13px;
  423. overflow-wrap: break-word;
  424. color: rgba(64, 77, 116, 1);
  425. font-size: 14px;
  426. text-align: left;
  427. white-space: nowrap;
  428. line-height: 14px;
  429. display: block;
  430. margin: 15px 0 0 32px;
  431. }
  432. .txt5 {
  433. width: 70px;
  434. height: 13px;
  435. overflow-wrap: break-word;
  436. color: rgba(64, 77, 116, 1);
  437. font-size: 14px;
  438. text-align: left;
  439. white-space: nowrap;
  440. line-height: 14px;
  441. display: block;
  442. margin: 15px 0 0 32px;
  443. }
  444. .word8 {
  445. width: 70px;
  446. height: 13px;
  447. overflow-wrap: break-word;
  448. color: rgba(64, 77, 116, 1);
  449. font-size: 14px;
  450. text-align: left;
  451. white-space: nowrap;
  452. line-height: 14px;
  453. display: block;
  454. margin: 15px 0 0 32px;
  455. }
  456. .block5 {
  457. width: 122px;
  458. height: 13px;
  459. margin: 20px 0 0 32px;
  460. .txt6 {
  461. width: 70px;
  462. height: 13px;
  463. overflow-wrap: break-word;
  464. color: rgba(64, 77, 116, 1);
  465. font-size: 14px;
  466. text-align: left;
  467. white-space: nowrap;
  468. line-height: 14px;
  469. display: block;
  470. }
  471. .word9 {
  472. width: 42px;
  473. height: 13px;
  474. overflow-wrap: break-word;
  475. color: rgba(64, 77, 116, 1);
  476. font-size: 14px;
  477. text-align: left;
  478. white-space: nowrap;
  479. line-height: 14px;
  480. display: block;
  481. }
  482. }
  483. .word10 {
  484. width: 98px;
  485. height: 13px;
  486. overflow-wrap: break-word;
  487. color: rgba(64, 77, 116, 1);
  488. font-size: 14px;
  489. text-align: left;
  490. white-space: nowrap;
  491. line-height: 14px;
  492. display: block;
  493. margin: 15px 0 0 32px;
  494. }
  495. .word11 {
  496. width: 70px;
  497. height: 13px;
  498. overflow-wrap: break-word;
  499. color: rgba(64, 77, 116, 1);
  500. font-size: 14px;
  501. text-align: left;
  502. white-space: nowrap;
  503. line-height: 14px;
  504. display: block;
  505. margin: 15px 0 0 32px;
  506. }
  507. .word12 {
  508. width: 80%;
  509. height: 13px;
  510. overflow-wrap: break-word;
  511. word-wrap: break-word;
  512. color: rgba(64, 77, 116, 1);
  513. font-size: 14px;
  514. text-align: left;
  515. // white-space: normal;
  516. line-height: 20px;
  517. display: block;
  518. margin: 15px 15px 10px 32px;
  519. }
  520. }
  521. .info4 {
  522. width: 313px;
  523. height: 13px;
  524. overflow-wrap: break-word;
  525. color: rgba(64, 77, 116, 1);
  526. font-size: 14px;
  527. text-align: left;
  528. white-space: nowrap;
  529. line-height: 14px;
  530. display: block;
  531. margin: 20px auto;
  532. }
  533. .info5 {
  534. width: 313px;
  535. height: 13px;
  536. overflow-wrap: break-word;
  537. color: rgba(64, 77, 116, 1);
  538. font-size: 14px;
  539. text-align: left;
  540. white-space: nowrap;
  541. line-height: 14px;
  542. display: block;
  543. margin: 20px auto;
  544. }
  545. .wrap3 {
  546. width: 311px;
  547. height: 38px;
  548. margin: 15px 0 0 32px;
  549. .word4 {
  550. width: 39px;
  551. height: 13px;
  552. overflow-wrap: break-word;
  553. color: rgba(64, 77, 116, 1);
  554. font-size: 13px;
  555. text-align: left;
  556. white-space: nowrap;
  557. line-height: 13px;
  558. margin-top: 13px;
  559. display: block;
  560. }
  561. .bd1 {
  562. background-color: rgba(255, 255, 255, 1);
  563. border-radius: 2px;
  564. height: 38px;
  565. border: 0.5px solid rgba(185, 186, 208, 1);
  566. width: 247px;
  567. .word5 {
  568. width: 39px;
  569. height: 13px;
  570. overflow-wrap: break-word;
  571. color: rgba(168, 168, 197, 1);
  572. font-size: 13px;
  573. text-align: left;
  574. white-space: nowrap;
  575. line-height: 13px;
  576. display: block;
  577. margin: 13px 0 0 6px;
  578. }
  579. }
  580. }
  581. .txt3 {
  582. width: 313px;
  583. height: 13px;
  584. overflow-wrap: break-word;
  585. color: rgba(168, 168, 197, 1);
  586. font-size: 13px;
  587. text-align: left;
  588. white-space: nowrap;
  589. line-height: 13px;
  590. display: block;
  591. margin: 20px auto;
  592. }
  593. .wrap4 {
  594. width: 311px;
  595. height: 38px;
  596. margin: 15px 0 0 32px;
  597. .txt4 {
  598. width: 65px;
  599. height: 13px;
  600. overflow-wrap: break-word;
  601. color: rgba(64, 77, 116, 1);
  602. font-size: 13px;
  603. text-align: left;
  604. white-space: nowrap;
  605. line-height: 13px;
  606. margin-top: 13px;
  607. display: block;
  608. }
  609. .main3 {
  610. background-color: rgba(255, 255, 255, 1);
  611. border-radius: 2px;
  612. height: 38px;
  613. border: 0.5px solid rgba(185, 186, 208, 1);
  614. margin-left: -1px;
  615. width: 247px;
  616. .txt5 {
  617. width: 39px;
  618. height: 13px;
  619. overflow-wrap: break-word;
  620. color: rgba(168, 168, 197, 1);
  621. font-size: 13px;
  622. text-align: left;
  623. white-space: nowrap;
  624. line-height: 13px;
  625. display: block;
  626. margin: 13px 0 0 6px;
  627. }
  628. }
  629. }
  630. .wrap5 {
  631. width: 311px;
  632. height: 38px;
  633. margin: 15px 0 0 32px;
  634. .info6 {
  635. width: 39px;
  636. height: 13px;
  637. overflow-wrap: break-word;
  638. color: rgba(64, 77, 116, 1);
  639. font-size: 13px;
  640. text-align: left;
  641. white-space: nowrap;
  642. line-height: 13px;
  643. margin-top: 13px;
  644. display: block;
  645. }
  646. .layer1 {
  647. background-color: rgba(255, 255, 255, 1);
  648. border-radius: 2px;
  649. height: 38px;
  650. border: 0.5px solid rgba(185, 186, 208, 1);
  651. width: 247px;
  652. .info7 {
  653. width: 39px;
  654. height: 13px;
  655. overflow-wrap: break-word;
  656. color: rgba(64, 77, 116, 1);
  657. font-size: 13px;
  658. text-align: left;
  659. white-space: nowrap;
  660. line-height: 13px;
  661. display: block;
  662. margin: 13px 0 0 6px;
  663. }
  664. }
  665. }
  666. .wrap6 {
  667. width: 269px;
  668. height: 18px;
  669. margin: 23px 0 0 32px;
  670. .txt6 {
  671. width: 65px;
  672. height: 13px;
  673. overflow-wrap: break-word;
  674. color: rgba(64, 77, 116, 1);
  675. font-size: 13px;
  676. text-align: left;
  677. white-space: nowrap;
  678. line-height: 13px;
  679. margin-top: 2px;
  680. display: block;
  681. }
  682. .ImageText1 {
  683. height: 13px;
  684. width: 29px;
  685. margin: 3px 0 0 83px;
  686. .mod1 {
  687. width: 29px;
  688. height: 13px;
  689. .wrap7 {
  690. border-radius: 50%;
  691. width: 12px;
  692. height: 12px;
  693. border: 1px solid rgba(255, 52, 86, 1);
  694. margin-top: 1px;
  695. }
  696. .TextGroup1 {
  697. height: 13px;
  698. width: 13px;
  699. .txt7 {
  700. width: 13px;
  701. height: 13px;
  702. overflow-wrap: break-word;
  703. color: rgba(64, 77, 116, 1);
  704. font-size: 13px;
  705. text-align: left;
  706. white-space: nowrap;
  707. line-height: 13px;
  708. display: block;
  709. }
  710. }
  711. }
  712. }
  713. .ImageText2 {
  714. height: 18px;
  715. margin-left: 62px;
  716. width: 30px;
  717. .box1 {
  718. width: 30px;
  719. height: 18px;
  720. .group1 {
  721. border-radius: 50%;
  722. width: 12px;
  723. height: 12px;
  724. border: 1px solid rgba(255, 52, 86, 1);
  725. margin-top: 4px;
  726. }
  727. .TextGroup2 {
  728. height: 18px;
  729. width: 13px;
  730. .info8 {
  731. width: 13px;
  732. height: 18px;
  733. overflow-wrap: break-word;
  734. color: rgba(64, 77, 116, 1);
  735. font-size: 13px;
  736. text-align: left;
  737. white-space: nowrap;
  738. line-height: 18px;
  739. display: block;
  740. }
  741. }
  742. }
  743. }
  744. }
  745. .wrap8 {
  746. width: 269px;
  747. height: 18px;
  748. margin: 15px 0 0 32px;
  749. .word6 {
  750. width: 117px;
  751. height: 13px;
  752. overflow-wrap: break-word;
  753. color: rgba(64, 77, 116, 1);
  754. font-size: 13px;
  755. text-align: left;
  756. white-space: nowrap;
  757. line-height: 13px;
  758. margin-top: 3px;
  759. display: block;
  760. }
  761. .ImageText3 {
  762. height: 13px;
  763. width: 29px;
  764. margin: 3px 0 0 31px;
  765. .group2 {
  766. width: 29px;
  767. height: 13px;
  768. .main4 {
  769. border-radius: 50%;
  770. width: 12px;
  771. height: 12px;
  772. border: 1px solid rgba(255, 52, 86, 1);
  773. margin-top: 1px;
  774. }
  775. .TextGroup3 {
  776. height: 13px;
  777. width: 13px;
  778. .info9 {
  779. width: 13px;
  780. height: 13px;
  781. overflow-wrap: break-word;
  782. color: rgba(64, 77, 116, 1);
  783. font-size: 13px;
  784. text-align: left;
  785. white-space: nowrap;
  786. line-height: 13px;
  787. display: block;
  788. }
  789. }
  790. }
  791. }
  792. .ImageText4 {
  793. height: 18px;
  794. margin-left: 62px;
  795. width: 30px;
  796. .layer2 {
  797. width: 30px;
  798. height: 18px;
  799. .block1 {
  800. border-radius: 50%;
  801. width: 12px;
  802. height: 12px;
  803. border: 1px solid rgba(255, 52, 86, 1);
  804. margin-top: 4px;
  805. }
  806. .TextGroup4 {
  807. height: 18px;
  808. width: 13px;
  809. .txt8 {
  810. width: 13px;
  811. height: 18px;
  812. overflow-wrap: break-word;
  813. color: rgba(64, 77, 116, 1);
  814. font-size: 13px;
  815. text-align: left;
  816. white-space: nowrap;
  817. line-height: 18px;
  818. display: block;
  819. }
  820. }
  821. }
  822. }
  823. }
  824. .wrap9 {
  825. width: 311px;
  826. height: 38px;
  827. margin: 15px 0 0 32px;
  828. .info10 {
  829. width: 39px;
  830. height: 13px;
  831. overflow-wrap: break-word;
  832. color: rgba(64, 77, 116, 1);
  833. font-size: 13px;
  834. text-align: left;
  835. white-space: nowrap;
  836. line-height: 13px;
  837. margin-top: 13px;
  838. display: block;
  839. }
  840. .mod2 {
  841. background-color: rgba(255, 255, 255, 1);
  842. border-radius: 2px;
  843. height: 38px;
  844. border: 0.5px solid rgba(185, 186, 208, 1);
  845. width: 247px;
  846. .word7 {
  847. width: 39px;
  848. height: 13px;
  849. overflow-wrap: break-word;
  850. color: rgba(168, 168, 197, 1);
  851. font-size: 13px;
  852. text-align: left;
  853. white-space: nowrap;
  854. line-height: 13px;
  855. display: block;
  856. margin: 13px 0 0 6px;
  857. }
  858. }
  859. }
  860. .wrap10 {
  861. width: 311px;
  862. height: 38px;
  863. margin: 14px 0 0 32px;
  864. .word8 {
  865. width: 39px;
  866. height: 13px;
  867. overflow-wrap: break-word;
  868. color: rgba(64, 77, 116, 1);
  869. font-size: 13px;
  870. text-align: left;
  871. white-space: nowrap;
  872. line-height: 13px;
  873. margin-top: 13px;
  874. display: block;
  875. }
  876. .group3 {
  877. background-color: rgba(255, 255, 255, 1);
  878. border-radius: 2px;
  879. height: 38px;
  880. border: 0.5px solid rgba(185, 186, 208, 1);
  881. width: 247px;
  882. .info11 {
  883. width: 39px;
  884. height: 13px;
  885. overflow-wrap: break-word;
  886. color: rgba(168, 168, 197, 1);
  887. font-size: 13px;
  888. text-align: left;
  889. white-space: nowrap;
  890. line-height: 13px;
  891. display: block;
  892. margin: 13px 0 0 6px;
  893. }
  894. }
  895. }
  896. .Button1 {
  897. background-color: rgba(255, 52, 86, 1);
  898. border-radius: 17px;
  899. height: 34px;
  900. width: 120px;
  901. margin: 25px 0 0 128px;
  902. .word9 {
  903. width: 60px;
  904. height: 13px;
  905. overflow-wrap: break-word;
  906. color: rgba(255, 255, 255, 1);
  907. font-size: 15px;
  908. font-family: PingFangSC-Medium;
  909. text-align: center;
  910. white-space: nowrap;
  911. line-height: 15px;
  912. display: block;
  913. margin: 11px 0 0 30px;
  914. }
  915. }
  916. }
  917. }
  918. .van-form {
  919. .van-cell {
  920. width: 313px;
  921. // height: 38px;
  922. background-color: rgba(255, 255, 255, 1);
  923. padding: 0;
  924. color: rgba(168, 168, 197, 1);
  925. font-size: 13px;
  926. margin: 0 auto;
  927. margin-top: 20px;
  928. overflow: visible;
  929. &::after {
  930. display: none;
  931. }
  932. .van-field__control {
  933. height: 38px;
  934. line-height: 38px;
  935. padding: 6px;
  936. border-radius: 2px;
  937. border: 0.5px solid rgba(185, 186, 208, 1);
  938. &:-internal-autofill-previewed,
  939. &:-internal-autofill-selected {
  940. -webkit-text-fill-color: #323233 !important;
  941. transition: background-color 5000s ease-in-out 0s !important;
  942. }
  943. }
  944. .van-field__control::-webkit-input-placeholder {
  945. color: rgba(168, 168, 197, 1);
  946. }
  947. // .van-cell__value {
  948. // width: 100%;
  949. // flex: 0 auto;
  950. // }
  951. .van-field__label {
  952. height: 38px;
  953. line-height: 38px;
  954. width: 6em;
  955. }
  956. .radioBox {
  957. display: flex;
  958. .van-radio-group--horizontal {
  959. width: 100%;
  960. justify-content: space-around;
  961. }
  962. .van-radio {
  963. overflow: visible;
  964. }
  965. .van-radio__icon {
  966. font-size: 13px;
  967. }
  968. .van-radio__label {
  969. line-height: 13px;
  970. }
  971. .van-radio__icon--checked .van-icon-success {
  972. border-color: #FF3456;
  973. background: #FF3456;
  974. }
  975. .van-icon-success::before {
  976. content: '';
  977. background: #fff;
  978. width: 40%;
  979. height: 40%;
  980. position: absolute;
  981. top: 30%;
  982. left: 30%;
  983. border-radius: 100%;
  984. }
  985. .van-radio__icon--checked+.van-radio__label {
  986. color: #FF3456;
  987. }
  988. }
  989. }
  990. }
  991. .van-button--primary {
  992. border-color: #FF3456;
  993. background-color: #FF3456;
  994. }
  995. }
  996. }