ah_jjzhgd_webscreen/css/alarmMge/alarmMge.css

82 lines
1.6 KiB
CSS

html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
color: #fff;
font-family: 'Alibaba PuHuiTi R';
}
.layout {
display: flex;
align-items: center;
justify-content: center;
}
.main-box {
width: 100%;
height: 100%;
justify-content: space-evenly;
}
.left-box {
width: 20%;
height: 100%;
}
.right-box {
width: 75%;
height: 100%;
flex-direction: column;
justify-content: space-between;
}
.select {
width: 100%;
height: 100%;
padding: 8% 2% 2% 2%;
box-sizing: border-box;
background: url("../../img/alarmMge/select.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
flex-direction: column;
justify-content: flex-start;
overflow-y: auto;
}
.alarm{
width: 100%;
height: 100%;
padding: 5% 2% 2% 2%;
box-sizing: border-box;
background: url("../../img/alarmMge/alarm.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
}
.dark{
display: flex;
width: 100%;
height: 4.5%;
box-sizing: border-box;
background: url("../../img/alarmMge/dark.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 4%;
cursor: pointer;
}
.bright{
display: flex;
width: 100%;
height: 4.5%;
box-sizing: border-box;
background: url("../../img/alarmMge/bright.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 4%;
cursor: pointer;
}