style.css 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  1. html,
  2. body,
  3. div,
  4. span,
  5. applet,
  6. object,
  7. iframe,
  8. h1,
  9. h2,
  10. h3,
  11. h4,
  12. h5,
  13. h6,
  14. p,
  15. blockquote,
  16. pre,
  17. a,
  18. abbr,
  19. acronym,
  20. address,
  21. big,
  22. cite,
  23. code,
  24. del,
  25. dfn,
  26. em,
  27. img,
  28. ins,
  29. kbd,
  30. q,
  31. s,
  32. samp,
  33. small,
  34. strike,
  35. strong,
  36. sub,
  37. sup,
  38. tt,
  39. var,
  40. b,
  41. u,
  42. i,
  43. center,
  44. dl,
  45. dt,
  46. dd,
  47. ol,
  48. ul,
  49. li,
  50. fieldset,
  51. form,
  52. label,
  53. legend,
  54. table,
  55. caption,
  56. tbody,
  57. tfoot,
  58. thead,
  59. tr,
  60. th,
  61. td,
  62. article,
  63. aside,
  64. canvas,
  65. details,
  66. embed,
  67. figure,
  68. figcaption,
  69. footer,
  70. header,
  71. hgroup,
  72. menu,
  73. nav,
  74. output,
  75. ruby,
  76. section,
  77. summary,
  78. time,
  79. mark,
  80. audio,
  81. video {
  82. margin: 0;
  83. padding: 0;
  84. border: 0;
  85. font-size: 100%;
  86. font: inherit;
  87. vertical-align: baseline;
  88. color: #c5c6cc;
  89. }
  90. body {
  91. width: 100%;
  92. background: url('../img/background.jpg') fixed center top no-repeat;
  93. background-size: 100% 100%;
  94. }
  95. .body {
  96. min-width: 1349px;
  97. width: 80%;
  98. margin: 0 auto;
  99. }
  100. .head-background {
  101. width: 100%;
  102. height: 47px;
  103. background: url('../img/top.png');
  104. }
  105. .head p {
  106. font-size: 20px;
  107. color: white;
  108. text-indent: 32px;
  109. line-height: 47px;
  110. }
  111. .left,
  112. .center,
  113. .right {
  114. float: left;
  115. }
  116. .left {
  117. padding-right: 16px;
  118. border-right: 1px solid #626262;
  119. }
  120. .midle {
  121. padding: 16px 0 5px 0;
  122. }
  123. .select {
  124. position: relative;
  125. width: 207px;
  126. height: 58px;
  127. border: 1px solid #eee;
  128. cursor: pointer;
  129. box-sizing: border-box;
  130. padding-left: 43px;
  131. line-height: 58px;
  132. border-radius: 4px;
  133. margin-bottom: 11px;
  134. }
  135. .select .select_ul {
  136. /*height: 200px;
  137. overflow: hidden;
  138. overflow-y: auto;*/
  139. list-style: none;
  140. display: none;
  141. position: absolute;
  142. top: 58px;
  143. left: -1px;
  144. width: 205px;
  145. min-width: 134px;
  146. border: 1px solid #D4D4D4;
  147. border-top: 0;
  148. border-bottom-right-radius: 3px;
  149. border-bottom-left-radius: 3px;
  150. background: #3d4153;
  151. z-index: 100;
  152. }
  153. /*::-webkit-scrollbar {
  154. width: 16px;
  155. height: 16px;
  156. background-color: #F5F5F5;
  157. }
  158. */
  159. .select .select_ul .li {
  160. line-height: 40px;
  161. padding-left: 40px;
  162. }
  163. .select .select_ul .li:hover {
  164. background: #2d303d;
  165. }
  166. #noborder {
  167. border: none;
  168. }
  169. .select:after {
  170. content: "";
  171. position: absolute;
  172. top: 43%;
  173. right: 20px;
  174. border-top: 15px solid #c5c6cc;
  175. border-right: 15px solid transparent;
  176. border-left: 15px solid transparent;
  177. }
  178. .center {
  179. padding-left: 15px;
  180. width: calc(100% - 610px);
  181. }
  182. .video {
  183. width: 100%;
  184. }
  185. .echarsbox {
  186. position: relative;
  187. margin-top: 11px;
  188. }
  189. #main {
  190. width: 100%;
  191. height: 350px;
  192. max-height: 300px;
  193. position: absolute;
  194. top: 0px;
  195. overflow: hidden;
  196. }
  197. #line {
  198. border: 1px solid #7b8c93;
  199. height: 200px;
  200. position: absolute;
  201. top: 40px;
  202. }
  203. #linebox {
  204. width: 81.5%;
  205. height: 200px;
  206. /*background: red;*/
  207. position: absolute;
  208. top: 0px;
  209. left: 9.5%;
  210. }
  211. /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  212. ::-webkit-scrollbar {
  213. width: 5px;
  214. height: 16px;
  215. background-color: #898b94;
  216. }
  217. /*定义滚动条轨道 内阴影+圆角*/
  218. ::-webkit-scrollbar-track {
  219. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  220. border-radius: 10px;
  221. background-color: #898b94;
  222. }
  223. /*定义滑块 内阴影+圆角*/
  224. ::-webkit-scrollbar-thumb {
  225. border-radius: 10px;
  226. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  227. background-color: #fff;
  228. }
  229. .right-box {
  230. width: 348px;
  231. margin-left: 10px;
  232. background: url('./../img/body-1.png') no-repeat 100% 100%;
  233. }
  234. .right-box-top {
  235. width: 348px;
  236. height: 60px;
  237. background: url('./../img/body-2.png') no-repeat 100% 100%;
  238. border-bottom: 1px solid #292b37;
  239. }
  240. .right-box-top p {
  241. color: #fff;
  242. font-size: 15px;
  243. font-weight: 500;
  244. text-align: center;
  245. line-height: 30px;
  246. }
  247. .right-box-top-times {
  248. text-align: center;
  249. }
  250. .right-box-top-times span {
  251. font-size: 12px;
  252. color: white;
  253. margin-right: 18px;
  254. }
  255. .right-box-top-times span:nth-child(3) {
  256. margin-right: 0px;
  257. }
  258. .right-box-bottom {
  259. padding: 13px 25px;
  260. overflow: auto;
  261. height: 659px;
  262. }
  263. .header-text {
  264. color: white;
  265. font-weight: 600;
  266. }
  267. .right-box-bottom-header {
  268. line-height: 31.5px;
  269. font-size: 12px;
  270. }
  271. .header-left {
  272. width: 40%;
  273. display: inline-block;
  274. vertical-align: middle;
  275. overflow: hidden;
  276. text-overflow: ellipsis;
  277. white-space: nowrap;
  278. }
  279. .header-middle {
  280. display: inline-block;
  281. vertical-align: middle;
  282. width: 40%;
  283. padding-left: 3px;
  284. overflow: hidden;
  285. text-overflow: ellipsis;
  286. white-space: nowrap;
  287. }
  288. .header-right {
  289. vertical-align: middle;
  290. display: inline-block;
  291. width: 15%
  292. }
  293. .progress {
  294. width: 100%;
  295. height: 5px;
  296. border-radius: 8px;
  297. background: #94959b;
  298. }
  299. .progressline {
  300. height: 100%;
  301. border-radius: 8px;
  302. background: #8b51a8;
  303. }
  304. .progressbox p {
  305. line-height: 14px;
  306. }
  307. .lineinfo {
  308. position: absolute;
  309. width: 345px;
  310. height: 166px;
  311. top: 10px;
  312. box-sizing: border-box;
  313. left: -156px;
  314. }
  315. .lineinfotop {
  316. position: absolute;
  317. top: 0px;
  318. overflow: hidden;
  319. margin-top: 10px;
  320. margin-left: 20px;
  321. }
  322. .lineinfobackground {
  323. border-radius: 9px;
  324. position: absolute;
  325. width: 345px;
  326. height: 183px;
  327. background: black;
  328. opacity: 0.5;
  329. }
  330. .green,
  331. .red {
  332. display: inline-block;
  333. width: 30px;
  334. height: 10px;
  335. border-radius: 10px;
  336. }
  337. .green {
  338. background: #6ab581;
  339. }
  340. .red {
  341. background: #df5a5a;
  342. }
  343. .greenBox,
  344. .redBox,
  345. .lineBox {
  346. float: left;
  347. margin-right: 5px;
  348. }
  349. .signline {
  350. position: relative;
  351. }
  352. .signline span {
  353. height: 1px;
  354. position: absolute;
  355. top: 8px;
  356. display: inline-block;
  357. width: 30px;
  358. background: #50abfd;
  359. }
  360. .signline div {
  361. border-radius: 50%;
  362. height: 10px;
  363. display: inline-block;
  364. width: 10px;
  365. border: 1px solid #50abfd;
  366. background: #fff;
  367. position: absolute;
  368. top: 3px;
  369. left: 10px;
  370. z-index: 200;
  371. }
  372. .ssl {
  373. margin-left: 32px;
  374. }
  375. #programUl {
  376. max-height: 300px;
  377. overflow: auto;
  378. }
  379. #sslnum {
  380. float: right;
  381. margin-left: 30px;
  382. }
  383. #now {
  384. position: absolute;
  385. top: 27px;
  386. left: 20px;
  387. }
  388. .lineinfobotom {
  389. top: 44px;
  390. position: absolute;
  391. left: 20px;
  392. }
  393. .lineinfobotom-right {
  394. float: left;
  395. margin-left: 20px;
  396. }
  397. .lineinfobotom-left {
  398. border-right: 1px solid #626262;
  399. width: 159px;
  400. float: left;
  401. }
  402. .lineinfobotom-left div,
  403. .lineinfobotom-right div {
  404. font-size: 12px;
  405. line-height: 22px;
  406. }
  407. .lineinfobotom-p {
  408. font-size: 14px;
  409. line-height: 22px;
  410. color: white;
  411. }
  412. .column {
  413. cursor: pointer;
  414. position: relative;
  415. }
  416. .act .selectAct {
  417. position: absolute;
  418. width: 3px;
  419. top: 3px;
  420. left: -6px;
  421. bottom: 3px;
  422. background-color: #df5a5a;
  423. }