index.module.less 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  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. .scTop {
  60. margin: 19px 0 0 24px;
  61. display: inline-block;
  62. align-items: flex-end;
  63. font-size: 14px;
  64. color: #333333;
  65. position: relative;
  66. z-index: 2;
  67. > div {
  68. display: inline-block;
  69. font-weight: 500;
  70. }
  71. > span {
  72. color: #FE3F25;
  73. font-size: 28px;
  74. font-weight: 500;
  75. position: relative;
  76. z-index: 2;
  77. margin: 0 1px 0 4px;
  78. top: 2px;
  79. font-family: DIN;
  80. }
  81. > i {
  82. font-style: normal;
  83. color: #777777;
  84. }
  85. &::before {
  86. content: "";
  87. position: absolute;
  88. z-index: 1;
  89. left: -1px;
  90. bottom: 1px;
  91. width: 106%;
  92. height: 8px;
  93. background: linear-gradient( 90deg, rgba(37,156,254,0.3) 0%, rgba(91,236,255,0.3) 100%);
  94. }
  95. }
  96. .scBottom {
  97. margin-top: 24px;
  98. display: flex;
  99. align-items: center;
  100. position: relative;
  101. li {
  102. position: relative;
  103. flex: 1;
  104. .sNum {
  105. font-size: 20px;
  106. font-weight: 500;
  107. display: flex;
  108. justify-content: center;
  109. align-items: flex-end;
  110. i {
  111. font-weight: normal;
  112. font-style: normal;
  113. color: #777777;
  114. font-size: 12px;
  115. position: relative;
  116. top: -1px;
  117. }
  118. }
  119. .sDesc {
  120. margin-top: 6px;
  121. display: flex;
  122. align-items: center;
  123. justify-content: center;
  124. font-size: 13px;
  125. color: #777777;
  126. img {
  127. width: 16px;
  128. height: 16px;
  129. margin-right: 2px;
  130. }
  131. }
  132. &:nth-child(1)::before,&:nth-child(2)::before {
  133. content: "";
  134. position: absolute;
  135. right: 0;
  136. top: 0;
  137. height: 43px;
  138. width: 1px;
  139. background: url('./images/sc_line.png') no-repeat center;
  140. background-size: contain;
  141. }
  142. &:nth-child(1)::before {
  143. right: 4px;
  144. }
  145. &:nth-child(2)::before {
  146. right: -8px;
  147. z-index: 99;
  148. }
  149. }
  150. }
  151. }
  152. .searechInfo {
  153. background: #fff;
  154. display: flex;
  155. align-items: center;
  156. background: rgba(255,255,255,0.6);
  157. border-radius: 19px;
  158. border: 1px solid #FFFFFF;
  159. padding: 3px 3px 3px 12px;
  160. .searchIcon {
  161. width: 16px;
  162. height: 16px;
  163. margin-right: 4px;
  164. }
  165. .searchBtn {
  166. width: 56px;
  167. height: 28px;
  168. margin-left: 4px;
  169. }
  170. :global {
  171. .van-cell {
  172. padding: 0;
  173. background: transparent;
  174. border: none;
  175. }
  176. .van-cell:after {
  177. display: none;
  178. }
  179. input::placeholder {
  180. color: rgba(0,0,0,0.4);
  181. }
  182. }
  183. }
  184. .sortColumn {
  185. display: flex;
  186. align-items: center;
  187. margin-top: 12px;
  188. // position: sticky;
  189. // top: 0;
  190. >li {
  191. display: flex;
  192. align-items: center;
  193. height: 28px;
  194. box-sizing: border-box;
  195. background: #fff;
  196. border: 1px solid #fff;
  197. border-radius: 14px;
  198. font-size: 12px;
  199. color: #333333;
  200. padding: 0 8px;
  201. margin-right: 10px;
  202. >i {
  203. background: url('./images/sort_icon1.png') no-repeat center;
  204. background-size: contain;
  205. width: 6px;
  206. height: 10px;
  207. margin-left: 4px;
  208. &.actUp {
  209. background: url('./images/sort_icon2.png') no-repeat center;
  210. background-size: contain;
  211. }
  212. &.actDown {
  213. background: url('./images/sort_icon3.png') no-repeat center;
  214. background-size: contain;
  215. }
  216. }
  217. }
  218. .sortActive {
  219. background: rgba(28,172,241,0.06);
  220. border: 1px solid #2FAFF1;
  221. font-size: 12px;
  222. color: #1CACF1;
  223. font-weight: 600;
  224. }
  225. }
  226. .scList {
  227. .sItem {
  228. margin-top: 12px;
  229. background: #fff;
  230. border-radius: 10px;
  231. padding: 0 10px;
  232. .itemTile {
  233. display: flex;
  234. align-items: center;
  235. padding: 12px 0 10px;
  236. border-bottom: 1px dashed #f0f0f0;
  237. img {
  238. width: 16px;
  239. height: 16px;
  240. }
  241. p {
  242. flex: 1;
  243. font-size: 14px;
  244. color: #333;
  245. font-weight: 500;
  246. padding: 0 8px 0 3px;
  247. text-overflow: ellipsis;
  248. overflow: hidden;
  249. word-break: break-all;
  250. white-space: nowrap;
  251. }
  252. i {
  253. width: 12px;
  254. height: 12px;
  255. background: url('./images/arrow_right.png') no-repeat center;
  256. background-size: contain;
  257. }
  258. }
  259. .itemContent {
  260. display: flex;
  261. align-items: center;
  262. >li {
  263. flex: 1;
  264. padding: 12px 0;
  265. .icTop {
  266. text-align: center;
  267. font-size: 18px;
  268. font-weight: 500;
  269. display: flex;
  270. align-items: flex-end;
  271. justify-content: center;
  272. i {
  273. font-style: normal;
  274. font-size: 12px;
  275. color: #777777;
  276. position: relative;
  277. top: -1px;
  278. }
  279. }
  280. >p {
  281. margin-top: 4px;
  282. font-size: 12px;
  283. color: #777777;
  284. text-align: center;
  285. }
  286. }
  287. }
  288. }
  289. }
  290. .sRed {
  291. font-family: DIN;
  292. color: #FE3F25;
  293. }
  294. .sBlue {
  295. font-family: DIN;
  296. color: #259CFE;
  297. }
  298. // 详情页
  299. .detailBody {
  300. min-height: 100vh;
  301. background: url('./images/dt_bg.png') no-repeat top center #F6F8F9;
  302. background-size: contain;
  303. padding: 20px 12px;
  304. position: relative;
  305. }
  306. .dbTitle {
  307. margin-bottom: 12px;
  308. .dtName {
  309. display: flex;
  310. align-items: center;
  311. margin-bottom: 6px;
  312. img {
  313. width: 16px;
  314. height: 16px;
  315. margin-right: 3px;
  316. }
  317. p {
  318. font-size: 15px;
  319. color: #333333;
  320. font-weight: 500;
  321. text-overflow: ellipsis;
  322. overflow: hidden;
  323. word-break: break-all;
  324. white-space: nowrap;
  325. }
  326. }
  327. .dtDesc {
  328. font-size: 12px;
  329. color: #333333;
  330. span {
  331. font-weight: 500;
  332. color: #FE2525;
  333. }
  334. }
  335. }
  336. .dbStatic {
  337. display: flex;
  338. align-items: center;
  339. .dsItem {
  340. flex: 1;
  341. background: linear-gradient( 157deg, rgba(255,255,255,0.45) 0%, #FFFFFF 100%);
  342. border: 2px solid rgba(179, 224, 236, 0.66);
  343. border-radius: 10px;
  344. position: relative;
  345. overflow: hidden;
  346. padding: 14px 0 16px 16px;
  347. >div {
  348. display: flex;
  349. align-items: flex-end;
  350. font-size: 12px;
  351. color: #777777;
  352. margin-bottom: 5px;
  353. span {
  354. font-size: 22px;
  355. font-weight: 500;
  356. color: #259CFE;
  357. font-family: DIN;
  358. }
  359. i {
  360. position: relative;
  361. top: -2px;
  362. font-style: normal;
  363. }
  364. }
  365. >p {
  366. font-size: 13px;
  367. color: #777777;
  368. }
  369. .dsIcon {
  370. position: absolute;
  371. right: 0;
  372. bottom: 0;
  373. }
  374. .dsIcon1 {
  375. background: url('./images/xz_icon2.png') no-repeat center;
  376. background-size: contain;
  377. width: 44px;
  378. height: 48px;
  379. }
  380. .dsIcon2 {
  381. background: url('./images/xz_icon1.png') no-repeat center;
  382. background-size: contain;
  383. width: 41px;
  384. height: 40px;
  385. }
  386. &:nth-child(1) {
  387. margin-right: 8px;
  388. }
  389. }
  390. }
  391. .gradeColumn {
  392. margin: 12px 0;
  393. background: rgba(255,255,255,0.6);
  394. border-radius: 19px;
  395. border: 1px solid #FFFFFF;
  396. height: 34px;
  397. display: flex;
  398. align-items: center;
  399. padding: 0 12px;
  400. span {
  401. flex: 1;
  402. font-size: 14px;
  403. color: rgba(0,0,0,0.4);
  404. }
  405. .gcText {
  406. color: #333;
  407. }
  408. i {
  409. background: url('./images/arrow_icon.png') no-repeat center;
  410. background-size: contain;
  411. width: 12px;
  412. height: 12px;
  413. transition: all 0.5s;
  414. }
  415. }
  416. .openVal {
  417. i {
  418. transform: rotate(180deg);
  419. }
  420. }