main
parent
c0141e56cf
commit
3b41e0031f
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
@ -0,0 +1,107 @@
|
|||||||
|
.Econtainer {
|
||||||
|
padding: 8px 6px;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
.EcontainerTop {
|
||||||
|
display: flex;
|
||||||
|
gap: 12px;
|
||||||
|
height: 50%;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
|
||||||
|
.EcontainerTopLeft {
|
||||||
|
background-color: #999;
|
||||||
|
width: 68%;
|
||||||
|
margin-right: 10px;
|
||||||
|
|
||||||
|
.EcontainerTopLeftTop {
|
||||||
|
width: 100%;
|
||||||
|
height: 35%;
|
||||||
|
display: flex;
|
||||||
|
gap: 12px;
|
||||||
|
|
||||||
|
.alarmO {
|
||||||
|
flex: 1;
|
||||||
|
height: 100%;
|
||||||
|
background-color: #F4F7FF;
|
||||||
|
border: 1px solid #AED3FF;
|
||||||
|
border-bottom: 0px solid #AED3FF;
|
||||||
|
border-radius: 4px;
|
||||||
|
box-shadow: 0px 2px 31px 0px #5382FE33 inset;
|
||||||
|
display: flex;
|
||||||
|
|
||||||
|
|
||||||
|
.alarmOLeft {
|
||||||
|
width: 35%;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.alarmORight {
|
||||||
|
flex: 1;
|
||||||
|
width: 35%;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
background-color: pink;
|
||||||
|
|
||||||
|
font-family: PingFang SC;
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: Regular;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 100%;
|
||||||
|
letter-spacing: 0%;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.alarmTw {
|
||||||
|
flex: 1;
|
||||||
|
height: 100%;
|
||||||
|
background-color: #FFF5f4;
|
||||||
|
border: 1px solid #FFC5BC;
|
||||||
|
border-bottom: 0px solid #FFC5BC;
|
||||||
|
border-radius: 4px;
|
||||||
|
box-shadow: 0px 2px 31px 0px #FE5F4C33 inset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.alarmTh {
|
||||||
|
flex: 1;
|
||||||
|
height: 100%;
|
||||||
|
background-color: #FFF7F2;
|
||||||
|
border: 1px solid #FFD9B2;
|
||||||
|
border-bottom: 0px solid #FFD9B2;
|
||||||
|
border-radius: 4px;
|
||||||
|
box-shadow: 0px 2px 31px 0px #FD883C33 inset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.alarmF {
|
||||||
|
flex: 1;
|
||||||
|
height: 100%;
|
||||||
|
background-color: #EFF9FF;
|
||||||
|
border: 1px solid #89E1FF;
|
||||||
|
border-bottom: 0px solid #89E1FF;
|
||||||
|
border-radius: 4px;
|
||||||
|
box-shadow: 0px 2px 31px 0px #22A4FD33 inset;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.EcontainerLeftBottom {
|
||||||
|
background-color: #999;
|
||||||
|
width: 42%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.EcontainerBottom {
|
||||||
|
background-color: #666;
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue