index-new.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. body {
  2. width: 100%;
  3. height: 100%;
  4. /*background-image: url("../img-new/background.png");*/
  5. background-repeat: no-repeat;
  6. background-size: cover;
  7. background-position:0 -30px;
  8. }
  9. .index-box {
  10. width: 88%;
  11. height: 85%;
  12. position: absolute;
  13. left: 50%;
  14. top: 50%;
  15. transform: translate(-50%, -50%);
  16. overflow:auto
  17. }
  18. .index-box-item {
  19. width: 50%;
  20. /*height: 50%;*/
  21. float: left;
  22. padding: 10px;
  23. box-sizing: border-box;
  24. position: relative;
  25. }
  26. .index-box-title {
  27. width: 100%;
  28. font-size: 26px;
  29. font-weight: bold;
  30. color: #ffffff;
  31. height: 40px;
  32. line-height: 40px;
  33. }
  34. .index-box-group {
  35. /*position: absolute;
  36. top: 60px;
  37. left: 30px;
  38. right: 30px;
  39. bottom: 0px;*/
  40. float:left;
  41. width:100%;
  42. /*margin:0 30px;*/
  43. cursor: pointer;
  44. }
  45. .group-item {
  46. width: 25%;
  47. height: 48%;
  48. min-height:140px;
  49. float: left;
  50. margin-left: 1%;
  51. margin-bottom: 1%;
  52. background-repeat: no-repeat;
  53. background-position: center center;
  54. background-size: cover;
  55. position: relative;
  56. }
  57. .group-item1 {
  58. background-image: url("../img-new/1.png");
  59. }
  60. .group-item2 {
  61. background-image: url("../img-new/2.png");
  62. }
  63. .group-item3 {
  64. background-image: url("../img-new/3.png");
  65. }
  66. .group-item4 {
  67. background-image: url("../img-new/4.png");
  68. }
  69. .group-item5 {
  70. background-image: url("../img-new/5.png");
  71. }
  72. .group-item6 {
  73. background-image: url("../img-new/6.png");
  74. }
  75. .group-item7 {
  76. width: 51% !important;
  77. background-image: url("../img-new/7.png");
  78. }
  79. .group-item8 {
  80. background-image: url("../img-new/8.png");
  81. }
  82. .group-item9 {
  83. background-image: url("../img-new/9.png");
  84. }
  85. .group-item10 {
  86. background-image: url("../img-new/10.png");
  87. }
  88. .group-item11{
  89. background-image: url("../img-new/11.png");
  90. }
  91. .group-item18{
  92. width: 41% !important;
  93. background-image: url("../img-new/18.png");
  94. }
  95. .group-item19{
  96. width: 28% !important;
  97. background-image: url("../img-new/19.png");
  98. }
  99. .group-item20{
  100. width: 28% !important;
  101. background-image: url("../img-new/20.png");
  102. }
  103. .group-item21{
  104. width: 41% !important;
  105. background-image: url("../img-new/21.png");
  106. }
  107. .group-item22{
  108. width: 28% !important;
  109. background-image: url("../img-new/22.png");
  110. }
  111. .group-item23{
  112. width: 28% !important;
  113. background-image: url("../img-new/23.png");
  114. }
  115. .group-item .content{
  116. width: 100%;
  117. height: 110px;
  118. position: absolute;
  119. top: 50%;
  120. left: 50%;
  121. transform: translate(-50%,-50%);
  122. }
  123. .group-item .title {
  124. width: 100%;
  125. height: 40px;
  126. line-height: 40px;
  127. color: #ffffff;
  128. font-size: 24px;
  129. text-align: center;
  130. }
  131. .group-item .icon {
  132. width: 100%;
  133. height: 80px;
  134. background-repeat: no-repeat;
  135. background-position: center center;
  136. background-size: 60px 60px;
  137. position:relative
  138. }
  139. .group-item .icon .tip{
  140. width:24px;
  141. height:24px;
  142. display:inline-block;
  143. position:absolute;
  144. right:20px;
  145. top:-10px;
  146. color:#fff;
  147. line-height:24px;
  148. background:#ff0000;
  149. text-align:center;
  150. border-radius:10px;
  151. }
  152. .group-item1 .icon {
  153. background-image: url("../img-new/1.1.png");
  154. }
  155. .group-item2 .icon {
  156. background-image: url("../img-new/2.1.png");
  157. }
  158. .group-item3 .icon {
  159. background-image: url("../img-new/3.1.png");
  160. }
  161. .group-item4 .icon {
  162. background-image: url("../img-new/4.1.png");
  163. }
  164. .group-item5 .icon {
  165. background-image: url("../img-new/5.1.png");
  166. }
  167. .group-item6 .icon {
  168. background-image: url("../img-new/6.1.png");
  169. }
  170. .group-item7 .icon {
  171. background-image: url("../img-new/hysq.png");
  172. }
  173. .group-item8 .icon {
  174. background-image: url("../img-new/8.1.png");
  175. }
  176. .group-item9 .icon {
  177. background-image: url("../img-new/9.1.png");
  178. }
  179. .group-item10 .icon {
  180. background-image: url("../img-new/10.1.png");
  181. }
  182. .group-item11 .icon {
  183. background-image: url("../img-new/txl.png");
  184. }
  185. .group-item18 .icon {
  186. background-image: url("../img-new/18.1.png");
  187. }
  188. .group-item19 .icon {
  189. background-image: url("../img-new/19.1.png");
  190. }
  191. .group-item20 .icon {
  192. background-image: url("../img-new/20.1.png");
  193. }
  194. .group-item21 .icon {
  195. background-image: url("../img-new/21.1.png");
  196. }
  197. .group-item22 .icon {
  198. background-image: url("../img-new/22.1.png");
  199. }
  200. .group-item23 .icon {
  201. background-image: url("../img-new/23.1.png");
  202. }
  203. .index-part-left{
  204. width: 74%;
  205. height: 100%;
  206. float: left;
  207. }
  208. .index-part-right{
  209. width: 25%;
  210. height: 100%;
  211. margin-left: 1%;
  212. float: left;
  213. overflow: hidden;
  214. }
  215. .index-part-left>div{
  216. float: left;
  217. }
  218. .part-40 {
  219. width: 40%;
  220. height: 98%;
  221. }
  222. .part-60 {
  223. width: 60%;
  224. height: 98%;
  225. background-color: rgba(0,120,215,0.6);
  226. }
  227. .content-bg{
  228. width: 100%;
  229. float:left;
  230. background: #62AFEB;
  231. color: #ffffff;
  232. }
  233. .date-table {
  234. width: 100%;
  235. table-layout:fixed;
  236. border-collapse: collapse;
  237. color: #ffffff;
  238. }
  239. .date-table tbody td {
  240. text-align: center;
  241. line-height: 20px;
  242. font-size: 18px;
  243. padding:3px 0;
  244. cursor: pointer;
  245. }
  246. .date-table tbody tr:first-child td {
  247. padding:5px
  248. }
  249. .date-table tbody td center{
  250. height:29px;
  251. padding-top:5px;
  252. }
  253. .date-table tbody tr:first-child td {
  254. font-size:14px;
  255. }
  256. .acTive {
  257. background-color: rgba(255,255,255,0.3);
  258. }
  259. .today {
  260. color: white;
  261. background: #3292F2 !important;
  262. }
  263. .meets{
  264. background:url(../img/red.png) no-repeat right top
  265. }
  266. .group-item-btn {
  267. width: 100%;
  268. height: 48%;
  269. min-height:140px;
  270. background-repeat: no-repeat;
  271. background-position: center center;
  272. background-size: cover;
  273. margin-bottom: 3%;
  274. position: relative;
  275. }
  276. .group-item-btn .title {
  277. width: 100%;
  278. height: 40px;
  279. line-height: 40px;
  280. color: #ffffff;
  281. font-size: 24px;
  282. text-align: center;
  283. }
  284. .group-item-btn .icon {
  285. width: 100%;
  286. height: 80px;
  287. background-repeat: no-repeat;
  288. background-position: center center;
  289. background-size: 75px 75px;
  290. }
  291. .group-item-btn1 .icon {
  292. background-image: url("../img-new/15.1.png");
  293. }
  294. .group-item-btn2 .icon {
  295. background-image: url("../img-new/16.1.png");
  296. }
  297. .group-item-btn1{
  298. background-image: url("../img-new/15.png");
  299. }
  300. .group-item-btn2{
  301. background-image: url("../img-new/16.png");
  302. }
  303. .group-item-btn .content{
  304. width: 100%;
  305. height: 110px;
  306. position: absolute;
  307. top: 50%;
  308. left: 50%;
  309. transform: translate(-50%,-50%);
  310. }
  311. .badgeActive{
  312. background: #FF5859;
  313. color: white;
  314. }
  315. .swiper {
  316. width: 40%;
  317. height: 98%;
  318. float:left;
  319. }
  320. .swiper-title{
  321. width:60%;
  322. color:#fff;
  323. padding-left:8px;
  324. overflow:hidden;
  325. white-space:nowrap;
  326. text-overflow:ellipsis;
  327. }
  328. .swiper-pagination-bullet{
  329. width:10px;
  330. height:11px;
  331. opacity:0.8;
  332. border:3px solid #ffd800;
  333. border-radius:5px;
  334. background-color:transparent;
  335. }
  336. .swiper-pagination-bullet-active{
  337. opacity:1;
  338. background:#ffd800
  339. }
  340. .sp-tab{
  341. color:#fff;
  342. background-color:transparent;
  343. }
  344. .sp-tab .sp-tab-menu{
  345. border-bottom:1px solid #fff
  346. }
  347. .sp-tab .sp-tab-menu li{
  348. color:#fff
  349. }
  350. .sp-tab .sp-tab-menu li.sp-tab-current{
  351. color:#ffd800;
  352. border-color:#ffd800
  353. }
  354. .newsList li{
  355. line-height:25px;
  356. }
  357. .newsList li .title{
  358. width:60%;
  359. display:inline-block;
  360. overflow:hidden;
  361. white-space:nowrap;
  362. text-overflow:ellipsis;
  363. position:relative;
  364. top:10px;
  365. }
  366. .newsList li .circle{
  367. width:10px;
  368. height:10px;
  369. display:inline-block;
  370. border-radius:5px;
  371. background-color:#ffd800;
  372. margin-right:10px;
  373. position:relative;
  374. top:2px;
  375. }
  376. /*隐藏滚动条*/
  377. ::-webkit-scrollbar{width:0;}