|
@@ -321,7 +321,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <!-- 图表 -->
|
|
|
+ <!-- 图表 -->
|
|
|
<view class="chart">
|
|
|
<view class="u-subsection">
|
|
|
<u-subsection :list="list" :current="0" font-size="24"></u-subsection>
|
|
@@ -330,7 +330,7 @@
|
|
|
<img src="@/assets/img/chat@13x.png" alt="" />
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
<view class="search">
|
|
|
<view class="switch">
|
|
|
<u-switch v-model="checked" size="40"></u-switch><text>只看离线表</text>
|
|
@@ -343,7 +343,7 @@
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
- <!-- 电表统计 -->
|
|
|
+ <!-- 电表统计 -->
|
|
|
<view class="meter-statistic">
|
|
|
<!-- 总计 -->
|
|
|
<view class="sum">
|
|
@@ -439,7 +439,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
<view class="sum second-level">
|
|
|
<view class="icon">
|
|
|
<u-icon name="arrow-right" color="#d4d4d4" size="24"></u-icon>
|
|
@@ -457,7 +457,7 @@
|
|
|
2805.39度<u-icon name="arrow-right" color="#d4d4d4" size="24"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
<view class="sum first-level">
|
|
|
<view class="icon">
|
|
|
<u-icon name="arrow-right" color="#d4d4d4" size="24"></u-icon>
|
|
@@ -479,7 +479,7 @@
|
|
|
|
|
|
</view>
|
|
|
|
|
|
-<view class="statistics-2 statistics">
|
|
|
+ <view class="statistics-2 statistics">
|
|
|
<view class="title">
|
|
|
<view class="icon">
|
|
|
<image class="img" src="@/assets/img/circleCopy1@1x.png" mode=""></image>
|
|
@@ -521,7 +521,7 @@
|
|
|
|
|
|
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
<view class="statistics statistics-ranking">
|
|
|
<view class="title">
|
|
|
<view class="icon">
|
|
@@ -544,7 +544,7 @@
|
|
|
<view class="ranking">
|
|
|
1
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
<view class="name">
|
|
|
<view class="name1">
|
|
|
荆鹏软件园01
|
|
@@ -1437,7 +1437,7 @@
|
|
|
|
|
|
.total2 {
|
|
|
color: rgba(119, 119, 119, 1);
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.abnormal {
|
|
@@ -1455,18 +1455,19 @@
|
|
|
|
|
|
// 统计2异常报警记录
|
|
|
.statistics-2 {
|
|
|
-.abnormal-item:last-of-type{
|
|
|
- border-bottom: none !important;
|
|
|
- padding-bottom: 0;
|
|
|
- }
|
|
|
+ .abnormal-item:last-of-type {
|
|
|
+ border-bottom: none !important;
|
|
|
+ padding-bottom: 0;
|
|
|
+ }
|
|
|
+
|
|
|
.abnormal-item {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
padding: 16rpx;
|
|
|
border-bottom: 1px solid rgba(245, 245, 245, 1);
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
.item-title {
|
|
|
|
|
|
|
|
@@ -1715,16 +1716,22 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// 能源管理
|
|
|
+ // 能源管理
|
|
|
.statistics-manage {
|
|
|
padding: 40rpx 0;
|
|
|
- .title,.chart,.search,.meter-statistic{
|
|
|
+
|
|
|
+ .title,
|
|
|
+ .chart,
|
|
|
+ .search,
|
|
|
+ .meter-statistic {
|
|
|
padding: 0 32rpx;
|
|
|
}
|
|
|
+
|
|
|
// 图表
|
|
|
.chart {
|
|
|
padding-top: 32rpx;
|
|
|
- border-top: 1px solid rgba(242,242,242,1);
|
|
|
+ border-top: 1px solid rgba(242, 242, 242, 1);
|
|
|
+
|
|
|
/deep/.u-subsection {
|
|
|
padding: 2px;
|
|
|
}
|
|
@@ -1781,6 +1788,7 @@
|
|
|
uni-input {
|
|
|
height: 56rpx;
|
|
|
line-height: 56rpx !important;
|
|
|
+ font-size: 28rpx;
|
|
|
width: 75%;
|
|
|
}
|
|
|
|
|
@@ -1797,7 +1805,8 @@
|
|
|
}
|
|
|
|
|
|
}
|
|
|
-// 电表统计
|
|
|
+
|
|
|
+ // 电表统计
|
|
|
.meter-statistic {
|
|
|
margin-top: 32rpx;
|
|
|
|
|
@@ -1834,9 +1843,10 @@
|
|
|
text-align: center;
|
|
|
border: 1px solid rgba(0, 185, 98, 1);
|
|
|
}
|
|
|
- .meter-state2{
|
|
|
- border: 1px solid rgba(255,123,0,1);
|
|
|
- color: rgba(255,123,0,1);
|
|
|
+
|
|
|
+ .meter-state2 {
|
|
|
+ border: 1px solid rgba(255, 123, 0, 1);
|
|
|
+ color: rgba(255, 123, 0, 1);
|
|
|
}
|
|
|
|
|
|
.meter-number {
|
|
@@ -1865,7 +1875,8 @@
|
|
|
color: rgba(119, 119, 119, 1);
|
|
|
}
|
|
|
}
|
|
|
- // 一级表
|
|
|
+
|
|
|
+ // 一级表
|
|
|
.first-level {
|
|
|
padding-left: 32rpx;
|
|
|
margin-top: 20rpx;
|
|
@@ -1874,7 +1885,8 @@
|
|
|
font-size: 28rpx
|
|
|
}
|
|
|
}
|
|
|
-// 二级表
|
|
|
+
|
|
|
+ // 二级表
|
|
|
.second-level {
|
|
|
padding-left: 64rpx;
|
|
|
margin-top: 20rpx;
|