info.wxss 8.7 KB

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