html, body { width: 100%; height: 100%; margin: 0; padding: 0; color: #fff; font-family: 'Alibaba PuHuiTi R', serif; } ::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-track-piece { background-color: #0d2225; -webkit-border-radius: 6px; } ::-webkit-scrollbar-thumb:vertical { height: 5px; background-color: #0d2225; -webkit-border-radius: 6px; } ::-webkit-scrollbar-thumb:horizontal { width: 5px; background-color: #0d2225; -webkit-border-radius: 6px; } .layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-mend, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] { border-width: 1px; border-style: solid; border-color: transparent; } .layui-table { width: 100%; margin: 10px 0; background-color: transparent; color: white; } .layui-table-click, .layui-table-hover, .layui-table[lay-even] tbody tr:nth-child(even) { background-color: transparent; } /* 表格头部背景色 */ th { color: #fff; font-weight: bold } .layui-table-header table thead{ background: linear-gradient( 90deg, rgba(62,217,197,0) 0%, #2D998B 50%, rgba(62,217,197,0) 100%); } /*鼠标指向表格时,奇数行背景颜色*/ .layui-table tbody tr:hover, .layui-table-hover { /* background-color: #19b0b9; */ background: linear-gradient( 90deg, rgba(62,217,197,0) 0%, #2D998B 50%, rgba(62,217,197,0) 100%); } .layui-laypage .layui-laypage-curr .layui-laypage-em { background-color: #278178; } .layui-laypage a:hover { color: #278178; } .layui-laypage .layui-laypage-skip { color: #3ACAB8; } .layui-laypage-count{ color:#278178; } .layui-laypage button, .layui-laypage input { background-color: transparent; border: #278178 1px solid; color: #278178; } .layui-table-view select[lay-ignore] { background-color: transparent; border: #278178 1px solid; color: #278178; } .layui-table-page .layui-laypage span { color: #278178; } .layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span.layui-laypage-curr { color: #278178; } /**公共类**/ .layout{ display: flex; align-items: center; justify-content: space-between; } .layout-vertical{ display: flex; flex-direction: column; align-items: center; justify-content: space-between; } .background-img{ width: 100%; height: 100%; padding: 5% 2% 2% 2%; box-sizing: border-box; background-position: center center !important; flex-direction: column; justify-content: space-between; background-repeat: no-repeat; background-size: 100% 100%; } .right-down .background-img:nth-child(1){ padding: 4% 2% 2% 2%; } /*.right .background-img:nth-child(2){*/ /* padding: 3% 1% 1% 1%;*/ /*}*/ .Weather-img{ width: 100%; height: 100%; box-sizing: border-box; background-position: center center !important; flex-direction: column; justify-content: space-between; background-repeat: no-repeat; background-size: 100% 100%; } /**主体部分**/ .large-frame{ width: 100%; height: 100%; justify-content: space-evenly; } .left{ width: 40%; height: 99%; } .middle{ width: 58%; height: 99%; flex-direction: column; justify-content: space-between; } .right{ width: 24%; height: 99%; flex-direction: column; justify-content: space-between; } .left-down{ width: 100%; height: 50%; } .right-down{ width: 100%; height: 100%; } .left-under{ width: 100%; height: 100%; } .button-style{ color: #298B83; border: #278178 1px solid; padding: 4px 9px; margin-left: 10px; } .left-under .layout:nth-child(1){ justify-content: flex-start; } .state-box{ width: 100%; height: 20%; display: flex; align-items: center; justify-content: flex-end; } .state{ display: flex; width: 4.5%; height: 25%; align-items: center; margin-left: 3%; background-position: center center !important; flex-direction: column; justify-content: space-between; background-repeat: no-repeat; background-size: 100% 100%; } .state-box .state:nth-child(1) { background-image: url("../../img/consQuality/QualityInspection2.png"); } .state-box .state:nth-child(3) { background-image: url("../../img/consQuality/QualityInspection1.png"); } .state-box .state:nth-child(5) { background-image: url("../../img/consQuality/QualityInspection3.png"); } .state-box .state:nth-child(2) { border: #e24e3b 1px solid; color: #e24e3b; } .monitor-data { width: 28%; height: 83%; flex-direction: column; justify-content: space-around; } .environment{ overflow: auto; width: 100%; height: 80%; } #map { width: 100%; height: 100%; } /* 弹出框样式 */ #popup { display: none; position: absolute; top: 50px; left: 50px; background-color: #fff; padding: 20px; border: 1px solid #000; } #popup { display: none; } .left-down-left{ width: 100%; height: 15%; } .left-down-down{ width: 100%; height: 85%; } .layui-layer-dialog .layui-layer-content { color: #000; } ul li { list-style: none; } .drawing-panel { position: fixed; bottom: 41.5rem; margin-left: -49rem; padding: 1rem 1rem; border-radius: .25rem; /*background-color: #fff;*/ /*box-shadow: 0 2px 6px 0 rgba(27, 142, 236, 0.5);*/ } .btn { width: 105px; height: 30px; float: left; background-color: #fff; color: rgba(27, 142, 236, 1); font-size: 14px; border:1px solid rgba(27, 142, 236, 1); border-radius: 5px; margin: 0 5px; text-align: center; line-height: 30px; } .btn:hover { background-color: rgba(27, 142, 236, 0.8); color: #fff; }