index.module.less 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564
  1. .statisBody {
  2. min-height: 100vh;
  3. background-size: contain;
  4. padding: 12px;
  5. overflow: hidden;
  6. position: relative;
  7. &.statisBody1 {
  8. background: url('./images/qt_bg.png') no-repeat top center #F6F8F9;
  9. background-size: contain;
  10. }
  11. &.statisBody2 {
  12. background: url('./images/qt_bg1.png') no-repeat top center #F6F8F9;
  13. background-size: contain;
  14. }
  15. }
  16. .spColumn {
  17. display: flex;
  18. align-items: center;
  19. background: rgba(255,255,255,0.6);
  20. border-radius: 18px;
  21. border: 1px solid #FFFFFF;
  22. height: 33px;
  23. padding: 0 12px;
  24. p {
  25. flex: 1;
  26. font-size: 15px;
  27. color: #333333;
  28. font-weight: 600;
  29. padding-right: 8px;
  30. text-overflow: ellipsis;
  31. overflow: hidden;
  32. word-break: break-all;
  33. white-space: nowrap;
  34. }
  35. img {
  36. width: 16px;
  37. height: auto;
  38. object-fit: contain;
  39. margin-right: 4px;
  40. }
  41. >i {
  42. background: url('./images/arrow_icon.png') no-repeat center;
  43. background-size: contain;
  44. width: 12px;
  45. height: 12px;
  46. transition: all 0.5s;
  47. }
  48. }
  49. .scContent {
  50. // background: url('./images/total_box_icon.png') no-repeat center;
  51. background-size: contain;
  52. width: 100%;
  53. height: 145px;
  54. margin: 8px 0 12px;
  55. // max-width: 400px;
  56. position: relative;
  57. left: 50%;
  58. transform: translateX(-50%);
  59. .scBgBox {
  60. position: absolute;
  61. left: 0;
  62. top: 0;
  63. width: 100%;
  64. height: 100%;
  65. display: flex;
  66. align-items: center;
  67. .scBg1 {
  68. height: 138px;
  69. object-fit: contain;
  70. }
  71. .scBg2 {
  72. height: 138px;
  73. flex: 1;
  74. }
  75. .scBg3 {
  76. height: 138px;
  77. object-fit: contain;
  78. }
  79. }
  80. .scInfo {
  81. position: absolute;
  82. left: 13px;
  83. top: 70px;
  84. width: 324px;
  85. display: flex;
  86. align-items: center;
  87. &::after {
  88. content: "";
  89. position: absolute;
  90. right: 50%;
  91. top: 0;
  92. width: 1px;
  93. height: 54px;
  94. border-right: 1px dashed #D5D2CF;
  95. }
  96. .scInfoItem {
  97. flex: 1;
  98. display: flex;
  99. flex-direction: column;
  100. justify-content: center;
  101. .scmTop {
  102. display: flex;
  103. align-items: center;
  104. justify-content: center;
  105. font-size: 14px;
  106. color: #333333;
  107. font-weight: 500;
  108. img {
  109. width: 20px;
  110. height: 20px;
  111. margin-right: 4px;
  112. }
  113. }
  114. .scmBottom {
  115. margin-top: 6px;
  116. display: flex;
  117. align-items: baseline;
  118. justify-content: center;
  119. font-size: 12px;
  120. color: #777777;
  121. span {
  122. font-family: DIN;
  123. font-size: 24px;
  124. font-weight: 500;
  125. margin-right: 1px;
  126. }
  127. i {
  128. font-style: normal;
  129. position: relative;
  130. bottom: 3px;
  131. }
  132. .sColor1 {
  133. color: #FE6F25;
  134. }
  135. .sColor2 {
  136. color: #FE3F25;
  137. }
  138. }
  139. }
  140. }
  141. .scTop {
  142. margin: 19px 0 0 24px;
  143. display: inline-block;
  144. align-items: flex-end;
  145. font-size: 14px;
  146. color: #333333;
  147. position: relative;
  148. z-index: 2;
  149. > div {
  150. display: inline-block;
  151. font-weight: 500;
  152. }
  153. > span {
  154. color: #FE3F25;
  155. font-size: 28px;
  156. font-weight: 500;
  157. position: relative;
  158. z-index: 2;
  159. margin: 0 1px 0 4px;
  160. top: 2px;
  161. font-family: DIN;
  162. }
  163. > i {
  164. font-style: normal;
  165. color: #777777;
  166. }
  167. &::before {
  168. content: "";
  169. position: absolute;
  170. z-index: 1;
  171. left: -1px;
  172. bottom: 1px;
  173. width: 106%;
  174. height: 8px;
  175. background: linear-gradient( 90deg, rgba(37,156,254,0.3) 0%, rgba(91,236,255,0.3) 100%);
  176. }
  177. }
  178. .scBottom {
  179. margin-top: 24px;
  180. display: flex;
  181. align-items: center;
  182. position: relative;
  183. li {
  184. position: relative;
  185. flex: 1;
  186. .sNum {
  187. font-size: 20px;
  188. font-weight: 500;
  189. display: flex;
  190. justify-content: center;
  191. align-items: flex-end;
  192. i {
  193. font-weight: normal;
  194. font-style: normal;
  195. color: #777777;
  196. font-size: 12px;
  197. position: relative;
  198. top: -1px;
  199. }
  200. }
  201. .sDesc {
  202. margin-top: 6px;
  203. display: flex;
  204. align-items: center;
  205. justify-content: center;
  206. font-size: 13px;
  207. color: #777777;
  208. img {
  209. width: 16px;
  210. height: 16px;
  211. margin-right: 2px;
  212. }
  213. }
  214. &:nth-child(1)::before,&:nth-child(2)::before {
  215. content: "";
  216. position: absolute;
  217. right: 0;
  218. top: 0;
  219. height: 43px;
  220. width: 1px;
  221. background: url('./images/sc_line.png') no-repeat center;
  222. background-size: contain;
  223. }
  224. &:nth-child(1)::before {
  225. //right: 4px;
  226. transform: translateX(-4px);
  227. }
  228. &:nth-child(2)::before {
  229. //right: -8px;
  230. //z-index: 99;
  231. transform: translateX(8px);
  232. }
  233. }
  234. }
  235. }
  236. .searechInfo {
  237. background: #fff;
  238. display: flex;
  239. align-items: center;
  240. background: rgba(255,255,255,1);
  241. border-radius: 19px;
  242. border: 1px solid #FFFFFF;
  243. padding: 3px 3px 3px 12px;
  244. .searchIcon {
  245. width: 16px;
  246. height: 16px;
  247. margin-right: 4px;
  248. }
  249. .searchBtn {
  250. width: 56px;
  251. height: 28px;
  252. margin-left: 4px;
  253. }
  254. :global {
  255. .van-cell {
  256. padding: 0;
  257. background: transparent;
  258. border: none;
  259. }
  260. .van-cell:after {
  261. display: none;
  262. }
  263. input::placeholder {
  264. color: rgba(0,0,0,0.4);
  265. }
  266. }
  267. }
  268. .sortColumn {
  269. display: flex;
  270. align-items: center;
  271. margin-top: 12px;
  272. // position: sticky;
  273. // top: 0;
  274. >li {
  275. display: flex;
  276. align-items: center;
  277. height: 28px;
  278. box-sizing: border-box;
  279. background: #fff;
  280. border: 1px solid #fff;
  281. border-radius: 14px;
  282. font-size: 12px;
  283. color: #333333;
  284. padding: 0 8px;
  285. margin-right: 10px;
  286. >i {
  287. background: url('./images/sort_icon1.png') no-repeat center;
  288. background-size: contain;
  289. width: 6px;
  290. height: 10px;
  291. margin-left: 4px;
  292. &.actUp {
  293. background: url('./images/sort_icon2.png') no-repeat center;
  294. background-size: contain;
  295. }
  296. &.actDown {
  297. background: url('./images/sort_icon3.png') no-repeat center;
  298. background-size: contain;
  299. }
  300. }
  301. }
  302. .sortActive {
  303. background: rgba(28,172,241,0.06);
  304. border: 1px solid #2FAFF1;
  305. font-size: 12px;
  306. color: #1CACF1;
  307. font-weight: 600;
  308. }
  309. }
  310. .scList {
  311. .sItem {
  312. margin-top: 12px;
  313. background: #fff;
  314. border-radius: 10px;
  315. padding: 0 12px;
  316. .itemTile {
  317. display: flex;
  318. align-items: center;
  319. padding: 12px 0 12px;
  320. border-bottom: 1px dashed #f0f0f0;
  321. img {
  322. width: 16px;
  323. height: 16px;
  324. }
  325. p {
  326. flex: 1;
  327. font-size: 14px;
  328. color: #333;
  329. font-weight: 500;
  330. padding: 0 8px 0 3px;
  331. text-overflow: ellipsis;
  332. overflow: hidden;
  333. word-break: break-all;
  334. white-space: nowrap;
  335. }
  336. i {
  337. width: 12px;
  338. height: 12px;
  339. background: url('./images/arrow_right.png') no-repeat center;
  340. background-size: contain;
  341. }
  342. }
  343. .itemTotalNum {
  344. display: flex;
  345. align-items: center;
  346. justify-content: space-between;
  347. padding: 12px 0;
  348. .itLeft {
  349. display: flex;
  350. align-items: center;
  351. font-size: 14px;
  352. color: #333;
  353. font-weight: 500;
  354. img {
  355. width: 20px;
  356. height: 20px;
  357. margin-right: 4px;
  358. }
  359. }
  360. .itRight {
  361. font-family: DIN;
  362. color: #FE3F25;
  363. font-size: 18px;
  364. font-weight: 500;
  365. i {
  366. font-style: normal;
  367. font-size: 12px;
  368. color: #777777;
  369. position: relative;
  370. top: -1px;
  371. margin-left: 1px;
  372. }
  373. }
  374. }
  375. .itemContent {
  376. display: flex;
  377. align-items: center;
  378. >li {
  379. flex: 1;
  380. padding: 12px 0;
  381. .icTop {
  382. text-align: center;
  383. font-size: 18px;
  384. font-weight: 500;
  385. display: flex;
  386. align-items: flex-end;
  387. justify-content: center;
  388. i {
  389. font-style: normal;
  390. font-size: 12px;
  391. color: #777777;
  392. position: relative;
  393. top: -1px;
  394. }
  395. }
  396. >p {
  397. margin-top: 4px;
  398. font-size: 12px;
  399. color: #777777;
  400. text-align: center;
  401. }
  402. }
  403. }
  404. }
  405. }
  406. .sRed {
  407. font-family: DIN;
  408. color: #FE3F25;
  409. }
  410. .sBlue {
  411. font-family: DIN;
  412. color: #259CFE;
  413. }
  414. // 详情页
  415. .detailBody {
  416. min-height: 100vh;
  417. background: url('./images/dt_bg.png') no-repeat top center #F6F8F9;
  418. background-size: contain;
  419. padding: 20px 12px;
  420. position: relative;
  421. }
  422. .dbTitle {
  423. margin-bottom: 18px;
  424. .dtName {
  425. display: flex;
  426. align-items: center;
  427. margin-bottom: 6px;
  428. img {
  429. width: 20px;
  430. height: 20px;
  431. margin-right: 4px;
  432. }
  433. p {
  434. font-size: 15px;
  435. color: #333333;
  436. font-weight: 500;
  437. text-overflow: ellipsis;
  438. overflow: hidden;
  439. word-break: break-all;
  440. white-space: nowrap;
  441. }
  442. }
  443. .dtDesc {
  444. font-size: 12px;
  445. color: #333333;
  446. span {
  447. font-weight: 500;
  448. color: #FE2525;
  449. }
  450. }
  451. }
  452. .dbStatic {
  453. display: flex;
  454. align-items: center;
  455. .dsItem {
  456. flex: 1;
  457. // background: linear-gradient( 157deg, rgba(255,255,255,0.45) 0%, #FFFFFF 100%);
  458. // border: 2px solid rgba(179, 224, 236, 0.66);
  459. background: #fff;
  460. border-radius: 10px;
  461. position: relative;
  462. overflow: hidden;
  463. padding: 12px 0 12px 18px;
  464. .dmTitle {
  465. display: flex;
  466. align-items: center;
  467. font-size: 14px;
  468. color: #333333;
  469. font-weight: 500;
  470. img {
  471. width: 20px;
  472. height: 20px;
  473. margin-right: 4px;
  474. }
  475. }
  476. .dmContent {
  477. margin-top: 7px;
  478. display: flex;
  479. align-items: baseline;
  480. span {
  481. font-size: 24px;
  482. font-family: DIN;
  483. font-weight: 500;
  484. }
  485. i {
  486. font-size: 12px;
  487. color: #777777;
  488. font-style: normal;
  489. position: relative;
  490. bottom: 1px;
  491. margin-left: 1px;
  492. }
  493. .dmOrange {
  494. color: #FE6F25;
  495. }
  496. .dmRed {
  497. color: #FE3F25;
  498. }
  499. }
  500. .dsIcon {
  501. position: absolute;
  502. right: 0;
  503. bottom: 0;
  504. }
  505. .dsIcon1 {
  506. background: url('./images/xz_icon2.png') no-repeat center;
  507. background-size: contain;
  508. width: 44px;
  509. height: 48px;
  510. }
  511. .dsIcon2 {
  512. background: url('./images/xz_icon1.png') no-repeat center;
  513. background-size: contain;
  514. width: 41px;
  515. height: 40px;
  516. }
  517. &:nth-child(1) {
  518. margin-right: 8px;
  519. }
  520. }
  521. }
  522. .gradeColumn {
  523. margin: 12px 0;
  524. background: rgba(255,255,255,1);
  525. border-radius: 19px;
  526. border: 1px solid #FFFFFF;
  527. height: 34px;
  528. display: flex;
  529. align-items: center;
  530. padding: 0 12px;
  531. span {
  532. flex: 1;
  533. font-size: 14px;
  534. color: rgba(0,0,0,0.4);
  535. }
  536. .gcText {
  537. color: #333;
  538. }
  539. i {
  540. background: url('./images/arrow_icon.png') no-repeat center;
  541. background-size: contain;
  542. width: 12px;
  543. height: 12px;
  544. transition: all 0.5s;
  545. }
  546. }
  547. .openVal {
  548. i {
  549. transform: rotate(180deg);
  550. }
  551. }