ah_jjzhgd_webscreen/css/accessMge/accessMge.css

256 lines
3.6 KiB
CSS
Raw Normal View History

2024-04-01 19:49:28 +08:00
html,
body {
2024-06-13 17:23:19 +08:00
width: 100%;
height: 100%;
margin: 0;
padding: 0;
color: #fff;
font-family: 'Alibaba PuHuiTi R';
2024-04-01 19:49:28 +08:00
}
.layout {
2024-06-13 17:23:19 +08:00
display: flex;
align-items: center;
justify-content: center;
2024-04-01 19:49:28 +08:00
}
.main-box {
2024-06-13 17:23:19 +08:00
width: 100%;
height: 100%;
justify-content: space-evenly;
2024-04-01 19:49:28 +08:00
flex-direction: column;
}
.top-box {
2024-06-13 17:23:19 +08:00
width: 100%;
height: 47%;
2024-04-01 19:49:28 +08:00
display: flex;
justify-content: space-around;
2024-06-17 09:55:27 +08:00
display: none;
2024-04-01 19:49:28 +08:00
}
.bot-box {
2024-06-17 09:55:27 +08:00
width: 98%;
height: 98%;
2024-06-13 17:23:19 +08:00
display: flex;
2024-04-01 19:49:28 +08:00
justify-content: space-around;
}
2024-06-13 17:23:19 +08:00
.top-box-left {
2024-04-01 19:49:28 +08:00
margin-top: 2%;
margin-left: 1%;
width: 49%;
height: 80%;
}
2024-06-13 17:23:19 +08:00
.top-box-left-top {
2024-04-01 19:49:28 +08:00
width: 100%;
2024-06-17 09:55:27 +08:00
height: 40%;
2024-04-01 19:49:28 +08:00
display: flex;
}
2024-06-13 17:23:19 +08:00
.top-box-left-top-left {
2024-04-01 19:49:28 +08:00
width: 20%;
height: 100%;
display: flex;
flex-direction: column;
}
2024-06-13 17:23:19 +08:00
.today-font {
2024-04-01 19:49:28 +08:00
color: #01E8DB;
2024-06-13 17:23:19 +08:00
letter-spacing: 1px;
2024-04-01 19:49:28 +08:00
font-size: 16px;
font-weight: 500;
2024-06-17 09:55:27 +08:00
height: 14%;
2024-04-01 19:49:28 +08:00
width: 100%;
}
2024-06-13 17:23:19 +08:00
.direction {
2024-04-01 19:49:28 +08:00
display: flex;
flex-direction: row;
height: 30%;
width: 100%;
2024-06-17 09:55:27 +08:00
/* margin-top: 6%; */
align-items: center;
2024-04-01 19:49:28 +08:00
}
2024-06-13 17:23:19 +08:00
.imgs {
2024-06-17 09:55:27 +08:00
width: 40px;
height: 48px;
2024-04-01 19:49:28 +08:00
margin: 5% 5%;
text-align: center;
}
2024-06-13 17:23:19 +08:00
.today-img {
2024-06-17 09:55:27 +08:00
/* padding: 5% 2% 2% 2%; */
2024-04-01 19:49:28 +08:00
background: url("../../img/accessMge/today.png") no-repeat 0 0 / 100% 100%;
display: flex;
justify-content: center;
2024-06-13 17:23:19 +08:00
align-items: center;
2024-04-01 19:49:28 +08:00
}
2024-06-13 17:23:19 +08:00
.font-style {
2024-04-01 19:49:28 +08:00
font-family: 'zcoolqingkehuangyouti';
color: #fff;
font-size: 28px;
display: flex;
align-items: center;
justify-content: center;
}
2024-06-13 17:23:19 +08:00
.span-style {
2024-04-01 19:49:28 +08:00
color: #fff;
display: flex;
flex-direction: column-reverse;
}
2024-06-13 17:23:19 +08:00
.top-box-left-top-center {
2024-04-01 19:49:28 +08:00
margin-left: 5%;
width: 35%;
height: 100%;
display: flex;
flex-direction: column;
}
2024-06-13 17:23:19 +08:00
.cumulative-font {
2024-04-01 19:49:28 +08:00
color: #01E7BE;
2024-06-13 17:23:19 +08:00
letter-spacing: 1px;
2024-04-01 19:49:28 +08:00
font-size: 16px;
font-weight: 500;
2024-06-17 09:55:27 +08:00
height: 14%;
2024-04-01 19:49:28 +08:00
width: 100%;
}
2024-06-13 17:23:19 +08:00
.cumulative-img {
2024-06-17 09:55:27 +08:00
/* padding: 0.5% 0% 0% 0%; */
width: 40px;
height: 48px;
2024-04-01 19:49:28 +08:00
margin: 5.5% 3% 5% 3%;
text-align: center;
background: url("../../img/accessMge/cumulative.png") no-repeat 0 0 / 100% 100%;
display: flex;
justify-content: center;
}
2024-06-13 17:23:19 +08:00
.top-box-left-top-bot {
2024-04-01 19:49:28 +08:00
width: 40%;
height: 100%;
}
2024-06-13 17:23:19 +08:00
.abnormalAlarm {
2024-04-01 19:49:28 +08:00
height: 90%;
width: 100%;
display: flex;
flex-direction: row;
}
2024-06-13 17:23:19 +08:00
.layui-carousel {
background-color: transparent;
}
.layui-carousel>[carousel-item]>* {
background-color: transparent;
}
.layui-carousel>[carousel-item]:before {
display: none;
}
.pageCapacity {
width: 100% !important;
height: 100% !important;
display: flex !important;
2024-06-17 09:55:27 +08:00
flex-wrap: wrap;
2024-06-13 17:23:19 +08:00
}
.none-data {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
}
.capacityItem {
2024-06-17 09:55:27 +08:00
width: 180px;
height: 150px;
/* margin-right: 10px; */
2024-06-13 17:23:19 +08:00
background-color: transparent;
flex-direction: column;
justify-content: space-around;
}
.capacityItem img {
2024-06-17 09:55:27 +08:00
width: 170px;
height: 120px;
2024-06-13 17:23:19 +08:00
}
.abnormalAlarmImg {
2024-04-01 19:49:28 +08:00
width: 20%;
height: 100%;
margin-left: 1%;
}
2024-06-13 17:23:19 +08:00
.top-box-left-bot {
2024-04-01 19:49:28 +08:00
margin-top: 2%;
width: 100%;
2024-06-17 09:55:27 +08:00
height: 56%;
2024-04-01 19:49:28 +08:00
}
2024-06-13 17:23:19 +08:00
.top-box-right {
2024-04-01 19:49:28 +08:00
margin-top: 2%;
margin-left: 1%;
width: 49%;
height: 80%;
}
2024-06-13 17:23:19 +08:00
.bot-box-left {
2024-04-01 19:49:28 +08:00
margin-left: 1%;
width: 38.5%;
height: 100%;
}
2024-06-13 17:23:19 +08:00
.bot-box-right {
2024-04-01 19:49:28 +08:00
margin-right: 1%;
width: 58.5%;
height: 100%;
}
2024-06-13 17:23:19 +08:00
.img-style {
2024-04-01 19:49:28 +08:00
width: 100%;
height: 100%;
box-sizing: border-box;
background-position: center center !important;
}
.vehicle {
2024-06-13 17:23:19 +08:00
background: url("../../img/accessMge/vehicle.png") no-repeat 0 0 / 100% 100%;
2024-04-01 19:49:28 +08:00
display: flex;
}
.personnel {
2024-06-13 17:23:19 +08:00
background: url("../../img/accessMge/personnel.png") no-repeat 0 0 / 100% 100%;
2024-04-01 19:49:28 +08:00
display: flex;
}
2024-06-13 17:23:19 +08:00
.layui-form-item .layui-inline {
2024-04-01 19:49:28 +08:00
margin-right: 0px
}
2024-06-13 17:23:19 +08:00
.layui-form-label {
2024-04-01 19:49:28 +08:00
padding-left: 1px;
padding-right: 1px
}
2024-06-13 17:23:19 +08:00
.layui-form-item .layui-input-inline {
2024-04-01 19:49:28 +08:00
width: 150px;
2024-04-20 11:59:21 +08:00
}
.layui-table-cell {
2024-06-13 17:23:19 +08:00
height: auto;
white-space: normal;
2024-04-01 19:49:28 +08:00
}