bigScreen.css 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  1. /* 清除浮动 */
  2. .clearfix:after {
  3. content: ".";
  4. display: block;
  5. height: 0;
  6. clear: both;
  7. visibility: hidden;
  8. }
  9. .clearfix {
  10. display: block;
  11. }
  12. table {
  13. width: 100%;
  14. }
  15. html,
  16. body {
  17. width: 100%;
  18. height: 100%;
  19. background: url(../image/bj.jpg) no-repeat center;
  20. background-size: cover;
  21. color:#eee;
  22. }
  23. /* 天气 */
  24. .weatherBox{
  25. position: fixed;
  26. padding: 10px;
  27. line-height: 22px;
  28. }
  29. .weatherInner >div{
  30. float: left;
  31. }
  32. .weathericon{
  33. margin-top: 6%;
  34. }
  35. .weatherInner .weatherval{
  36. font-size: 14px;
  37. margin: 0 10px;
  38. }
  39. /* 标题栏 */
  40. .Hometitlebox >div{
  41. /* padding-top: 35px; */
  42. background: url(../image/Hometitlebox.png) no-repeat center;
  43. background-size: 100%;
  44. height: 107px;
  45. }
  46. /* 内容展示 */
  47. #box1 {
  48. top: 12vh;
  49. left: 2vw;
  50. height: 26vh;
  51. }
  52. #box2 {
  53. top: 40vh;
  54. left: 2vw;
  55. height: 26vh;
  56. }
  57. #box3 {
  58. top: 68vh;
  59. left: 2VW;
  60. height: 30vh;
  61. }
  62. #box4 {
  63. top: 12vh;
  64. left: 27vw;
  65. height: 54vh;
  66. width: 46vw;
  67. }
  68. #box5 {
  69. top: 12vh;
  70. right: 2VW;
  71. height: 26vh;
  72. }
  73. #box6 {
  74. top: 40vh;
  75. right: 2vw;
  76. height: 26vh;
  77. }
  78. #box7 {
  79. top: 68vh;
  80. right: 2VW;
  81. height: 30vh;
  82. }
  83. #box8 {
  84. bottom: 2vh;
  85. left: 27vw;
  86. height: 30vh;
  87. width: 46vw;
  88. }
  89. .boxPlace {
  90. position: absolute;
  91. color: White;
  92. z-index: 99;
  93. width: 24vw;
  94. background: rgba(7, 17, 27, 0.7);
  95. }
  96. .topboxBj{
  97. background: url(../image/topboxBj.png) no-repeat center;
  98. background-size: 100% 100%;
  99. }
  100. .downboxbj{
  101. background: url(../image/downboxbj.png) no-repeat center;
  102. background-size: 100% 100%;
  103. }
  104. .jkBj{
  105. background: url(../image/jkbj.png) no-repeat center;
  106. background-size: 100% 100%;
  107. }
  108. .downbijboxbj{
  109. background: url(../image/downbijboxbj.png) no-repeat center;
  110. background-size: 100% 100%;
  111. }
  112. /* 小框标题 */
  113. .txtTitle{
  114. background: url(../image/txtTitle.png) no-repeat 3px;
  115. padding-left: 25px;
  116. line-height: 30px;
  117. color: #45eef8;
  118. }
  119. .boxPlace .boxinner{
  120. box-sizing: border-box;
  121. width: 100%;
  122. height: 100%;
  123. padding: 15px 15px;
  124. }
  125. /* 1框 */
  126. .baseInfo{
  127. margin-top: 13px;
  128. height: 80%;
  129. }
  130. .baseInfo >div{
  131. float: left;
  132. }
  133. .baseInfo .baseImg{
  134. width: 54%;
  135. height: 100%;
  136. margin-right: 1%;
  137. }
  138. .baseInfo .baseImg img{
  139. width: 96%;
  140. padding-left: 5px;
  141. height: 96%;
  142. }
  143. .baseInfo .baseEquip{
  144. width: 45%;
  145. height: 100%;
  146. }
  147. .baseInfo .baseEquip >div{
  148. height: 18%;
  149. }
  150. .baseInfo .baseEquip .typeDot{
  151. display: inline-block;
  152. width: 6px;
  153. height: 6px;
  154. border-radius: 50%;
  155. }
  156. .cbd{
  157. background: #fff845;
  158. }
  159. .equipTotal{
  160. color: #71ff15;
  161. }
  162. .jk{
  163. background: #e419ff;
  164. }
  165. .bzy{
  166. background: #71ff15;
  167. }
  168. .qxz{
  169. background: #ff1616;
  170. }
  171. .baseInfo .baseEquip select{
  172. vertical-align: middle;
  173. background: transparent;
  174. border: none;
  175. color: #2eb0c4;
  176. appearance: none;
  177. -webkit-appearance: none;
  178. -moz-appearance: none;
  179. -ms-appearance: none;
  180. outline: none;
  181. background: url(../image/selectIcon.png) no-repeat scroll right center transparent;
  182. padding-right: 8%;
  183. width: inherit;
  184. padding: 0 1rem .375rem .5rem;
  185. margin-right: .375rem;
  186. }
  187. .baseInfo .baseEquip .equipTotal{
  188. cursor: pointer;
  189. }
  190. .baseInfo .baseEquip .equipTotal:hover{
  191. text-decoration:underline;
  192. }
  193. .baseInfo .baseEquip select option{
  194. line-height: 30px;
  195. }
  196. .baseInfo .baseEquip select::-ms-expand {
  197. display: none;
  198. }
  199. .baseInfo .baseEquip select option{
  200. background: #000;
  201. border: none;
  202. }
  203. .baseInfo .totalPosition{
  204. text-align: right;
  205. cursor: pointer;
  206. }
  207. /* 2框 */
  208. .cbdinfoBox{
  209. height: 90%;
  210. }
  211. .cbdinfoBox table{
  212. height: 100%;
  213. }
  214. .aroundfunctioneffect {
  215. width: 76px;
  216. width: 4vw;
  217. height: 76px;
  218. height: 4vw;
  219. margin: 0 auto;
  220. position: relative;
  221. }
  222. .circleeffectclass {
  223. border-radius: 50%;
  224. border: rgba(0,168,255,0.8) 1px solid;
  225. cursor: pointer;
  226. margin-bottom: 10px;
  227. }
  228. .arounddataeffect02 {
  229. animation: scrolleffectarround01 linear infinite 3.8s forwards;
  230. }
  231. .effectposition {
  232. position: absolute;
  233. width: 100%;
  234. }
  235. @keyframes scrolleffectarround01 {
  236. 0%{transfrom: rotate(0deg);}
  237. 25%{transform: rotate(-90deg);}
  238. 50%{transform: rotate(-180deg);}
  239. 75%{transform: rotate(-270deg);}
  240. 100%{transform: rotate(-360deg);}
  241. }
  242. .acrossremindeffectoutard {
  243. /* width: 60px;
  244. height: 60px;
  245. margin: 8px; */
  246. }
  247. .acrossremindeffectout {
  248. background-color: rgba(0,126,255,0.05);
  249. border-radius: 50%;
  250. }
  251. .acrossremindeffectout p{
  252. text-align: center;
  253. font-size: 1vw;
  254. color: #00ddff;
  255. /* line-height: 4.5vh; */
  256. padding: 1vh 0 0;
  257. }
  258. .acrossremindeffectout div{
  259. text-align: center;
  260. font-size: .3vw;
  261. }
  262. /* 3框 */
  263. .pestChart{
  264. height: 90%;
  265. }
  266. /* 4框 */
  267. .jkTitle{
  268. padding-left: 10px;
  269. border-left: 2px solid #fff700;
  270. font-size: 16px;
  271. color: #fff700;
  272. line-height: 28px;
  273. background: url(../image/jkTitleBj.png) no-repeat 0;
  274. letter-spacing: 1px;
  275. margin-bottom: 15px;
  276. }
  277. .flashDownDiv{
  278. text-align: center;
  279. }
  280. .jkinner{
  281. display: none;
  282. height: 90%;
  283. }
  284. .videobox{
  285. width: 100%;
  286. background: #000;
  287. height: 90%;
  288. }
  289. .jkctrlBox{
  290. background: rgb(59, 59, 59);
  291. height: 10%;
  292. }
  293. .jkctrlBox >div{
  294. text-align: right;
  295. padding: 1%;
  296. }
  297. .jkctrlBox >div img{
  298. cursor: pointer;
  299. margin-left: 3px;
  300. }
  301. /* 5框 */
  302. .bzyInfo{
  303. height: 90%;
  304. width: 90%;
  305. margin: 0 auto;
  306. }
  307. .bzyInfo >table{
  308. height: 100%;
  309. }
  310. .bzyItem >div{
  311. float: left;
  312. }
  313. .bzyItem .bzyStatusIcon{
  314. margin-top: 6%;
  315. margin-right: 4%;
  316. }
  317. .bzyItem .bzyStatusIcon img{
  318. /* width: 24px; */
  319. width: 1.2vw;
  320. /* height: 27px; */
  321. }
  322. .bzyItem .bzyStatus{
  323. line-height: 22px;
  324. }
  325. .bzyItem .bzyStatus p{
  326. font-size: 14px;
  327. color: #00ddff;
  328. font-size: .8vw;
  329. }
  330. /* 6框 */
  331. .bzyPhoto{
  332. height: 86%;
  333. }
  334. /* 图片框布局 */
  335. .photoLayout{
  336. height: 86%;
  337. }
  338. .photoLayout .photodiv{
  339. height: 100%;
  340. cursor: pointer;
  341. }
  342. .photoLayout .photodiv .photoitem{
  343. float: left;
  344. }
  345. .photoLayout .aloneDiv{
  346. width: 60%;
  347. background: #000;
  348. height: 100%;
  349. cursor: pointer;
  350. }
  351. .photoLayout .doubleDiv{
  352. width: 38%;
  353. height: 100%;
  354. }
  355. .photoLayout .cbdLayout{
  356. margin-left: 2%;
  357. }
  358. .photoLayout .bzyLayout{
  359. margin-right: 2%;
  360. }
  361. .photoLayout .doubleDiv >div{
  362. width: 100%;
  363. height: 49%;
  364. background: rgb(0, 0, 0);
  365. cursor: pointer;
  366. }
  367. .photoLayout .doubleDiv >div:nth-child(2){
  368. margin-top: 4%;
  369. }
  370. /* 8框 */
  371. .qxzinner{
  372. height: 80%;
  373. margin-top: 2%;
  374. }
  375. .qxzinner >div{
  376. float: left;
  377. }
  378. .qxzSwiper{
  379. width: 23%;
  380. }
  381. .qxzEcharts{
  382. width: 77%;
  383. height: 100%;
  384. }
  385. .qxzSwiper,.swiper-container{
  386. height: 100%;
  387. color: #2eb0c4;
  388. }
  389. .qxzItemInfo{
  390. display: inline-block;
  391. width: 60%;
  392. }
  393. .qxzItemInfo p{
  394. font-size: 18px;
  395. line-height: 30px;
  396. font-weight: 700;
  397. white-space: nowrap;
  398. overflow: hidden;
  399. text-overflow: ellipsis;
  400. }
  401. .qxzSwiper{
  402. cursor: pointer;
  403. }
  404. .swiper-slide-active .qxzItemInfo{
  405. color: #f6ee0b;
  406. }
  407. /* div.swiper-button-next{
  408. right: 50%;
  409. bottom: 11px;
  410. width: 32px;
  411. height: 32px;
  412. top: auto;
  413. margin-right: -12px;
  414. }
  415. div.swiper-button-prev{
  416. left: 50%;
  417. width: 32px;
  418. height:32px;
  419. top: 26px;
  420. margin-left: -12px;
  421. }
  422. div.swiper-button-next{
  423. background-image: url(../image/arrowsNext.png);
  424. background-size: 32px 32px;
  425. }
  426. div.swiper-button-prev{
  427. background-image: url(../image/arrowsPrev.png);
  428. background-size: 32px 32px;
  429. } */
  430. /* load */
  431. #load {
  432. width: 100%;
  433. height: 100%;
  434. position: absolute;
  435. background: url(../imgs/data08.png) no-repeat #061537;
  436. background-size: cover;
  437. top: 0;
  438. left: 0;
  439. z-index: 999;
  440. }
  441. #load .load_img {
  442. position: absolute;
  443. left: calc(50% - 182px);
  444. top: calc(50% - 182px);
  445. }
  446. .load_img img {
  447. position: absolute;
  448. left: 0;
  449. top: 0;
  450. }
  451. .load_img .jzxz1 {
  452. animation: xz1 8s infinite linear;
  453. }
  454. @keyframes xz1 {
  455. from {
  456. transform: rotate(0deg);
  457. }
  458. 50% {
  459. transform: rotate(180deg);
  460. }
  461. to {
  462. transform: rotate(360deg);
  463. }
  464. }
  465. .load_img .jzxz2 {
  466. animation: xz2 7s infinite linear;
  467. }
  468. @keyframes xz2 {
  469. from {
  470. transform: rotate(0deg);
  471. }
  472. 50% {
  473. transform: rotate(-180deg);
  474. }
  475. to {
  476. transform: rotate(-360deg);
  477. }
  478. }
  479. /* layui样式覆盖 */
  480. div.layui-layer-dialog .layui-layer-content{
  481. color: #000;
  482. }
  483. body .layer-test{background: none; box-shadow: none;}