index.wxss 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  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. width: 79%;
  154. }
  155. .img {
  156. width: 100%;
  157. height: 56.31px;
  158. border-radius: 90px;
  159. }
  160. .thr-1 {
  161. margin-left: 2%;
  162. margin-bottom: 2%;
  163. padding-top: 15px;
  164. padding-left: 10px;
  165. padding-bottom: 5px;
  166. float: left;
  167. width: 20%;
  168. background-color: #ffffff;
  169. }
  170. .thrsss {
  171. float: left;
  172. width: 100%;
  173. padding-top: 3%;
  174. }
  175. .thr-2 {
  176. padding-top: 10px;
  177. padding-left: 8px;
  178. float: left;
  179. width: 18%;
  180. height: 75px;
  181. background-color: #ffffff;
  182. /* border: 1px solid red; */
  183. }
  184. .thr2 {
  185. float: left;
  186. width: 50px;
  187. height: 50px;
  188. border: 2px solid #dddcdc;
  189. }
  190. .thrname {
  191. font-size: 12px;
  192. color: #727272;
  193. }
  194. .thrperson {
  195. margin-left: 15px;
  196. margin-bottom: 10px;
  197. font-size: 12px;
  198. color: #727272;
  199. text-align: center;
  200. }
  201. .thr3 {
  202. margin-top: 22%;
  203. margin-left: 23%;
  204. }
  205. .head {
  206. background-color: rgb(43, 43, 43);
  207. color: white;
  208. width: 94%;
  209. margin-left: 2.5%;
  210. margin-bottom: -1px;
  211. border-top-left-radius: 0.5em;
  212. border-top-right-radius: 0.5em;
  213. border-bottom-right-radius: 0em;
  214. border-bottom-left-radius: 0em;
  215. padding: 0 0 32px 3.5px;
  216. margin-top: 2%;
  217. }
  218. .head1 {
  219. float: left;
  220. width: 20%;
  221. font-size: 14px;
  222. margin-left: 19px;
  223. margin-top: 6px;
  224. }
  225. .head2 {
  226. float: left;
  227. width: 26%;
  228. font-size: 13px;
  229. margin-left: 5px;
  230. margin-top: 6px;
  231. }
  232. .head3 {
  233. float: left;
  234. width: 16%;
  235. font-size: 14px;
  236. margin-left: 29px;
  237. margin-top: 6px;
  238. }
  239. .head4 {
  240. float: left;
  241. width: 9%;
  242. font-size: 14px;
  243. margin-left: 29px;
  244. margin-top: 6px;
  245. }
  246. .listbang:nth-child(2) {
  247. background-color: rgba(247, 31, 67);
  248. }
  249. .listbang:nth-child(3) {
  250. background-color: rgba(245, 96, 133);
  251. }
  252. .listbang:nth-child(4) {
  253. background-color: rgb(252, 172, 198);
  254. }
  255. .listbang {
  256. width: 95%;
  257. margin-left: 2.5%;
  258. margin-bottom: 0.2%;
  259. }
  260. .sortContent {
  261. width: 88%;
  262. display: flex;
  263. align-items: center;
  264. justify-content: space-between;
  265. margin-left: 3.5%;
  266. margin-bottom: 0.2%;
  267. padding: 5px 10px 10px 10px;
  268. }
  269. .header {
  270. font-size: 26upx;
  271. margin-top: 20upx;
  272. }
  273. .headtou {
  274. float: left;
  275. margin-left: 20px;
  276. width: 20%;
  277. height: 33px;
  278. overflow: hidden;
  279. border-radius: 90px;
  280. }
  281. .dui {
  282. float: left;
  283. width: 68%;
  284. font-size: 14px;
  285. margin-left: 5px;
  286. }
  287. .fen {
  288. float: left;
  289. width: 54%;
  290. font-weight: 500;
  291. }
  292. .fens {
  293. float: left;
  294. width: 9%;
  295. font-weight: 500;
  296. }
  297. .pai {
  298. margin-left: 5px;
  299. }
  300. .select-item {
  301. color: #ffff;
  302. }
  303. .dis-select-item {
  304. margin-top: 3px;
  305. background-color: white;
  306. color: #000;
  307. }
  308. .pai1 {
  309. font-size: 20px;
  310. font-style: italic;
  311. }
  312. .scorea {
  313. color: white;
  314. }
  315. .scoreb {
  316. color: red;
  317. }
  318. .scorec {
  319. color: black;
  320. }
  321. .lists:nth-child(even) {
  322. background-color: rgb(255, 250, 250);
  323. }
  324. .lists {
  325. font-weight: 500;
  326. font-size: 14px;
  327. }
  328. .image {
  329. width: 100%;
  330. height: 240px;
  331. background-color: #eeeeee;
  332. }
  333. .background-image {
  334. position: relative;
  335. width: 100%;
  336. height: 70px;
  337. border-radius: 10px;
  338. }
  339. .content {
  340. position: absolute;
  341. padding-top: 5%;
  342. width: 100%;
  343. margin-top: -28%;
  344. margin-left: -2%;
  345. }
  346. .four1 {
  347. float: left;
  348. width: 100%;
  349. }
  350. .fourhead1 {
  351. margin-left: 25%;
  352. width: 75%;
  353. height: 40.09px;
  354. overflow: hidden;
  355. border-radius: 90px;
  356. }
  357. .fourhead2 {
  358. margin-left: 10%;
  359. width: 75%;
  360. height: 40.09px;
  361. overflow: hidden;
  362. border-radius: 90px;
  363. }
  364. .fourtext5 {
  365. position: absolute;
  366. padding-top: 3px;
  367. padding-left: 20px;
  368. color: #fff;
  369. font-size: 13px;
  370. }
  371. .root {
  372. float: left;
  373. width: 96%;
  374. margin-left: 2%;
  375. padding-top: 5%;
  376. }
  377. .four{
  378. margin-top: 2%;
  379. }
  380. .fourtext6 {
  381. padding-left: 225px;
  382. color: #fff;
  383. font-size: 13px;
  384. }
  385. .fourright1_2 {
  386. float: left;
  387. width: 100%;
  388. margin-top: 2%;
  389. }
  390. .fourright1_2o {
  391. float: left;
  392. width: 15%;
  393. }
  394. .fourright1_2oi {
  395. float: left;
  396. width: 15%;
  397. }
  398. .fourright1_2t {
  399. float: left;
  400. width: 26%;
  401. text-align: center;
  402. padding: 10px 0;
  403. font-size: 14px;
  404. font-weight: 500;
  405. }
  406. .fourtext6-1 {
  407. background-color: rgb(228, 226, 226);
  408. text-align: center;
  409. color: #00427b;
  410. font-size: 20px;
  411. font-weight: bold;
  412. text-decoration: line-through;
  413. text-decoration-color: #fff;
  414. }
  415. .fourtext8-1 {
  416. font-size: 20px;
  417. font-weight: bold;
  418. margin: 0 5px;
  419. }
  420. .fourtext7-1 {
  421. background-color: rgb(228, 226, 226);
  422. text-align: center;
  423. color: #e70000;
  424. font-size: 20px;
  425. font-weight: bold;
  426. /* text-decoration: line-through; */
  427. text-decoration-color: #fff;
  428. }
  429. .fourright1_2i {
  430. float: left;
  431. width: 13%;
  432. text-align: center;
  433. padding: 6px 0;
  434. }
  435. .two .list .listtou .listbut .color0 {
  436. background: rgb(238, 147, 28);
  437. }
  438. .two .list .listtou .listbut .color1 {
  439. background: rgb(54, 233, 48);
  440. }
  441. .two .list .listtou .listbut .color2 {
  442. background: rgb(238, 88, 28);
  443. }
  444. .two .list .listtou .listbut .color3 {
  445. background: rgb(238, 147, 28);
  446. }
  447. .two .list .listtou .listbut .color4 {
  448. background: rgb(136, 136, 136);
  449. }