ah_jjzhgd_webscreen/css/operEnvironment/operEnvironment.css

505 lines
11 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 {
background-color: #184B49; /* MediumSeaGreen */
color: #fff;
font-weight: bold
}
/*鼠标指向表格时,奇数行背景颜色*/
.layui-table tbody tr:hover, .layui-table-hover {
background-color: #19b0b9;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
background-color: #184B49;
}
.layui-laypage a:hover {
color: #184B49;
}
.layui-laypage .layui-laypage-skip {
color: #16534c;
}
.layui-laypage-count{
color:#184B49;
}
.layui-laypage button, .layui-laypage input {
background-color: transparent;
border: #184B49 1px solid;
color: #184B49;
}
.layui-table-view select[lay-ignore] {
background-color: transparent;
border: #184B49 1px solid;
color: #184B49;
}
.layui-table-page .layui-laypage span {
color: #184B49;
}
.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span.layui-laypage-curr {
color: #184B49;
}
/**公共类**/
.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: 5% 2% 2% 2%;
}
.right-under-right .background-img:nth-child(1){
padding: 5% 2% 2% 2%;
}
.right-down .background-img:nth-child(1){
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: 22%;
height: 99%;
}
.right{
width: 75%;
height: 99%;
flex-direction: column;
justify-content: space-between;
}
.left-down{
width: 100%;
height: 52%;
}
.right-down{
width: 100%;
height: 52%;
}
.left-under{
width: 100%;
height: 46%;
}
.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;
}
.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;
}
.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: 45%;
/*border: #591212 1px solid;*/
}
.right-down-left{
width: 20%;
height: 100%;
overflow: auto;
}
.right-down-right{
width: 80%;
height: 100%;
overflow: auto;
}