Commit 3c0f937e authored by xiexingan's avatar xiexingan

tj

parent 85a69a3d
This image diff could not be displayed because it is too large. You can view the blob instead.
......@@ -910,7 +910,7 @@ color: #fff;
.alarmWarp{
display: none;
width:245px;
width:262px;
text-align: left;
font-size:16px;
font-weight:400;
......@@ -944,39 +944,38 @@ color: #fff;
background-size: 100% 100%;
.left{
width: 13%;
height: 100px;
line-height: 100px;
height: 90px;
line-height: 90px;
text-align: center;
border: 1px solid red;
position: absolute;
left: 30%;
top: 14%;
top: 24%;
transform: skewX(-44deg) rotate(5deg);
}
.center{
width: 22%;
height: 450px;
line-height: 450px;
height: 440px;
line-height: 440px;
text-align: center;
border: 1px solid red;
position: absolute;
left: 41%;
top: 18%;
top: 28%;
transform: skewX(-16deg) rotate(4deg);
}
.right{
width: 16%;
width: 15%;
height: 170px;
line-height: 170px;
text-align: center;
border: 1px solid red;
position: absolute;
left: 69%;
top: 15%;
top: 24%;
transform: skewX(7deg) rotate(5deg);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment