info.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  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: 20%;
  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: 95%;
  135. background-repeat: no-repeat;
  136. background-size: 100% 100%;
  137. border-top-left-radius: 5px;
  138. border-top-right-radius: 5px;
  139. color: #fff;
  140. padding: 2px 10px;
  141. font-size: 14px;
  142. margin: 0 0 5px 0;
  143. }
  144. .two_1 .c .list .list_1 text:nth-child(2) {
  145. float: right;
  146. }
  147. .two_1 .c .list .list_2 {
  148. float: left;
  149. width: 100%;
  150. }
  151. .two_1 .c .list .list_2 .list_2one {
  152. float: left;
  153. width: 39%;
  154. text-align: center;
  155. }
  156. .two_1 .c .list .list_2 .list_2one image {
  157. width: 50px;
  158. height: 50px;
  159. border-radius: 90px;
  160. }
  161. .two_1 .c .list .list_2 .list_2one text {
  162. float: right;
  163. font-size: 14px;
  164. padding: 15px 0;
  165. }
  166. .two_1 .c .list .list_2 .list_2one:nth-child(3) text {
  167. float: left;
  168. }
  169. .two_1 .c .list .list_2 .list_2two {
  170. float: left;
  171. width: 22%;
  172. text-align: center;
  173. padding: 10px 0;
  174. }
  175. .two_1 .c .list .list_2 .list_2two text {
  176. background-color: rgb(228, 226, 226);
  177. text-align: center;
  178. color: #ff0000;
  179. font-size: 20px;
  180. font-weight: bold;
  181. text-decoration: line-through;
  182. text-decoration-color: #fff;
  183. padding: 0 2px;
  184. }
  185. .two_1 .c .list .list_2 .list_2two text:nth-child(2) {
  186. color: #000000;
  187. }
  188. .two_1 .c .list .list_2 .list_2two text:nth-child(3) {
  189. color: #00427b;
  190. }
  191. .two_1 .d {
  192. float: left;
  193. width: 100%;
  194. }
  195. .two_1 .d .ranking {
  196. float: left;
  197. width: 100%;
  198. background-color: #000000;
  199. color: #fff;
  200. padding: 5px 0;
  201. border-top-left-radius: 10px;
  202. border-top-right-radius: 10px;
  203. }
  204. .two_1 .d .ranking view {
  205. float: left;
  206. text-align: center;
  207. width: 20%;
  208. }
  209. .two_1 .d .ranking view:nth-child(2) {
  210. width: 40%;
  211. }
  212. .two_1 .d .rankingList {
  213. background-color: #fff;
  214. border-bottom: 1px solid #cccccc;
  215. color: #000000;
  216. border-radius: 0;
  217. }
  218. .two_1 .d .rankingList:nth-child(2) {
  219. color: #fff;
  220. background-color: rgba(247, 31, 67);
  221. }
  222. .two_1 .d .rankingList:nth-child(3) {
  223. color: #fff;
  224. background-color: rgba(245, 96, 133);
  225. }
  226. .two_1 .d .rankingList:nth-child(4) {
  227. color: #fff;
  228. background-color: rgb(252, 172, 198);
  229. }
  230. .two_1 .d .rankingList view text {
  231. display: inline-block;
  232. padding: 15px 0;
  233. font-size: 14px;
  234. }
  235. .two_1 .d .rankingList view:nth-child(2) image {
  236. float: left;
  237. width: 50px;
  238. height: 50px;
  239. border-radius: 90px;
  240. }