307 lines
5.8 KiB
CSS
307 lines
5.8 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;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.layui-table {
|
|
width: 100%;
|
|
margin: 10px 0;
|
|
background-color: transparent;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
|
|
/* 表格头部背景色 */
|
|
th {
|
|
color: #FFFFFF;
|
|
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-layer-setwin span{
|
|
color: #FFFFFF;
|
|
}
|
|
.layui-laypage .layui-laypage-skip {
|
|
color: #3ACAB8;
|
|
}
|
|
|
|
.layui-laypage-count{
|
|
color:#278178;
|
|
}
|
|
.layui-table-cell {
|
|
color: #FFFFFF;
|
|
}
|
|
.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: 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 .background-img:nth-child(1){
|
|
padding: 2.5% 1% 1% 1%;
|
|
}
|
|
|
|
.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: 22%;
|
|
height: 99%;
|
|
}
|
|
|
|
.right{
|
|
width: 75%;
|
|
height: 99%;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
|
|
}
|
|
.left-down{
|
|
width: 100%;
|
|
height: 50%;
|
|
}
|
|
|
|
.right-down{
|
|
width: 100%;
|
|
height: 50%;
|
|
}
|
|
|
|
.left-under{
|
|
width: 100%;
|
|
height: 48%;
|
|
}
|
|
|
|
.button-style{
|
|
color: #298B83;
|
|
border: #278178 1px solid;
|
|
padding: 4px 9px;
|
|
margin-left: 10px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.monitor-icon {
|
|
width: 100%;
|
|
height: 60%;
|
|
background: url("../../img/consQuality/QualityInspection-1.png") no-repeat 0 0 / 100% 100%;
|
|
background-position: center center !important;
|
|
background-size: initial;
|
|
}
|
|
|
|
.environment{
|
|
overflow: auto;
|
|
width: 100%;
|
|
height: 80%;
|
|
|
|
}
|
|
|
|
#divDialog{
|
|
width: 100%;
|
|
/*height: 500px;*/
|
|
/*// background-color: #fff;*/
|
|
color: #FFFFFF;
|
|
position: relative;
|
|
}
|
|
/*
|
|
#divDialog.shuiYin {
|
|
position: relative;
|
|
width: 300px;
|
|
height: 200px;
|
|
border: 1px solid #000;
|
|
overflow: hidden;
|
|
} */
|
|
|
|
#divDialog::before {
|
|
/* content: "大大的水印"; */
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
pointer-events: none;
|
|
z-index: 9999;
|
|
color: rgba(0, 0, 0, 0.1);
|
|
font-size: 3rem;
|
|
text-align: center;
|
|
line-height: 100vh;
|
|
transform: rotate(-30deg);
|
|
filter:brightness(0.1);
|
|
}
|
|
|
|
|
|
#deviceName{
|
|
color: #FFFFFF;
|
|
}
|
|
#ID-laydate-start-date-1{
|
|
color:#FFFFFF;
|
|
}#ID-laydate-end-date-1{
|
|
color:#FFFFFF;
|
|
}
|
|
table{
|
|
color:#FFFFFF;
|
|
}
|
|
|
|
|
|
body .my-skin.child-skin {
|
|
background: url("../../img/video/child-back.png") no-repeat 0 0/100% 100% transparent;
|
|
}
|
|
|
|
|