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; ...@@ -910,7 +910,7 @@ color: #fff;
.alarmWarp{ .alarmWarp{
display: none; display: none;
width:245px; width:262px;
text-align: left; text-align: left;
font-size:16px; font-size:16px;
font-weight:400; font-weight:400;
...@@ -944,39 +944,38 @@ color: #fff; ...@@ -944,39 +944,38 @@ color: #fff;
background-size: 100% 100%; background-size: 100% 100%;
.left{ .left{
width: 13%; width: 13%;
height: 100px; height: 90px;
line-height: 100px; line-height: 90px;
text-align: center; text-align: center;
border: 1px solid red; border: 1px solid red;
position: absolute; position: absolute;
left: 30%; left: 30%;
top: 14%; top: 24%;
transform: skewX(-44deg) rotate(5deg); transform: skewX(-44deg) rotate(5deg);
} }
.center{ .center{
width: 22%; width: 22%;
height: 450px; height: 440px;
line-height: 450px; line-height: 440px;
text-align: center; text-align: center;
border: 1px solid red; border: 1px solid red;
position: absolute; position: absolute;
left: 41%; left: 41%;
top: 18%; top: 28%;
transform: skewX(-16deg) rotate(4deg); transform: skewX(-16deg) rotate(4deg);
} }
.right{ .right{
width: 16%; width: 15%;
height: 170px; height: 170px;
line-height: 170px; line-height: 170px;
text-align: center; text-align: center;
border: 1px solid red; border: 1px solid red;
position: absolute; position: absolute;
left: 69%; left: 69%;
top: 15%; top: 24%;
transform: skewX(7deg) rotate(5deg); 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