index.wxss 6.4 KB

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