index.wxss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #f1f1f1;
  5. overflow-y: auto;
  6. }
  7. .back {
  8. width: 40rpx;
  9. height: 40rpx;
  10. left: 15px;
  11. width: 40rpx;
  12. height: 40rpx;
  13. }
  14. .onea {
  15. font-weight: 600;
  16. position: absolute;
  17. top: 5%;
  18. left: 2%;
  19. }
  20. .biao {
  21. float: left;
  22. width: 10%;
  23. }
  24. .two {
  25. margin-top: -20%;
  26. margin-left: 2.5%;
  27. position: absolute;
  28. width: 95%;
  29. }
  30. .otherInfo {
  31. text-align: left;
  32. padding: 0 0 10px 5px;
  33. }
  34. .name {
  35. float: left;
  36. /* width: 38%; */
  37. margin: 6px;
  38. margin-left: 10px;
  39. font-size: 16px;
  40. color: #0034cf;
  41. font-weight: bold;
  42. }
  43. .van-tabs__line {
  44. background-color: blue !important;
  45. }
  46. .left1 {
  47. margin: 5px;
  48. border-radius: 25px;
  49. }
  50. .text1 {
  51. margin-right: 3px;
  52. font-size: 14px;
  53. color: #5e5e5e;
  54. }
  55. button {
  56. margin-top: 4px;
  57. /* background-color: rgb(238, 147, 28); */
  58. border-radius: 15px;
  59. font-size: 13px !important;
  60. color: #fff;
  61. }
  62. .list {
  63. background-color: #fff;
  64. margin-bottom: 10px;
  65. border-radius: 8px;
  66. padding-top: 5px;
  67. }
  68. .text3 {
  69. font-size: 13px;
  70. color: #adadad;
  71. margin-left: 1%;
  72. }
  73. .text4 {
  74. font-size: 14px;
  75. margin: 5px;
  76. color: #868686;
  77. font-weight: 600;
  78. }
  79. .text6 {
  80. font-size: 23px;
  81. color: rgb(46, 46, 245);
  82. font-weight: 500;
  83. }
  84. .text7 {
  85. font-size: 23px;
  86. color: rgb(243, 19, 19);
  87. font-weight: 500;
  88. }
  89. .text8 {
  90. font-size: 23px;
  91. font-weight: 500;
  92. margin-right: 5px;
  93. margin-left: 5px;
  94. }
  95. .otherInfo {
  96. text-align: left;
  97. padding: 0 0 15px 0px;
  98. }
  99. .otherInfos {
  100. padding: 0 0 0px 5px;
  101. }
  102. .right1 {
  103. border-radius: 5px;
  104. position: relative;
  105. width: 100%;
  106. height: 80px;
  107. background-color: #e9e9e9;
  108. }
  109. .right1_2 {
  110. float: left;
  111. width: 101%
  112. }
  113. .right1_2 .right1_2o {
  114. float: left;
  115. width: 11%;
  116. height: 40px;
  117. overflow: hidden;
  118. }
  119. .right1_2 .right1_2t {
  120. float: left;
  121. width: 33%;
  122. text-align: center;
  123. padding: 10px 0;
  124. }
  125. .right1_2 .right1_2t text {
  126. font-size: 14px;
  127. }
  128. .right1_2 .right1_2i {
  129. float: left;
  130. width: 10%;
  131. text-align: center;
  132. padding: 6px 0;
  133. }
  134. .right1_1 {
  135. text-align: center;
  136. }
  137. .thr {
  138. float: left;
  139. width: 95%;
  140. margin-top: 15%;
  141. margin-left: 2.5%;
  142. }
  143. .van-tabs__wrap {
  144. background-color: #f1f1f1 !important;
  145. }
  146. .tuan {
  147. margin-left: 11px;
  148. font-size: 16px;
  149. font-weight: 500;
  150. margin-right: 10px;
  151. }
  152. .thr-left {
  153. margin: auto;
  154. width: 70%;
  155. }
  156. .img {
  157. width: 100%;
  158. height: 57.38px;
  159. border-radius: 90px;
  160. }
  161. .thr1 {
  162. display: flex;
  163. flex-direction: column;
  164. }
  165. .thr-1 {
  166. margin-left: 2%;
  167. margin-bottom: 2%;
  168. padding-top: 15px;
  169. padding-bottom: 5px;
  170. float: left;
  171. width: 23%;
  172. background-color: #ffffff;
  173. }
  174. .thrsss {
  175. float: left;
  176. width: 100%;
  177. padding-top: 3%;
  178. }
  179. .thr-2 {
  180. padding-top: 10px;
  181. padding-left: 8px;
  182. float: left;
  183. width: 18%;
  184. height: 75px;
  185. background-color: #ffffff;
  186. /* border: 1px solid red; */
  187. }
  188. .thr2 {
  189. float: left;
  190. width: 50px;
  191. height: 50px;
  192. border: 2px solid #dddcdc;
  193. }
  194. .thrname {
  195. text-align: center;
  196. font-size: 12px;
  197. color: #727272;
  198. }
  199. .thrperson {
  200. font-size: 12px;
  201. color: #727272;
  202. }
  203. .thr3 {
  204. margin-top: 22%;
  205. margin-left: 23%;
  206. }
  207. .thr-right {
  208. margin: auto;
  209. text-align: center;
  210. }
  211. .head {
  212. background-color: rgb(43, 43, 43);
  213. color: white;
  214. width: 94%;
  215. margin-left: 2.5%;
  216. margin-bottom: -1px;
  217. border-top-left-radius: 0.5em;
  218. border-top-right-radius: 0.5em;
  219. border-bottom-right-radius: 0em;
  220. border-bottom-left-radius: 0em;
  221. padding: 0 0 32px 3.5px;
  222. margin-top: 2%;
  223. }
  224. .head1 {
  225. float: left;
  226. width: 20%;
  227. font-size: 14px;
  228. margin-left: 19px;
  229. margin-top: 6px;
  230. }
  231. .head2 {
  232. float: left;
  233. width: 26%;
  234. font-size: 13px;
  235. margin-left: 5px;
  236. margin-top: 6px;
  237. }
  238. .head3 {
  239. float: left;
  240. width: 16%;
  241. font-size: 14px;
  242. margin-left: 29px;
  243. margin-top: 6px;
  244. }
  245. .head4 {
  246. float: left;
  247. width: 9%;
  248. font-size: 14px;
  249. margin-left: 29px;
  250. margin-top: 6px;
  251. }
  252. .listbang:nth-child(2) {
  253. background-color: rgba(247, 31, 67);
  254. }
  255. .listbang:nth-child(3) {
  256. background-color: rgba(245, 96, 133);
  257. }
  258. .listbang:nth-child(4) {
  259. background-color: rgb(252, 172, 198);
  260. }
  261. .listbang {
  262. width: 95%;
  263. margin-left: 2.5%;
  264. margin-bottom: 0.2%;
  265. }
  266. .sortContent {
  267. width: 88%;
  268. display: flex;
  269. align-items: center;
  270. justify-content: space-between;
  271. margin-left: 3.5%;
  272. margin-bottom: 0.2%;
  273. padding: 5px 10px 10px 10px;
  274. }
  275. .header {
  276. font-size: 26upx;
  277. margin-top: 20upx;
  278. }
  279. .headtou {
  280. float: left;
  281. margin-left: 20px;
  282. width: 20%;
  283. height: 33px;
  284. overflow: hidden;
  285. border-radius: 90px;
  286. }
  287. .dui {
  288. float: left;
  289. width: 68%;
  290. font-size: 14px;
  291. margin-left: 5px;
  292. }
  293. .fen {
  294. float: left;
  295. width: 54%;
  296. font-weight: 500;
  297. }
  298. .fens {
  299. float: left;
  300. width: 9%;
  301. font-weight: 500;
  302. }
  303. .pai {
  304. margin-left: 5px;
  305. }
  306. .select-item {
  307. color: #ffff;
  308. }
  309. .dis-select-item {
  310. margin-top: 3px;
  311. background-color: white;
  312. color: #000;
  313. }
  314. .pai1 {
  315. font-size: 20px;
  316. font-style: italic;
  317. }
  318. .scorea {
  319. color: white;
  320. }
  321. .scoreb {
  322. color: red;
  323. }
  324. .scorec {
  325. color: black;
  326. }
  327. .lists:nth-child(even) {
  328. background-color: rgb(255, 250, 250);
  329. }
  330. .lists {
  331. font-weight: 500;
  332. font-size: 14px;
  333. }
  334. .image {
  335. width: 100%;
  336. height: 240px;
  337. background-color: #eeeeee;
  338. }
  339. .background-image {
  340. position: relative;
  341. width: 100%;
  342. height: 70px;
  343. border-radius: 10px;
  344. }
  345. .content {
  346. position: absolute;
  347. padding-top: 5%;
  348. width: 100%;
  349. margin-top: -28%;
  350. margin-left: -2%;
  351. }
  352. .four1 {
  353. float: left;
  354. width: 100%;
  355. }
  356. .fourhead1 {
  357. margin-left: 25%;
  358. width: 75%;
  359. height: 40.09px;
  360. overflow: hidden;
  361. border-radius: 90px;
  362. }
  363. .fourhead2 {
  364. margin-left: 10%;
  365. width: 75%;
  366. height: 40.09px;
  367. overflow: hidden;
  368. border-radius: 90px;
  369. }
  370. .fourtext5 {
  371. position: absolute;
  372. padding-top: 3px;
  373. padding-left: 20px;
  374. color: #fff;
  375. font-size: 13px;
  376. }
  377. .root {
  378. float: left;
  379. width: 96%;
  380. margin-left: 2%;
  381. padding-top: 5%;
  382. }
  383. .four {
  384. margin-top: 2%;
  385. }
  386. .fourtext6 {
  387. padding-left: 225px;
  388. color: #fff;
  389. font-size: 13px;
  390. }
  391. .fourright1_2 {
  392. float: left;
  393. width: 100%;
  394. margin-top: 2%;
  395. }
  396. .fourright1_2o {
  397. float: left;
  398. width: 15%;
  399. }
  400. .fourright1_2oi {
  401. float: left;
  402. width: 15%;
  403. }
  404. .fourright1_2t {
  405. float: left;
  406. width: 26%;
  407. text-align: center;
  408. padding: 10px 0;
  409. font-size: 14px;
  410. font-weight: 500;
  411. }
  412. .fourtext6-1 {
  413. background-color: rgb(228, 226, 226);
  414. text-align: center;
  415. color: #00427b;
  416. font-size: 20px;
  417. font-weight: bold;
  418. text-decoration: line-through;
  419. text-decoration-color: #fff;
  420. }
  421. .fourtext8-1 {
  422. font-size: 20px;
  423. font-weight: bold;
  424. margin: 0 5px;
  425. }
  426. .fourtext7-1 {
  427. background-color: rgb(228, 226, 226);
  428. text-align: center;
  429. color: #e70000;
  430. font-size: 20px;
  431. font-weight: bold;
  432. /* text-decoration: line-through; */
  433. text-decoration-color: #fff;
  434. }
  435. .fourright1_2i {
  436. float: left;
  437. width: 13%;
  438. text-align: center;
  439. padding: 6px 0;
  440. }
  441. .two .list .listtou .listbut .color0 {
  442. background: rgb(238, 147, 28);
  443. }
  444. .two .list .listtou .listbut .color1 {
  445. background: rgb(54, 233, 48);
  446. }
  447. .two .list .listtou .listbut .color2 {
  448. background: rgb(238, 88, 28);
  449. }
  450. .two .list .listtou .listbut .color3 {
  451. background: rgb(238, 147, 28);
  452. }
  453. .two .list .listtou .listbut .color4 {
  454. background: rgb(136, 136, 136);
  455. }