638 lines
14 KiB
CSS
638 lines
14 KiB
CSS
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;
|
|
}
|
|
|
|
/* 表格头部背景色 */
|
|
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: #3acab8;
|
|
}
|
|
|
|
.layui-laypage a:hover {
|
|
color: #3acab8;
|
|
}
|
|
|
|
.layui-laypage .layui-laypage-skip {
|
|
color: #3acab8;
|
|
}
|
|
|
|
.layui-laypage-count {
|
|
color: #3acab8;
|
|
}
|
|
|
|
.layui-laypage button,
|
|
.layui-laypage input {
|
|
background-color: transparent;
|
|
border: #3acab8 1px solid;
|
|
color: #3acab8;
|
|
}
|
|
|
|
.layui-table-view select[lay-ignore] {
|
|
background-color: transparent;
|
|
border: #3acab8 1px solid;
|
|
color: #3acab8;
|
|
}
|
|
|
|
.layui-table-page .layui-laypage span {
|
|
color: #3acab8;
|
|
}
|
|
|
|
.layui-table-page .layui-laypage a,
|
|
.layui-table-page .layui-laypage span.layui-laypage-curr {
|
|
color: #3acab8;
|
|
}
|
|
|
|
/**公共类**/
|
|
.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: 9% 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-under-left .background-img:nth-child(1) {
|
|
padding: 0% 2% 2% 2%;
|
|
}
|
|
|
|
.right-under-right .background-img:nth-child(1) {
|
|
padding: 0% 2% 2% 2%;
|
|
}
|
|
|
|
.right-down .background-img:nth-child(1) {
|
|
/* padding: 0% 1% 1% 1%; */
|
|
padding: 0;
|
|
}
|
|
|
|
.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: 99%;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.left {
|
|
width: 23.9%;
|
|
height: 99%;
|
|
padding-top: 0.85% !important;
|
|
padding-left: 0.85% !important;
|
|
}
|
|
|
|
.right {
|
|
width: 75%;
|
|
height: 99%;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
padding-top: 0.85% !important;
|
|
padding-right: 0.85% !important;
|
|
}
|
|
|
|
.left-down {
|
|
width: 100%;
|
|
height: 49.3%;
|
|
}
|
|
|
|
.right-down {
|
|
width: 100%;
|
|
height: 49.3%;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.left-under {
|
|
width: 100%;
|
|
height: 49.3%;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.right-under-left {
|
|
width: 49.5%;
|
|
height: 100%;
|
|
}
|
|
|
|
.right-under-right {
|
|
width: 49.5%;
|
|
height: 100%;
|
|
}
|
|
|
|
.Weather-layout {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.Weather-down {
|
|
width: 100%;
|
|
height: 55%;
|
|
display: flex;
|
|
/*border: #0a84ff 1px solid;*/
|
|
}
|
|
|
|
.weather-down-left {
|
|
width: 55%;
|
|
height: 100%;
|
|
padding: 11% 0 0 15%;
|
|
box-sizing: border-box;
|
|
background-position: center center !important;
|
|
}
|
|
|
|
.substance {
|
|
display: flex;
|
|
width: 80%;
|
|
height: 50%;
|
|
padding-top: 8%;
|
|
}
|
|
|
|
.substance1 {
|
|
width: 33%;
|
|
height: 50%;
|
|
box-sizing: border-box;
|
|
background-position: center center !important;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.substance2 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-left: 7%;
|
|
}
|
|
|
|
.substance3 {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 100%;
|
|
/* padding-top: 8%; */
|
|
justify-content: center;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.substance4 {
|
|
width: 17%;
|
|
height: 48%;
|
|
box-sizing: border-box;
|
|
background-position: center center !important;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.substance5 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-left: 7%;
|
|
}
|
|
|
|
.weather-down-right {
|
|
display: flex;
|
|
width: 45%;
|
|
height: 100%;
|
|
flex-direction: column;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.weather-box {
|
|
width: 78%;
|
|
height: 24%;
|
|
border: #00fff4 1px solid;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.state-box {
|
|
width: 100%;
|
|
height: 20%;
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
align-items: center;
|
|
}
|
|
|
|
.state {
|
|
display: flex;
|
|
width: 15%;
|
|
height: 41%;
|
|
margin-right: 5%;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.state-box .state:nth-child(1) {
|
|
border: #00fff4 1px solid;
|
|
color: #00fff4;
|
|
}
|
|
|
|
.state-box .state:nth-child(2) {
|
|
border: #e24e3b 1px solid;
|
|
color: #e24e3b;
|
|
}
|
|
|
|
#flex-Box {
|
|
width: 100%;
|
|
height: 75%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.monitor-item {
|
|
width: 30%;
|
|
height: 105px;
|
|
margin-bottom: 10px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
}
|
|
|
|
.monitor-item p:nth-child(1) span:nth-child(1) {
|
|
font-size: 24px;
|
|
color: #79ffffff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.monitor-item p:nth-child(1) span:nth-child(2) {
|
|
margin-left: 5px;
|
|
color: #79ffffff;
|
|
}
|
|
|
|
.item-icon {
|
|
width: 100%;
|
|
height: 60%;
|
|
background: url("../../img/index/pm10.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.redColor {
|
|
color: red !important;
|
|
}
|
|
|
|
.monitor-data {
|
|
width: 28%;
|
|
height: 83%;
|
|
/* margin-top: 3%; */
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.monitor-data p:nth-child(1) span:nth-child(1) {
|
|
font-size: 24px;
|
|
color: #79ffffff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.monitor-data p:nth-child(1) span:nth-child(2) {
|
|
margin-left: 5px;
|
|
color: #79ffffff;
|
|
}
|
|
|
|
.monitor-icon {
|
|
width: 100%;
|
|
height: 60%;
|
|
}
|
|
|
|
.left-under .layout .monitor-data.wd .monitor-icon {
|
|
background: url("../../img/index/wd.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.left-under .layout .monitor-data.sd .monitor-icon {
|
|
background: url("../../img/index/sd.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
#logo {
|
|
background: url("../../img/index/sd.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.left-under .layout .monitor-data.zs .monitor-icon {
|
|
background: url("../../img/index/zs.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.left-under .layout .monitor-data.gz .monitor-icon {
|
|
background: url("../../img/index/gz.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.left-under .layout .monitor-data.pm2 .monitor-icon {
|
|
background: url("../../img/index/pm2.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.left-under .layout .monitor-data.pm10 .monitor-icon {
|
|
background: url("../../img/index/pm10.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.left-under .layout .monitor-data.ryht .monitor-icon {
|
|
background: url("../../img/operEnvironment/eyht.png") no-repeat 0 0 / 100%
|
|
100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.left-under .layout .monitor-data.krqt .monitor-icon {
|
|
background: url("../../img/operEnvironment/krqt.png") no-repeat 0 0 / 100%
|
|
100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.left-under .layout .monitor-data.hyl .monitor-icon {
|
|
background: url("../../img/operEnvironment/hyl.png") no-repeat 0 0 / 100%
|
|
100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.left-under .layout .monitor-data.lhq .monitor-icon {
|
|
background: url("../../img/operEnvironment/lhq.png") no-repeat 0 0 / 100%
|
|
100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.environment {
|
|
overflow: auto;
|
|
width: 100%;
|
|
height: 60%;
|
|
/*display: flex;*/
|
|
/*flex-direction: column;*/
|
|
/*justify-content: space-between;*/
|
|
/*align-items: center;*/
|
|
}
|
|
|
|
.layui-layer-dialog .layui-layer-content {
|
|
color: #000;
|
|
}
|
|
|
|
.environments {
|
|
overflow: auto;
|
|
width: 100%;
|
|
height: 60%;
|
|
/*display: flex;*/
|
|
/*flex-direction: column;*/
|
|
/*justify-content: space-between;*/
|
|
/*align-items: center;*/
|
|
}
|
|
|
|
.environment-equipment {
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.right-down-left .environment-equipment:nth-child(1) {
|
|
background: url("../../img/operEnvironment/daylightDisplacement-abnormal.png")
|
|
no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.right-down-left .environment-equipment:nth-child(2) {
|
|
background: url("../../img/operEnvironment/daylightDisplacement-abnormal.png")
|
|
no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.environment .environment-equipment:nth-child(1) {
|
|
background: url("../../img/operEnvironment/LimitedMonitoring-abnormal.png")
|
|
no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.environment .environment-equipment:nth-child(2) {
|
|
background: url("../../img/operEnvironment/LimitedMonitoring-abnormal.png")
|
|
no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.environment .environment-equipment:nth-child(3) {
|
|
background: url("../../img/operEnvironment/LimitedMonitoring-abnormal.png")
|
|
no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.environment .environment-equipment:nth-child(4) {
|
|
background: url("../../img/operEnvironment/LimitedMonitoring-abnormal.png")
|
|
no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.environments .environment-equipment:nth-child(1) {
|
|
background: url("../../img/operEnvironment/LimitedMonitoring-abnormal.png")
|
|
no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.environments .environment-equipment:nth-child(2) {
|
|
background: url("../../img/operEnvironment/LimitedMonitoring-abnormal.png")
|
|
no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.environments .environment-equipment:nth-child(3) {
|
|
background: url("../../img/operEnvironment/LimitedMonitoring-abnormal.png")
|
|
no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.environments .environment-equipment:nth-child(4) {
|
|
background: url("../../img/operEnvironment/LimitedMonitoring-abnormal.png")
|
|
no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.Weather-under {
|
|
width: 100%;
|
|
height: 50%;
|
|
/*border: #591212 1px solid;*/
|
|
}
|
|
|
|
.right-down-left {
|
|
width: 35%;
|
|
/*height: 35%;*/
|
|
}
|
|
|
|
.right-down-right {
|
|
width: 100%;
|
|
height: 80%;
|
|
/* overflow: auto; */
|
|
}
|
|
|
|
.right-down-left .item,
|
|
.environment .item,
|
|
.environments .item {
|
|
width: 140px;
|
|
height: 120px;
|
|
flex-direction: column;
|
|
justify-content: space-evenly;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.right-down-left,
|
|
.environment,
|
|
.environments {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.backData {
|
|
width: 100%;
|
|
height: 40px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#zhsh {
|
|
width: 49.3%;
|
|
height: 100%;
|
|
background: url("../../img/operEnvironment/zhsh.png") no-repeat 0 0 / 100%
|
|
100%;
|
|
background-position: center center !important;
|
|
}
|
|
|
|
#zhsh-table-box {
|
|
width: 98%;
|
|
height: 100%;
|
|
padding: 8% 0 0 0;
|
|
box-sizing: border-box;
|
|
margin: 0 1%;
|
|
}
|
|
|
|
body .my-skin.child-skin {
|
|
background: url("../../img/video/child-back.png") no-repeat 0 0/100% 100%
|
|
transparent;
|
|
}
|