index.module.less 7.4 KB

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