2d1b60e2b0e733b84c5b126bf0b428bc1dbfaf0f.svn-base 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. .mainBox{
  2. width: 100%;
  3. height:100%;
  4. background: url("../../assets/bjdc.png") no-repeat;
  5. background-size: 100% 100%;
  6. }
  7. .mainHeader{
  8. width: 100%;
  9. height:65px;
  10. background: url("../../assets/headerdc.png") no-repeat;
  11. background-size: 100% 100%;
  12. min-width:1366px ;
  13. min-height:65px ;
  14. border-bottom: 1px dashed grey;
  15. display: flex;
  16. }
  17. .header-left{
  18. width:25%;
  19. height:100%;
  20. display: flex;
  21. align-items: center;
  22. }
  23. /*.header-left .el-select{*/
  24. /* padding-left: 20px !important;*/
  25. /* border-radius: 10px !important;*/
  26. /*}*/
  27. /*.header-left .el-input__inner{*/
  28. /* border: 1px solid #001C2E;*/
  29. /* outline: none !important;*/
  30. /* background: #001C2E;*/
  31. /* box-shadow: 0px 0px 32px 0px rgba(131, 219, 255, 0.3);*/
  32. /* border-radius: 16px;*/
  33. /*}*/
  34. /*.el-scrollbar{*/
  35. /* background: #001C2E !important;*/
  36. /*}*/
  37. /*.el-select-dropdown {*/
  38. /* border: 1px solid #004266 !important;*/
  39. /*}*/
  40. /*.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {*/
  41. /* background-color: #002e4e !important;*/
  42. /*}*/
  43. /*.header-left .el-select .el-input.is-focus .el-input__inner {*/
  44. /* border-color: #001C2E;*/
  45. /*}*/
  46. .header-middle{
  47. width:50%;
  48. height:100%;
  49. font-size: 32px;
  50. font-family: Microsoft YaHei;
  51. font-weight: bold;
  52. color: #5D9AF5;
  53. line-height: 44px;
  54. background: linear-gradient(180deg, #EFF3F5 0%, #8AC5CF 100%);
  55. -webkit-background-clip: text;
  56. -webkit-text-fill-color: transparent;
  57. line-height: 65px;
  58. text-align: center;
  59. }
  60. .header-right{
  61. width:25%;
  62. height:100%;
  63. display: flex;
  64. align-items: center;
  65. justify-content: center;
  66. }
  67. .hourMs{
  68. width: 100px;
  69. height:100%;
  70. line-height: 65px;
  71. font-size: 20px;
  72. font-family: Arial;
  73. font-weight: 400;
  74. color: #FFFFFF;
  75. }
  76. .timeContent{
  77. height:100%;
  78. margin-left: 10px;
  79. display: flex;
  80. }
  81. .timeOrWeek{
  82. height:100%;
  83. line-height:65px;
  84. }
  85. .times{
  86. font-size: 20px;
  87. font-family: Microsoft YaHei;
  88. font-weight: bold;
  89. color: #5D9AF5;
  90. line-height: 65px;
  91. }
  92. .weeks{
  93. font-size: 18px;
  94. font-family: Microsoft YaHei;
  95. font-weight: bold;
  96. color: #C1F051;
  97. line-height: 65px;
  98. margin-left: 10px;
  99. }
  100. /*.el-popper[x-placement^=bottom] .popper__arrow::after {*/
  101. /* border-bottom-color: #01456a !important;*/
  102. /*}*/
  103. /*.el-popper[x-placement^=bottom] .popper__arrow {*/
  104. /* border-bottom-color: #01456a !important;*/
  105. /*}*/
  106. .mainContent{
  107. width: 100%;
  108. height:calc(100% - 64px);
  109. display: flex;
  110. }
  111. .mainContent-left{
  112. width: calc(100% - 315px);
  113. height:100%;
  114. }
  115. .mainContent-right{
  116. width: 315px;
  117. height:100%;
  118. }
  119. .mainContent-left-top{
  120. width: 100%;
  121. height:60%;
  122. display: flex;
  123. }
  124. .mainContent-left-bottom{
  125. width: 100%;
  126. height:40%;
  127. display: flex;
  128. }
  129. .mainContent-left-top-left{
  130. width: 400px;
  131. height:100%;
  132. }
  133. .mainContent-left-top-right{
  134. width: calc(100% - 400px);
  135. height:100%;
  136. }
  137. .summary-item {
  138. width: 100%;
  139. height: calc(33.33% - 20px);
  140. margin-top: 20px;
  141. display: flex;
  142. }
  143. .summary-item div.summary-item-col:first-child{
  144. margin-left: 15px;
  145. }
  146. .summary-item div.summary-item-col:nth-child(2){
  147. margin-left: 100px;
  148. }
  149. .summary-item-col{
  150. width: 140px;
  151. height:100%;
  152. }
  153. .summary-title{
  154. width: 140px;
  155. height:50px;
  156. display: flex;
  157. }
  158. .summary-title img:first-child{
  159. width: 30px;
  160. height:30px;
  161. border:1px dashed #66FBF9
  162. }
  163. .summary-text{
  164. width: 80px;
  165. height:50px;
  166. text-align: center;
  167. display: grid;
  168. }
  169. .summary-title img:nth-child(3){
  170. width: 20px;
  171. height:20px;
  172. border:1px dashed #66FBF9
  173. }
  174. .summary-pointer{
  175. font-size: 17px;
  176. font-family: Microsoft YaHei;
  177. font-weight: bold;
  178. color: #66FBF9;
  179. line-height: 20px;
  180. background: linear-gradient(180deg, #FFFFFF 0%, #ADE8FA 100%);
  181. -webkit-background-clip: text;
  182. -webkit-text-fill-color: transparent;
  183. }
  184. .summary-group{
  185. font-size: 12px;
  186. font-family: Microsoft YaHei;
  187. font-weight: 400;
  188. color: #C1F053;
  189. line-height: 0px;
  190. }
  191. .summary-content{
  192. font-size: 30px;
  193. font-family: Bahnschrift;
  194. font-weight: bold;
  195. color: #C2F151;
  196. /*line-height: 70px;*/
  197. text-align: center;
  198. }
  199. .echarts-bottom:first-child{
  200. width: calc(30% - 15px);
  201. height:100%;
  202. margin-left: 15px;
  203. }
  204. .echarts-bottom:nth-child(2){
  205. width: calc(45% - 15px);
  206. height:100%;
  207. margin-left: 15px;
  208. }
  209. .echarts-bottom:nth-child(3){
  210. width: calc(25% - 15px);
  211. height:100%;
  212. margin-left: 15px;
  213. }
  214. .echarts-bottom:nth-child(4){
  215. width: calc(20% - 20px);
  216. height:100%;
  217. margin-left: 15px;
  218. }
  219. .echarts-bottom-title{
  220. width: 100%;
  221. height:20px;
  222. border-bottom: 5px solid #003d5e;
  223. font-size: 18px;
  224. font-family: Microsoft YaHei;
  225. font-weight: bold;
  226. color: #FFFFFF;
  227. background: linear-gradient(180deg, #FFFFFF 0%, #ADE8FA 100%);
  228. -webkit-background-clip: text;
  229. /*-webkit-text-fill-color: transparent;*/
  230. display: flex;
  231. align-items: center;
  232. background: url("../../assets/echart-title.png") no-repeat ;
  233. background-size: 70px 20px;
  234. }
  235. .echarts-bottom-title span{
  236. font-size: 20px;
  237. font-family: Microsoft YaHei;
  238. font-weight: bold;
  239. color: #FFFFFF;
  240. background: linear-gradient(180deg, #FFFFFF 0%, #ADE8FA 100%);
  241. -webkit-background-clip: text;
  242. -webkit-text-fill-color: transparent;
  243. text-indent: 20px;
  244. }
  245. .echarts-bottom-title img{
  246. width: 12px;
  247. height:20px;
  248. }
  249. .echarts-bottom-content{
  250. width: 100%;
  251. height:calc(100% - 25px);
  252. }
  253. .echarts-bottom-content img{
  254. border:5px solid #01456a;
  255. }
  256. .mainContent-right-top{
  257. width: 100%;
  258. height:20%;
  259. }
  260. .mainContent-right-style1{
  261. width: 100%;
  262. height:40%;
  263. }
  264. .mainContent-right-style2{
  265. width: 100%;
  266. height:40%;
  267. }
  268. .cms-news{
  269. width: 100%;
  270. list-style: none;
  271. margin: 0;
  272. padding: 0;
  273. }
  274. .cms-news li{
  275. width: 100%;
  276. height:30px;
  277. line-height: 30px;
  278. margin-top: 10px;
  279. font-size: 14px;
  280. font-family: Microsoft YaHei;
  281. font-weight: 400;
  282. color: #AAE0FC;
  283. text-indent: 10px;
  284. white-space: nowrap;
  285. overflow: hidden;
  286. text-overflow: ellipsis;
  287. cursor:pointer;
  288. }
  289. .cms-news li:nth-child(odd){
  290. background: #294658;
  291. }
  292. .cms-news li:nth-child(even){
  293. background: #003c5e;
  294. }
  295. .turnBtn{
  296. color:#64bfc1;
  297. width: 35px;
  298. height:35px;
  299. line-height: 35px;
  300. border-radius: 20px;
  301. background: #294658;
  302. position: absolute;
  303. z-index: 100;
  304. right:5px;
  305. font-size: 10px;
  306. box-shadow: 0 1px 10px 0 #5fb6e6;
  307. text-align: center;
  308. cursor: pointer;
  309. }
  310. .tzgg{
  311. overflow:auto;
  312. }
  313. .tzgg::-webkit-scrollbar {
  314. /*滚动条整体样式*/
  315. width : 3px; /*高宽分别对应横竖滚动条的尺寸*/
  316. height: 10px;
  317. }
  318. .tzgg::-webkit-scrollbar-thumb {
  319. /*滚动条里面小方块*/
  320. border-radius: 10px;
  321. box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
  322. background : #006397;
  323. }
  324. .tzgg::-webkit-scrollbar-track {
  325. /*滚动条里面轨道*/
  326. box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
  327. border-radius: 10px;
  328. background : #003c5e;
  329. }
  330. .el-carousel__button {
  331. display: block;
  332. opacity: .48;
  333. width: 10px !important;
  334. height: 10px !important;
  335. border-radius: 10px !important;
  336. }
  337. .mainContent-right-style a{
  338. width: 100%;
  339. height:100%;
  340. display: block;
  341. }
  342. .mainContent-right-style img{
  343. width: 100%;
  344. height:100%;
  345. }
  346. .titleCar{
  347. width: 100%;
  348. top:0;
  349. position: absolute;
  350. z-index:100;
  351. height:30px;
  352. line-height: 30px;
  353. text-align: center;
  354. color:#fff;
  355. font-size: 12px;
  356. font-weight: bold;
  357. white-space: nowrap;
  358. overflow: hidden;
  359. text-overflow: ellipsis;
  360. }
  361. .date-down{
  362. width: 202px;
  363. display: flex;
  364. background: #001C2E;
  365. box-shadow: 0px 0px 32px 0px rgba(131, 219, 255, 0.3);
  366. border-radius: 15px;
  367. margin-left: 20px;
  368. position: relative;
  369. cursor:pointer;
  370. }
  371. .date-down div:first-child{
  372. width: 50px;
  373. height:30px;
  374. border-right: 1px solid #002d49;
  375. border-bottom-left-radius: 15px;
  376. border-top-left-radius: 15px;
  377. font-size:12px;
  378. color:#01c3dc;
  379. text-align: center;
  380. line-height: 30px;
  381. }
  382. .date-down div:nth-child(2){
  383. width: 120px;
  384. height:30px;
  385. color:#01c3dc;
  386. text-align: center;
  387. line-height: 30px;
  388. font-size:12px;
  389. overflow:hidden;
  390. white-space: nowrap;
  391. text-overflow: ellipsis;
  392. -o-text-overflow:ellipsis;
  393. }
  394. .date-down div:nth-child(3){
  395. width: 30px;
  396. height:30px;
  397. border-bottom-right-radius: 15px;
  398. border-top-right-radius: 15px;
  399. border-left: 1px solid #002d49;
  400. font-size:16px;
  401. text-align: center;
  402. line-height: 30px;
  403. color: #01c3dc;
  404. }
  405. .date-down ul{
  406. width: 90%;
  407. overflow: auto;
  408. max-height: 300px;
  409. list-style: none;
  410. position: absolute;
  411. z-index:100;
  412. top:32px;
  413. left:5%;
  414. background: #001C2E;
  415. border:1px solid #07537b;
  416. scrollbar-color: #006397 #001C2E;
  417. }
  418. .date-down ul li{
  419. width: 100%;
  420. height:30px;
  421. line-height: 30px;
  422. border-bottom:1px solid #073a5e;
  423. color: #01c3dc;
  424. font-size: 12px;
  425. text-align: center;
  426. cursor:pointer;
  427. }
  428. .date-down ul li:hover{
  429. background: #07537b!important;
  430. color: #64b2ba !important;
  431. }
  432. .date-down ul::-webkit-scrollbar {
  433. /*滚动条整体样式*/
  434. width : 3px; /*高宽分别对应横竖滚动条的尺寸*/
  435. height: 10px;
  436. }
  437. .date-down ul::-webkit-scrollbar-thumb {
  438. /*滚动条里面小方块*/
  439. border-radius: 10px;
  440. box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
  441. background : #006397;
  442. }
  443. .date-down ul::-webkit-scrollbar-track {
  444. /*滚动条里面轨道*/
  445. box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
  446. border-radius: 10px;
  447. background : #003c5e;
  448. }
  449. video {
  450. object-fit:fill;
  451. width:100%;
  452. height:100%;
  453. }
  454. .line-data{
  455. overflow:hidden;
  456. white-space: nowrap;
  457. text-overflow: ellipsis;
  458. -o-text-overflow:ellipsis;
  459. }