|
|
@@ -39,7 +39,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="contrast">
|
|
|
+ <div class="contrast" style="margin-top: 15px">
|
|
|
<div class="indicator-title">
|
|
|
<div class="point point-left point-right bottom"></div>
|
|
|
<div class="point point-right bottom"></div>
|
|
|
@@ -79,7 +79,7 @@
|
|
|
</BarCharts>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="power" style="height: 400px">
|
|
|
+ <div class="power" style="height: 400px;margin-top: 15px">
|
|
|
<div class="indicator-title">
|
|
|
<div class="point point-left bottom"></div>
|
|
|
<div class="point point-right bottom"></div>
|
|
|
@@ -917,8 +917,8 @@ export default {
|
|
|
.content {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
- height: calc(100% - 56px);
|
|
|
- overflow-y: auto;
|
|
|
+// height: calc(100% - 56px);
|
|
|
+// overflow-y: auto;
|
|
|
}
|
|
|
|
|
|
.first {
|
|
|
@@ -928,6 +928,7 @@ export default {
|
|
|
width: 49%;
|
|
|
height: calc(100% - 10px);
|
|
|
margin-right: 21px;
|
|
|
+ margin-top: 20px;
|
|
|
|
|
|
.weather {
|
|
|
display: flex;
|
|
|
@@ -1305,7 +1306,7 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
font-size: 24px;
|
|
|
- //font-family: Source Han Sans SC;
|
|
|
+ // font-family: Source Han Sans SC;
|
|
|
font-weight: 400;
|
|
|
color: #fff;
|
|
|
|
|
|
@@ -1314,7 +1315,7 @@ export default {
|
|
|
flex-direction: row;
|
|
|
align-items: baseline;
|
|
|
font-size: 50px;
|
|
|
- font-family: Arial;
|
|
|
+ font-family: Bicubik;
|
|
|
font-weight: 400;
|
|
|
padding: 10px 0;
|
|
|
color: #00e5ff;
|
|
|
@@ -1448,7 +1449,7 @@ export default {
|
|
|
}
|
|
|
.others-value {
|
|
|
font-size: 16px;
|
|
|
- font-family: Arial;
|
|
|
+ font-family: Bicubik;
|
|
|
font-weight: 400;
|
|
|
color: #00e5ff;
|
|
|
padding: 8px 0;
|
|
|
@@ -1652,3 +1653,8 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
</style>
|
|
|
+<style scoped>
|
|
|
+.body{
|
|
|
+font-family: "Bicubik";
|
|
|
+}
|
|
|
+</style>
|