Commit 1b1ed912 authored by Allencl's avatar Allencl

1

parent 226d941d
...@@ -806,4 +806,44 @@ ...@@ -806,4 +806,44 @@
text-align: right; text-align: right;
}
.right-box-img{
position: relative;
}
.right-box-img img{
position: absolute;
width: calc(1181px * 0.9);
height: calc(1181px * 0.68);
left: 80px;
}
.dialog-entirety-box{
position: absolute;
top: 700px;
left: calc(50% - 800px);
z-index: 999999;
width: 1600px;
height: 690px;
background-color: #1478d8;
border-radius: 50px;
font-size: 48px;
}
.dialog-entirety-box h1{
margin-top: 250px;
text-align: center;
color: #ee6666;
}
.dialog-entirety-box img{
position: absolute;
top: 50px;
right: 50px;
z-index: 77;
width: 160px;
height: 160px;
} }
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1713515038617" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4468" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M692.992 227.52 512 408.576 331.008 227.52 227.52 331.008 408.576 512 227.52 692.992 331.008 796.48 512 615.424 692.992 796.48 796.48 692.992 615.424 512 796.48 331.008Z" fill="#ffffff" p-id="4469"></path></svg>
\ No newline at end of file
...@@ -80,12 +80,14 @@ ...@@ -80,12 +80,14 @@
<div class="ibox_t"> <div class="ibox_t">
<span class="box-tittle-text">产线状态</span> <span class="box-tittle-text">产线状态</span>
</div> </div>
<div class="ibox_m"> <div class="ibox_m right-box-img">
<ul class="ul-list-11"> <!-- <ul class="ul-list-11">
<li class="color1">自动</li> <li class="color1">自动</li>
<li>输送</li> <li>输送</li>
<li>上料</li> <li>上料</li>
</ul> </ul> -->
<img src="./img/2233.png" alt="">
</div> </div>
</div> </div>
...@@ -185,6 +187,14 @@ ...@@ -185,6 +187,14 @@
</div> </div>
</div> </div>
<!-- <h1>与服务器连接失败!</h1> -->
<!-- <h1>领导莅临检查请注意设备5S!</h1> -->
<div class="dialog-entirety-box">
<h1>与服务器连接失败!</h1>
<img src="./img/close.svg" alt="">
</div>
</div> </div>
......
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