seled.wxss 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  1. .box1 {
  2. width: 750rpx;
  3. display: flex;
  4. flex-direction: column;
  5. }
  6. .layer4 {
  7. height: 128rpx;
  8. background-color: rgba(255,255,255,1);
  9. display: flex;
  10. flex-direction: column;
  11. width: 750rpx;
  12. justify-content: center;
  13. align-items: center;
  14. }
  15. .bd1 {
  16. height: 80rpx;
  17. border-radius: 8rpx;
  18. background-color: rgba(246,246,246,1);
  19. display: flex;
  20. flex-direction: column;
  21. padding-left: 30rpx;
  22. width: 690rpx;
  23. justify-content: center;
  24. }
  25. .word2 {
  26. width: 280rpx;
  27. height: 28rpx;
  28. display: block;
  29. overflow-wrap: break-word;
  30. color: rgba(102,102,102,1);
  31. font-size: 28rpx;
  32. font-family: PingFangSC-Regular;
  33. white-space: nowrap;
  34. line-height: 28rpx;
  35. text-align: left;
  36. }
  37. .layer5 {
  38. width: 695rpx;
  39. height: 94rpx;
  40. margin-top: 24rpx;
  41. flex-direction: row;
  42. display: flex;
  43. }
  44. .main1 {
  45. height: 94rpx;
  46. background-color: rgba(255,255,255,1);
  47. display: flex;
  48. flex-direction: column;
  49. width: 180rpx;
  50. }
  51. .van-tree-select{
  52. width: 200rpx;
  53. }
  54. .van-sidebar-item__text{ font-size: 35rpx;}
  55. .outer1 {
  56. width: 200rpx;
  57. height: 94rpx;
  58. flex-direction: row;
  59. display: flex;
  60. justify-content: space-between;
  61. font-size: 40rpx;
  62. }
  63. .bd2 {
  64. font-weight: bold !important;
  65. border-color: rgba(70,153,255,1) !important;
  66. }
  67. .van-tree-select__content{
  68. width: 650rpx;
  69. }
  70. .right{
  71. width: 550rpx;
  72. /* background-color: aliceblue; */
  73. display: flex;
  74. flex-direction: row;
  75. flex-wrap: wrap
  76. }
  77. .word3 {
  78. width: 120rpx;
  79. height: 30rpx;
  80. display: block;
  81. overflow-wrap: break-word;
  82. color: rgba(51,51,51,1);
  83. font-size: 30rpx;
  84. font-family: PingFangSC-Medium;
  85. white-space: nowrap;
  86. line-height: 30rpx;
  87. text-align: center;
  88. margin-top: 32rpx;
  89. }
  90. .main2 {
  91. height: 68rpx;
  92. border-radius: 8rpx;
  93. /* background-color: rgba(70,153,255,1); */
  94. margin-left: 40rpx;
  95. display: flex;
  96. flex-direction: column;
  97. justify-content: center;
  98. align-items: center;
  99. margin-top: 26rpx;
  100. border: 2px solid #4699FF;
  101. }
  102. .word4 {
  103. /* width: 190rpx; */
  104. overflow-wrap: break-word;
  105. color: #4699FF;
  106. font-size: 28rpx;
  107. letter-spacing: 0rpx;
  108. font-family: PingFangSC-Medium;
  109. white-space: nowrap;
  110. line-height: 28rpx;
  111. text-align: left;
  112. padding: 10rpx;
  113. display: block;
  114. }
  115. .main3 {
  116. width: 205rpx;
  117. height: 68rpx;
  118. border-radius: 8rpx;
  119. border: 2px solid rgba(70,153,255,1);
  120. margin-left: 32rpx;
  121. display: flex;
  122. flex-direction: column;
  123. }
  124. .word5 {
  125. width: 157rpx;
  126. height: 28rpx;
  127. display: block;
  128. overflow-wrap: break-word;
  129. color: rgba(70,153,255,1);
  130. font-size: 28rpx;
  131. letter-spacing: 0rpx;
  132. font-family: PingFangSC-Regular;
  133. white-space: nowrap;
  134. line-height: 28rpx;
  135. text-align: left;
  136. margin: 20rpx 24rpx 0 -181rpx;
  137. }
  138. .layer6 {
  139. width: 629rpx;
  140. height: 94rpx;
  141. flex-direction: row;
  142. display: flex;
  143. }
  144. .layer7 {
  145. height: 94rpx;
  146. background-color: rgba(246,246,246,1);
  147. display: flex;
  148. flex-direction: column;
  149. padding-top: 32rpx;
  150. width: 180rpx;
  151. }
  152. .layer8 {
  153. width: 180rpx;
  154. height: 62rpx;
  155. display: flex;
  156. flex-direction: column;
  157. justify-content: space-between;
  158. }
  159. .txt2 {
  160. width: 60rpx;
  161. height: 30rpx;
  162. display: block;
  163. overflow-wrap: break-word;
  164. color: rgba(102,102,102,1);
  165. font-size: 30rpx;
  166. font-family: PingFangSC-Regular;
  167. white-space: nowrap;
  168. line-height: 30rpx;
  169. text-align: center;
  170. margin-left: 60rpx;
  171. }
  172. .bd3 {
  173. width: 180rpx;
  174. height: 1rpx;
  175. background-color: rgba(229,229,229,1);
  176. margin-top: 31rpx;
  177. display: flex;
  178. flex-direction: column;
  179. }
  180. .layer9 {
  181. width: 172rpx;
  182. height: 68rpx;
  183. border-radius: 8rpx;
  184. border: 2px solid rgba(70,153,255,1);
  185. display: flex;
  186. flex-direction: column;
  187. margin: 6rpx 0 0 40rpx;
  188. }
  189. .word6 {
  190. width: 57rpx;
  191. height: 28rpx;
  192. display: block;
  193. overflow-wrap: break-word;
  194. color: rgba(70,153,255,1);
  195. font-size: 28rpx;
  196. letter-spacing: 0rpx;
  197. font-family: PingFangSC-Regular;
  198. white-space: nowrap;
  199. line-height: 28rpx;
  200. text-align: left;
  201. margin: 26rpx 0 0 -114rpx;
  202. }
  203. .layer10 {
  204. width: 205rpx;
  205. height: 68rpx;
  206. border-radius: 8rpx;
  207. border: 2px solid rgba(70,153,255,1);
  208. display: flex;
  209. flex-direction: column;
  210. margin: 6rpx 0 0 89rpx;
  211. }
  212. .info3 {
  213. width: 157rpx;
  214. height: 28rpx;
  215. display: block;
  216. overflow-wrap: break-word;
  217. color: rgba(70,153,255,1);
  218. font-size: 28rpx;
  219. letter-spacing: 0rpx;
  220. font-family: PingFangSC-Regular;
  221. white-space: nowrap;
  222. line-height: 28rpx;
  223. text-align: left;
  224. margin: 26rpx 24rpx 0 -181rpx;
  225. }
  226. .layer11 {
  227. width: 662rpx;
  228. height: 94rpx;
  229. flex-direction: row;
  230. display: flex;
  231. }
  232. .mod1 {
  233. height: 94rpx;
  234. background-color: rgba(246,246,246,1);
  235. display: flex;
  236. flex-direction: column;
  237. padding-top: 32rpx;
  238. width: 180rpx;
  239. }
  240. .block1 {
  241. width: 180rpx;
  242. height: 62rpx;
  243. display: flex;
  244. flex-direction: column;
  245. justify-content: space-between;
  246. }
  247. .info4 {
  248. width: 90rpx;
  249. height: 30rpx;
  250. display: block;
  251. overflow-wrap: break-word;
  252. color: rgba(102,102,102,1);
  253. font-size: 30rpx;
  254. font-family: PingFangSC-Regular;
  255. white-space: nowrap;
  256. line-height: 30rpx;
  257. text-align: center;
  258. margin-left: 45rpx;
  259. }
  260. .group2 {
  261. width: 180rpx;
  262. height: 1rpx;
  263. background-color: rgba(229,229,229,1);
  264. margin-top: 31rpx;
  265. display: flex;
  266. flex-direction: column;
  267. }
  268. .mod2 {
  269. width: 238rpx;
  270. height: 68rpx;
  271. border-radius: 8rpx;
  272. border: 2px solid rgba(70,153,255,1);
  273. display: flex;
  274. flex-direction: column;
  275. margin: 12rpx 0 0 40rpx;
  276. }
  277. .word7 {
  278. width: 190rpx;
  279. height: 28rpx;
  280. display: block;
  281. overflow-wrap: break-word;
  282. color: rgba(70,153,255,1);
  283. font-size: 28rpx;
  284. letter-spacing: 0rpx;
  285. font-family: PingFangSC-Regular;
  286. white-space: nowrap;
  287. line-height: 28rpx;
  288. text-align: left;
  289. margin: 32rpx 0 0 -214rpx;
  290. }
  291. .mod3 {
  292. width: 172rpx;
  293. height: 68rpx;
  294. border-radius: 8rpx;
  295. border: 2px solid rgba(70,153,255,1);
  296. display: flex;
  297. flex-direction: column;
  298. margin: 12rpx 0 0 56rpx;
  299. }
  300. .word8 {
  301. width: 124rpx;
  302. height: 28rpx;
  303. display: block;
  304. overflow-wrap: break-word;
  305. color: rgba(70,153,255,1);
  306. font-size: 28rpx;
  307. letter-spacing: 0rpx;
  308. font-family: PingFangSC-Regular;
  309. white-space: nowrap;
  310. line-height: 28rpx;
  311. text-align: left;
  312. margin: 32rpx 24rpx 0 -148rpx;
  313. }
  314. .layer12 {
  315. width: 662rpx;
  316. height: 94rpx;
  317. flex-direction: row;
  318. display: flex;
  319. }
  320. .layer13 {
  321. height: 94rpx;
  322. background-color: rgba(246,246,246,1);
  323. display: flex;
  324. flex-direction: column;
  325. padding-top: 32rpx;
  326. width: 180rpx;
  327. }
  328. .mod4 {
  329. width: 180rpx;
  330. height: 62rpx;
  331. display: flex;
  332. flex-direction: column;
  333. justify-content: space-between;
  334. }
  335. .info5 {
  336. width: 60rpx;
  337. height: 30rpx;
  338. display: block;
  339. overflow-wrap: break-word;
  340. color: rgba(102,102,102,1);
  341. font-size: 30rpx;
  342. font-family: PingFangSC-Regular;
  343. white-space: nowrap;
  344. line-height: 30rpx;
  345. text-align: center;
  346. margin-left: 60rpx;
  347. }
  348. .main4 {
  349. width: 180rpx;
  350. height: 1rpx;
  351. background-color: rgba(229,229,229,1);
  352. margin-top: 31rpx;
  353. display: flex;
  354. flex-direction: column;
  355. }
  356. .layer14 {
  357. width: 172rpx;
  358. height: 68rpx;
  359. border-radius: 8rpx;
  360. border: 2px solid rgba(70,153,255,1);
  361. display: flex;
  362. flex-direction: column;
  363. margin: 18rpx 0 0 40rpx;
  364. }
  365. .word9 {
  366. width: 57rpx;
  367. height: 28rpx;
  368. display: block;
  369. overflow-wrap: break-word;
  370. color: rgba(70,153,255,1);
  371. font-size: 28rpx;
  372. letter-spacing: 0rpx;
  373. font-family: PingFangSC-Regular;
  374. white-space: nowrap;
  375. line-height: 28rpx;
  376. text-align: left;
  377. margin: 38rpx 0 0 -114rpx;
  378. }
  379. .layer15 {
  380. width: 238rpx;
  381. height: 68rpx;
  382. border-radius: 8rpx;
  383. border: 2px solid rgba(70,153,255,1);
  384. display: flex;
  385. flex-direction: column;
  386. margin: 18rpx 0 0 89rpx;
  387. }
  388. .word10 {
  389. width: 190rpx;
  390. height: 28rpx;
  391. display: block;
  392. overflow-wrap: break-word;
  393. color: rgba(70,153,255,1);
  394. font-size: 28rpx;
  395. letter-spacing: 0rpx;
  396. font-family: PingFangSC-Regular;
  397. white-space: nowrap;
  398. line-height: 28rpx;
  399. text-align: left;
  400. margin: 38rpx 24rpx 0 -214rpx;
  401. }
  402. .layer16 {
  403. height: 94rpx;
  404. background-color: rgba(246,246,246,1);
  405. display: flex;
  406. flex-direction: column;
  407. padding-top: 32rpx;
  408. width: 180rpx;
  409. }
  410. .bd4 {
  411. width: 180rpx;
  412. height: 62rpx;
  413. display: flex;
  414. flex-direction: column;
  415. justify-content: space-between;
  416. }
  417. .word11 {
  418. width: 60rpx;
  419. height: 30rpx;
  420. display: block;
  421. overflow-wrap: break-word;
  422. color: rgba(102,102,102,1);
  423. font-size: 30rpx;
  424. font-family: PingFangSC-Regular;
  425. white-space: nowrap;
  426. line-height: 30rpx;
  427. text-align: center;
  428. margin-left: 60rpx;
  429. }
  430. .bd5 {
  431. width: 180rpx;
  432. height: 1rpx;
  433. background-color: rgba(229,229,229,1);
  434. margin-top: 31rpx;
  435. display: flex;
  436. flex-direction: column;
  437. }
  438. .layer17 {
  439. height: 584rpx;
  440. background-color: rgba(246,246,246,1);
  441. display: flex;
  442. flex-direction: column;
  443. width: 180rpx;
  444. }
  445. .box2 {
  446. height: 94rpx;
  447. background-color: rgba(246,246,246,1);
  448. display: flex;
  449. flex-direction: column;
  450. padding-top: 32rpx;
  451. width: 180rpx;
  452. }
  453. .wrap1 {
  454. width: 180rpx;
  455. height: 62rpx;
  456. display: flex;
  457. flex-direction: column;
  458. justify-content: space-between;
  459. }
  460. .word12 {
  461. width: 60rpx;
  462. height: 30rpx;
  463. display: block;
  464. overflow-wrap: break-word;
  465. color: rgba(102,102,102,1);
  466. font-size: 30rpx;
  467. font-family: PingFangSC-Regular;
  468. white-space: nowrap;
  469. line-height: 30rpx;
  470. text-align: center;
  471. margin-left: 60rpx;
  472. }
  473. .bd6 {
  474. width: 180rpx;
  475. height: 1rpx;
  476. background-color: rgba(229,229,229,1);
  477. margin-top: 31rpx;
  478. display: flex;
  479. flex-direction: column;
  480. }