index.wxss 6.8 KB

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