main.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. * {
  2. -webkit-overflow-scrolling: touch;
  3. }
  4. body {
  5. margin: 0 auto;
  6. font: normal 14px/1.5 Tahoma, 'Lucida Grande', Verdana, 'Microsoft Yahei', STXihei, hei;
  7. color: #000;
  8. background: #f2f2f2;
  9. overflow-x: hidden;
  10. -webkit-tap-highlight-color: transparent;
  11. }
  12. ul {
  13. list-style: none;
  14. margin: 0;
  15. padding: 0;
  16. }
  17. a {
  18. text-decoration: none;
  19. color: #222;
  20. }
  21. div {
  22. box-sizing: border-box;
  23. }
  24. /* focus */
  25. .focus {
  26. position: relative;
  27. overflow: hidden;
  28. }
  29. .focus img {
  30. width: 100%;
  31. }
  32. .focus ul {
  33. overflow: hidden;
  34. width: 500%;
  35. margin-left: -100%;
  36. }
  37. .focus ul li {
  38. float: left;
  39. width: 20%;
  40. }
  41. .focus ol {
  42. position: absolute;
  43. bottom: 5px;
  44. right: 5px;
  45. margin: 0;
  46. }
  47. .focus ol li {
  48. display: inline-block;
  49. width: 5px;
  50. height: 5px;
  51. background-color: #fff;
  52. list-style: none;
  53. border-radius: 2px;
  54. transition: all 0.3s;
  55. }
  56. .focus ol li.current {
  57. width: 15px;
  58. }
  59. .clear {
  60. clear: both;
  61. }
  62. .gonggao {
  63. padding: 10px;
  64. background: #fff;
  65. border-bottom: 1px solid #eee;
  66. }
  67. .gonggao .gonggao-left {
  68. float: left;
  69. line-height: 18px;
  70. }
  71. .gonggao-left img {
  72. width: 18px;
  73. vertical-align: middle;
  74. }
  75. .gonggao .gonggao-right {
  76. float: left;
  77. color: #333;
  78. padding-left: 5px;
  79. font-size: 14px;
  80. line-height: 23px;
  81. }
  82. .box {
  83. display: -webkit-box;
  84. overflow-x: auto;
  85. /*适应苹果*/
  86. -webkit-overflow-scrolling: touch;
  87. }
  88. .cat_child {
  89. color: #333;
  90. text-align: center;
  91. width: 33.333%;
  92. font-size: 14px;
  93. margin-right: 5px;
  94. }
  95. .box::-webkit-scrollbar {
  96. display: none;
  97. }
  98. .cat_child .active {
  99. color: #307BFA;
  100. padding: 5px 5px;
  101. border-bottom: 2px solid #307BFA;
  102. }
  103. .height {
  104. background-color: #f5f5f5;
  105. height: 10px;
  106. }
  107. .height1 {
  108. border-bottom-left-radius: 10px;
  109. border-bottom-right-radius: 10px;
  110. background-color: #fff;
  111. width: 96%;
  112. margin: 0 auto;
  113. height: 10px;
  114. margin-top: -10px;
  115. }
  116. .bottom1 {
  117. background-color: #f5f5f5;
  118. position: relative;
  119. margin-bottom: 5px;
  120. }
  121. .fenlei {
  122. width: 96%;
  123. margin: 0 auto;
  124. }
  125. .fenlei ul {
  126. height: 40px;
  127. padding-bottom: 5px;
  128. padding-top: 15px;
  129. }
  130. .all img {
  131. padding-left: 2%;
  132. width: 96%;
  133. padding-left: 2%;
  134. margin-bottom: -6px;
  135. }
  136. .alllist {
  137. background-color: #fff;
  138. padding: 8px 3% 12px;
  139. min-height: 80px;
  140. margin: 0 auto;
  141. position: relative;
  142. border-top: 1px solid #eee;
  143. }
  144. .alllistl {
  145. width: 100px;
  146. height: 100px;
  147. border-radius: 4px;
  148. position: absolute;
  149. top: 8px;
  150. }
  151. .alllistc {
  152. padding-left: 110px;
  153. }
  154. .alllistc1 {
  155. font-size: 14px;
  156. color: #333;
  157. font-weight: 500;
  158. line-height: 32px;
  159. }
  160. .alllistc2 {
  161. font-size: 14px;
  162. color: #999;
  163. line-height: 20px;
  164. padding-bottom: 5px;
  165. }
  166. .alllistc3 {
  167. font-size: 14px;
  168. color: #666;
  169. line-height: 22px;
  170. }
  171. .alllistr {
  172. position: absolute;
  173. right: 3%;
  174. top: 10px;
  175. font-size: 16px;
  176. color: #ff5d1b;
  177. font-weight: bold;
  178. }
  179. .alllistr1 {
  180. position: absolute;
  181. right: 3%;
  182. bottom: 16px;
  183. font-size: 14px;
  184. color: #fff;
  185. background-color: #307BFA;
  186. text-align: center;
  187. width: 75px;
  188. height: 23px;
  189. line-height: 23px;
  190. border-radius: 30px;
  191. }
  192. .shouquan {
  193. background-color: #ff0000;
  194. font-size: 12px;
  195. color: white;
  196. line-height: 14px;
  197. padding: 1px 3px;
  198. border-radius: 5px;
  199. margin-right: 3px;
  200. position: relative;
  201. top: -1.5px;
  202. }
  203. .listc1 {
  204. font-size: 14px;
  205. color: #333;
  206. font-weight: 500;
  207. line-height: 23px;
  208. }
  209. .listc1 time {
  210. border: 1px #307BFA solid;
  211. color: #307BFA;
  212. margin-bottom: 5px;
  213. padding: 1px 5px;
  214. border-radius: 3px;
  215. font-size: 12px;
  216. margin-right: 5px;
  217. margin-left: 5px;
  218. }
  219. .listc1 other {
  220. border: 1px #e70a0a solid;
  221. color: #e70a0a;
  222. margin-bottom: 5px;
  223. padding: 1px 5px;
  224. border-radius: 3px;
  225. font-size: 12px;
  226. margin-right: 5px;
  227. margin-left: 5px;
  228. }
  229. .listc1 empty {
  230. border: 1px #43CF7C solid;
  231. color: #43CF7C;
  232. margin-bottom: 5px;
  233. padding: 1px 5px;
  234. border-radius: 3px;
  235. font-size: 12px;
  236. }
  237. .shoujia {
  238. color: #ff0000;
  239. font-size: 16px;
  240. font-weight: bold;
  241. margin-right: 10px;
  242. }
  243. .baoyou {
  244. background: linear-gradient(201.19deg, rgba(47, 122, 250, 1) 0%, rgba(158, 203, 255, 1) 98.61%);
  245. font-size: 10px;
  246. border-radius: 5px;
  247. padding: 2px 5px;
  248. color: #fff;
  249. position: relative;
  250. top: -2.5px;
  251. }
  252. .guishudi {
  253. font-size: 10px;
  254. padding: 1px 2px;
  255. color: #006aff;
  256. position: relative;
  257. top: -2.5px;
  258. }
  259. .pull-left {
  260. line-height: 23px;
  261. }
  262. .nothing {
  263. margin: 0px auto;
  264. width: 80%;
  265. }
  266. .banner {
  267. padding: 15px;
  268. color: #fff;
  269. font-size: 18px;
  270. border-top-left-radius: 10px;
  271. border-top-right-radius: 10px;
  272. background: linear-gradient(135.47deg, rgba(66, 135, 247, 1) 0%, rgba(52, 106, 246, 1) 100%);
  273. }
  274. .right {
  275. float: right;
  276. color: #fff;
  277. font-size: 14px;
  278. line-height: 1.7;
  279. }
  280. .navall {
  281. background: #fff;
  282. }
  283. .listc2 {
  284. padding: 6px 0 6px;
  285. font-size: 14px;
  286. color: #666;
  287. line-height: 23px;
  288. white-space: nowrap;
  289. overflow: hidden;
  290. text-overflow: ellipsis;
  291. }
  292. .bthcx{
  293. /*width:187px;*/
  294. height:90px;
  295. background:#366EF6;
  296. margin-left:10px ;
  297. border-radius: 10px;
  298. color: #fff;
  299. font-size: 14px;
  300. padding-top: 10px ;
  301. padding-left: 10px ;
  302. }
  303. .bthkf{
  304. /*width:187px;*/
  305. height:90px;
  306. background:#366EF6;
  307. margin-left:10px ;
  308. margin-right:10px ;
  309. border-radius: 10px;
  310. color: #fff;
  311. font-size: 14px;
  312. padding-top: 10px ;
  313. padding-left: 10px ;
  314. }