常志远 1 year ago
parent
commit
68a9dce879
1 changed files with 9 additions and 3 deletions
  1. 9 3
      pages/equipmentDataMonitoring/electronicMonitoring.vue

+ 9 - 3
pages/equipmentDataMonitoring/electronicMonitoring.vue

@@ -104,8 +104,8 @@
 					{{electricity}}
 				</view>
 			</view>
-			<view class="statistics-item">
-				<view class="item-title">
+			<view class="statistics-item" >
+				<view class="item-title item-title2">
 					<image class="img" src="@/assets/img/electricityStatistics@3x.png"></image>电费统计(元)
 				</view>
 				<view class="item-value">
@@ -1082,6 +1082,7 @@
 		border-radius: 8px;
 		margin: -88rpx 32rpx 0;
 		position: relative;
+		border: 1px solid rgba(255,255,255,1);
 		background: linear-gradient(180deg, rgba(187,216,255,1) 0%,rgba(255,255,255,1) 63%);
 		// 统计
 		.statistics-content{
@@ -1110,6 +1111,9 @@
 					margin-right: 4rpx;
 				}
 			}
+			.item-title2{
+				color: rgba(129,97,255,1);
+			}
 			.item-value{
 				color: rgba(16,16,16,1);
 				font-size: 48rpx;
@@ -1249,7 +1253,9 @@
 			}
 		}
 		.total{
-			text-align: center;
+			display: flex;
+			align-items: center;
+			justify-content: space-between;
 			color: rgba(51,51,51,1);
 			font-weight: bold;
 		}