|
@@ -33,7 +33,8 @@
|
|
|
<div>20℃</div>
|
|
|
<div>20W/㎡</div>
|
|
|
</div> -->
|
|
|
- <div style="height: 63%; margin-top: 2%; display: flex; flex-direction: row;">
|
|
|
+ <div style="height: 32%;display: flex; justify-content: center; align-items: center; font-size: 39px;">程序运行</div>
|
|
|
+ <div style="height: 36%; display: flex; flex-direction: row;">
|
|
|
<!-- 左 -->
|
|
|
<div class="le" style="margin: 0 0.1% 0 2.4%;">
|
|
|
<div style="height: 15%; display: flex; justify-content: space-between;">
|
|
@@ -74,7 +75,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="height: 28%; margin-top: 1%;">
|
|
|
+ <div style="height: 22%; margin-top: 2%;">
|
|
|
<div class="bo"></div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -208,6 +209,7 @@ export default {
|
|
|
// }
|
|
|
.box>div{
|
|
|
width: 100%;
|
|
|
+ color: #eeeeee;
|
|
|
// border: 1px solid rgb(255, 255, 255);
|
|
|
}
|
|
|
.le{
|
|
@@ -224,7 +226,7 @@ export default {
|
|
|
linear-gradient(#207ab7, #207ab7) right bottom;
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 0.05vw 1vw, 1vw 0.05vw;
|
|
|
- padding: 1px 2px;
|
|
|
+ padding: 5px 2px;
|
|
|
}
|
|
|
.bo{
|
|
|
height: 95%;
|