|
@@ -16,7 +16,7 @@
|
|
|
<div class="box" :style="{height: `${waterLevel.water / 1.5}%`}"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="enter" style="position: absolute; width: 350px; bottom: 0; left: 184px">
|
|
|
+ <div class="enter" style="position: absolute; width: 350px; bottom: 0; left: 175px">
|
|
|
<span>水泵</span>
|
|
|
<div class="block"></div>
|
|
|
</div>
|
|
@@ -101,6 +101,8 @@ export default {
|
|
|
position: relative;
|
|
|
h4 {
|
|
|
margin: 10px 0;
|
|
|
+ font-size: 18px;
|
|
|
+ color: #4ADEFE;
|
|
|
}
|
|
|
.equipment {
|
|
|
display: flex;
|
|
@@ -111,6 +113,7 @@ export default {
|
|
|
justify-content: flex-end;
|
|
|
span {
|
|
|
padding: 0 10px;
|
|
|
+ color: #4ADEFE;
|
|
|
}
|
|
|
.block {
|
|
|
background-color: rgba(105, 90, 205, 0.466);
|
|
@@ -123,6 +126,7 @@ export default {
|
|
|
flex-flow: column nowrap;
|
|
|
.title {
|
|
|
text-align: center;
|
|
|
+ color: #4ADEFE;
|
|
|
}
|
|
|
.box-wrap {
|
|
|
background-image: linear-gradient(to right, #ffffff50, #0000005e, #ffffff50);
|
|
@@ -189,8 +193,12 @@ export default {
|
|
|
.data {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 15px;
|
|
|
margin-top: 20px;
|
|
|
+ margin-right: 120px;
|
|
|
+ span {
|
|
|
+ color: #4ADEFE;;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
@keyframes turn {
|