index.less 39 KB

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