bigScreen.css 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  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: 3px;
  128. height: 76%;
  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. margin-bottom: 3%;
  150. }
  151. .baseInfo .baseEquip .typeDot{
  152. display: inline-block;
  153. width: 6px;
  154. height: 6px;
  155. border-radius: 50%;
  156. }
  157. .cbd{
  158. background: #fff845;
  159. }
  160. .equipTotal{
  161. color: #71ff15;
  162. }
  163. .jk{
  164. background: #e419ff;
  165. }
  166. .bzy{
  167. background: #71ff15;
  168. }
  169. .qxz{
  170. background: #ff1616;
  171. }
  172. .baseInfo .baseEquip select{
  173. vertical-align: middle;
  174. background: transparent;
  175. border: none;
  176. color: #2eb0c4;
  177. appearance: none;
  178. -webkit-appearance: none;
  179. -moz-appearance: none;
  180. -ms-appearance: none;
  181. outline: none;
  182. background: url(../image/selectIcon.png) no-repeat scroll right center transparent;
  183. padding-right: 8%;
  184. width: inherit;
  185. padding: 0 1rem .375rem .5rem;
  186. margin-right: .375rem;
  187. }
  188. #box1 .equipTotal{
  189. cursor: pointer;
  190. text-align: right;
  191. }
  192. #box1 .equipTotal:hover{
  193. text-decoration:underline;
  194. }
  195. .baseInfo .baseEquip select option{
  196. line-height: 30px;
  197. }
  198. .baseInfo .baseEquip select::-ms-expand {
  199. display: none;
  200. }
  201. .baseInfo .baseEquip select option{
  202. background: #000;
  203. border: none;
  204. }
  205. .baseInfo .totalPosition{
  206. text-align: right;
  207. cursor: pointer;
  208. }
  209. /* 2框 */
  210. .cbdinfoBox{
  211. height: 90%;
  212. }
  213. .cbdinfoBox table{
  214. height: 100%;
  215. }
  216. .aroundfunctioneffect {
  217. width: 76px;
  218. width: 4vw;
  219. height: 76px;
  220. height: 4vw;
  221. margin: 0 auto;
  222. position: relative;
  223. }
  224. .circleeffectclass {
  225. border-radius: 50%;
  226. border: rgba(0,168,255,0.8) 1px solid;
  227. cursor: pointer;
  228. margin-bottom: 10px;
  229. }
  230. .arounddataeffect02 {
  231. animation: scrolleffectarround01 linear infinite 3.8s forwards;
  232. }
  233. .effectposition {
  234. position: absolute;
  235. width: 100%;
  236. }
  237. @keyframes scrolleffectarround01 {
  238. 0%{transfrom: rotate(0deg);}
  239. 25%{transform: rotate(-90deg);}
  240. 50%{transform: rotate(-180deg);}
  241. 75%{transform: rotate(-270deg);}
  242. 100%{transform: rotate(-360deg);}
  243. }
  244. .acrossremindeffectoutard {
  245. /* width: 60px;
  246. height: 60px;
  247. margin: 8px; */
  248. }
  249. .acrossremindeffectout {
  250. background-color: rgba(0,126,255,0.05);
  251. border-radius: 50%;
  252. }
  253. .acrossremindeffectout p{
  254. text-align: center;
  255. font-size: 1vw;
  256. color: #00ddff;
  257. /* line-height: 4.5vh; */
  258. padding: 1vh 0 0;
  259. }
  260. .acrossremindeffectout div{
  261. text-align: center;
  262. font-size: .3vw;
  263. }
  264. /* 3框 */
  265. .pestChart{
  266. height: 90%;
  267. }
  268. /* 4框 */
  269. .jkTitle{
  270. padding-left: 10px;
  271. border-left: 2px solid #fff700;
  272. font-size: 16px;
  273. color: #fff700;
  274. line-height: 28px;
  275. background: url(../image/jkTitleBj.png) no-repeat 0;
  276. letter-spacing: 1px;
  277. margin-bottom: 15px;
  278. }
  279. .flashDownDiv{
  280. text-align: center;
  281. }
  282. .jkinner{
  283. display: none;
  284. height: 90%;
  285. }
  286. .videobox{
  287. width: 100%;
  288. background: #000;
  289. height: 90%;
  290. }
  291. .jkctrlBox{
  292. background: rgb(59, 59, 59);
  293. height: 10%;
  294. }
  295. .jkctrlBox >div{
  296. text-align: right;
  297. padding: 1%;
  298. }
  299. .jkctrlBox >div img{
  300. cursor: pointer;
  301. margin-left: 3px;
  302. }
  303. /* 5框 */
  304. .bzyInfo{
  305. height: 90%;
  306. width: 90%;
  307. margin: 0 auto;
  308. }
  309. .bzyInfo >table{
  310. height: 100%;
  311. }
  312. .bzyItem >div{
  313. float: left;
  314. }
  315. .bzyItem .bzyStatusIcon{
  316. margin-top: 6%;
  317. margin-right: 4%;
  318. }
  319. .bzyItem .bzyStatusIcon img{
  320. /* width: 24px; */
  321. width: 1.2vw;
  322. /* height: 27px; */
  323. }
  324. .bzyItem .bzyStatus{
  325. line-height: 22px;
  326. }
  327. .bzyItem .bzyStatus p{
  328. font-size: 14px;
  329. color: #00ddff;
  330. font-size: .8vw;
  331. }
  332. /* 6框 */
  333. .bzyPhoto{
  334. height: 86%;
  335. }
  336. /* 图片框布局 */
  337. .photoLayout{
  338. height: 86%;
  339. }
  340. .photoLayout .photodiv{
  341. height: 100%;
  342. cursor: pointer;
  343. }
  344. .photoLayout .photodiv .photoitem{
  345. float: left;
  346. }
  347. .photoLayout .aloneDiv{
  348. width: 60%;
  349. background: #000;
  350. height: 100%;
  351. cursor: pointer;
  352. }
  353. .photoLayout .doubleDiv{
  354. width: 38%;
  355. height: 100%;
  356. }
  357. .photoLayout .cbdLayout{
  358. margin-left: 2%;
  359. }
  360. .photoLayout .bzyLayout{
  361. margin-right: 2%;
  362. }
  363. .photoLayout .doubleDiv >div{
  364. width: 100%;
  365. height: 49%;
  366. background: rgb(0, 0, 0);
  367. cursor: pointer;
  368. }
  369. .photoLayout .doubleDiv >div:nth-child(2){
  370. margin-top: 4%;
  371. }
  372. /* 8框 */
  373. .qxzinner{
  374. height: 80%;
  375. margin-top: 2%;
  376. }
  377. .qxzinner >div{
  378. float: left;
  379. }
  380. .qxzSwiper{
  381. width: 23%;
  382. }
  383. .qxzEcharts{
  384. width: 77%;
  385. height: 100%;
  386. }
  387. .qxzSwiper,.swiper-container{
  388. height: 100%;
  389. color: #2eb0c4;
  390. }
  391. .qxzItemInfo{
  392. display: inline-block;
  393. width: 60%;
  394. }
  395. .qxzItemInfo p{
  396. font-size: 18px;
  397. line-height: 30px;
  398. font-weight: 700;
  399. white-space: nowrap;
  400. overflow: hidden;
  401. text-overflow: ellipsis;
  402. }
  403. .qxzSwiper{
  404. cursor: pointer;
  405. }
  406. .swiper-slide-active .qxzItemInfo{
  407. color: #f6ee0b;
  408. }
  409. /* div.swiper-button-next{
  410. right: 50%;
  411. bottom: 11px;
  412. width: 32px;
  413. height: 32px;
  414. top: auto;
  415. margin-right: -12px;
  416. }
  417. div.swiper-button-prev{
  418. left: 50%;
  419. width: 32px;
  420. height:32px;
  421. top: 26px;
  422. margin-left: -12px;
  423. }
  424. div.swiper-button-next{
  425. background-image: url(../image/arrowsNext.png);
  426. background-size: 32px 32px;
  427. }
  428. div.swiper-button-prev{
  429. background-image: url(../image/arrowsPrev.png);
  430. background-size: 32px 32px;
  431. } */
  432. /* load */
  433. #load {
  434. width: 100%;
  435. height: 100%;
  436. position: absolute;
  437. background: url(../imgs/data08.png) no-repeat #061537;
  438. background-size: cover;
  439. top: 0;
  440. left: 0;
  441. z-index: 999;
  442. }
  443. #load .load_img {
  444. position: absolute;
  445. left: calc(50% - 182px);
  446. top: calc(50% - 182px);
  447. }
  448. .load_img img {
  449. position: absolute;
  450. left: 0;
  451. top: 0;
  452. }
  453. .load_img .jzxz1 {
  454. animation: xz1 8s infinite linear;
  455. }
  456. @keyframes xz1 {
  457. from {
  458. transform: rotate(0deg);
  459. }
  460. 50% {
  461. transform: rotate(180deg);
  462. }
  463. to {
  464. transform: rotate(360deg);
  465. }
  466. }
  467. .load_img .jzxz2 {
  468. animation: xz2 7s infinite linear;
  469. }
  470. @keyframes xz2 {
  471. from {
  472. transform: rotate(0deg);
  473. }
  474. 50% {
  475. transform: rotate(-180deg);
  476. }
  477. to {
  478. transform: rotate(-360deg);
  479. }
  480. }
  481. /* layui样式覆盖 */
  482. div.layui-layer-dialog .layui-layer-content{
  483. /* color: #000; */
  484. }
  485. body .layer-test{background: none; box-shadow: none;}