info.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .main .one {
  6. float: left;
  7. width: 100%;
  8. height: 300px;
  9. overflow: hidden;
  10. position: relative;
  11. margin: 0 0 10px 0;
  12. }
  13. .main .one .image {
  14. float: left;
  15. width: 100%;
  16. height: 240px;
  17. overflow: hidden;
  18. }
  19. .main .one .one_1 {
  20. float: left;
  21. width: 89%;
  22. height: 120px;
  23. margin: 0 10px;
  24. padding: 10px;
  25. border-radius: 5px;
  26. overflow: hidden;
  27. background-color: #fff;
  28. position: absolute;
  29. bottom: 0;
  30. }
  31. .main .one .one_1 .name {
  32. float: left;
  33. width: 100%;
  34. font-size: 16px;
  35. font-weight: bold;
  36. margin: 0 0 5px 0;
  37. }
  38. .main .one .one_1 .other {
  39. float: left;
  40. width: 100%;
  41. }
  42. .main .one .one_1 .other .otherInfo {
  43. float: left;
  44. width: 100%;
  45. font-size: 14px;
  46. margin: 0 0 5px 0;
  47. color: #666;
  48. }
  49. .main .one .one_1 .other .otherInfo:nth-child(1) text:nth-child(2) {
  50. color: #fff;
  51. padding: 0 10px;
  52. border-radius: 5px;
  53. }
  54. .main .one .one_1 .other .otherInfo:nth-child(3) {
  55. overflow: hidden;
  56. text-overflow: ellipsis;
  57. -webkit-line-clamp: 2;
  58. word-break: break-all;
  59. display: -webkit-box;
  60. -webkit-box-orient: vertical;
  61. }
  62. .main .one .one_1 .other .otherInfo text:nth-child(2) {
  63. color: #000;
  64. }
  65. .main .one .one_1 .other .otherInfo .color0 {
  66. background: rgb(238, 147, 28);
  67. }
  68. .main .one .one_1 .other .otherInfo .color1 {
  69. background: rgb(54, 233, 48);
  70. }
  71. .main .one .one_1 .other .otherInfo .color2 {
  72. background: rgb(238, 88, 28);
  73. }
  74. .main .one .one_1 .other .otherInfo .color3 {
  75. background: rgb(238, 147, 28);
  76. }
  77. .main .one .one_1 .other .otherInfo .color4 {
  78. background: rgb(136, 136, 136);
  79. }
  80. .main .two {
  81. float: left;
  82. width: 95%;
  83. padding: 0 10px;
  84. }
  85. .main .two .two_1 {
  86. float: left;
  87. width: 100%;
  88. margin: 10px 0 0 0;
  89. }
  90. .two_1 .b {
  91. float: left;
  92. width: 100%;
  93. }
  94. .two_1 .b .list {
  95. float: left;
  96. width: 19.8%;
  97. margin: 0 10px 10px 0;
  98. background-color: #fff;
  99. text-align: center;
  100. padding: 10px 5px;
  101. border-radius: 5px;
  102. }
  103. .two_1 .b .list:nth-child(4n) {
  104. margin: 0 0 10px 0;
  105. }
  106. .two_1 .b .list image {
  107. width: 50px;
  108. height: 50px;
  109. border-radius: 90px;
  110. }
  111. .two_1 .b .list .name {
  112. float: left;
  113. width: 100%;
  114. text-align: center;
  115. font-size: 12px;
  116. margin: 0 0 5px 0;
  117. }
  118. .two_1 .b .list .num {
  119. float: left;
  120. width: 100%;
  121. font-size: 12px;
  122. color: #666;
  123. }
  124. .two_1 .c .list {
  125. float: left;
  126. width: 95%;
  127. border-radius: 5px;
  128. background-color: #fff;
  129. margin: 0 0 10px 0;
  130. padding: 10px;
  131. }
  132. .two_1 .c .list .list_1 {
  133. float: left;
  134. width: 100%;
  135. margin: 0 0 10px 0;
  136. }
  137. .two_1 .c .list .list_1 .image {
  138. float: left;
  139. width: 100%;
  140. height: 25px;
  141. overflow: hidden;
  142. border-top-left-radius: 10px;
  143. border-top-right-radius: 10px;
  144. }
  145. .two_1 .c .list .list_1 .txt {
  146. position: absolute;
  147. height: 25px;
  148. width: 85%;
  149. line-height: 25px;
  150. font-size: 14px;
  151. color: #fff;
  152. padding: 0 10px;
  153. }
  154. .two_1 .c .list .list_1 .txt text:nth-child(2) {
  155. float: right;
  156. }
  157. .two_1 .c .list .list_2 {
  158. float: left;
  159. width: 100%;
  160. }
  161. .two_1 .c .list .list_2 .list_2one {
  162. float: left;
  163. width: 39%;
  164. text-align: center;
  165. }
  166. .two_1 .c .list .list_2 .list_2one image {
  167. width: 50px;
  168. height: 50px;
  169. border-radius: 90px;
  170. }
  171. .two_1 .c .list .list_2 .list_2one text {
  172. float: right;
  173. font-size: 14px;
  174. padding: 15px 0;
  175. }
  176. .two_1 .c .list .list_2 .list_2one:nth-child(3) text {
  177. float: left;
  178. }
  179. .two_1 .c .list .list_2 .list_2two {
  180. float: left;
  181. width: 22%;
  182. text-align: center;
  183. padding: 10px 0;
  184. }
  185. .two_1 .c .list .list_2 .list_2two text {
  186. background-color: rgb(228, 226, 226);
  187. text-align: center;
  188. color: #ff0000;
  189. font-size: 20px;
  190. font-weight: bold;
  191. text-decoration: line-through;
  192. text-decoration-color: #fff;
  193. padding: 0 2px;
  194. }
  195. .two_1 .c .list .list_2 .list_2two text:nth-child(2) {
  196. color: #000000;
  197. }
  198. .two_1 .c .list .list_2 .list_2two text:nth-child(3) {
  199. color: #00427b;
  200. }
  201. .two_1 .d {
  202. float: left;
  203. width: 100%;
  204. }
  205. .two_1 .d .ranking {
  206. float: left;
  207. width: 100%;
  208. background-color: #000000;
  209. color: #fff;
  210. padding: 5px 0;
  211. border-top-left-radius: 10px;
  212. border-top-right-radius: 10px;
  213. }
  214. .two_1 .d .ranking view {
  215. float: left;
  216. text-align: center;
  217. width: 20%;
  218. }
  219. .two_1 .d .ranking view:nth-child(2) {
  220. width: 40%;
  221. }
  222. .two_1 .d .rankingList {
  223. background-color: #fff;
  224. border-bottom: 1px solid #cccccc;
  225. color: #000000;
  226. border-radius: 0;
  227. }
  228. .two_1 .d .rankingList:nth-child(2) {
  229. color: #fff;
  230. background-color: rgba(247, 31, 67);
  231. }
  232. .two_1 .d .rankingList:nth-child(3) {
  233. color: #fff;
  234. background-color: rgba(245, 96, 133);
  235. }
  236. .two_1 .d .rankingList:nth-child(4) {
  237. color: #fff;
  238. background-color: rgb(252, 172, 198);
  239. }
  240. .two_1 .d .rankingList view text {
  241. display: inline-block;
  242. padding: 15px 0;
  243. font-size: 14px;
  244. }
  245. .two_1 .d .rankingList view:nth-child(2) image {
  246. float: left;
  247. width: 50px;
  248. height: 50px;
  249. border-radius: 90px;
  250. }