diff --git a/pages/index.vue b/pages/index.vue
index c399027..48dba5d 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -28,32 +28,37 @@
-
-
-
- 总设备
-
-
+
+
+
+
+
+
+
-
- 总设备
-
-
+
+
+
+
+
-
- 总设备
-
-
+
+
+
+
+
-
- 总设备
-
-
+
+
+
+
+
-
+
+
+
@@ -237,9 +242,8 @@
+ inactiveColor="#c7c7c7" style="width: 75px;margin-top: 5px;">
-
@@ -277,6 +281,9 @@
+
+ 角度4故障
+
@@ -483,6 +490,60 @@
position: relative;
top: -92px;
+
+
+ .grey-box.normal {
+ border-radius: 15px 15px 0 0;
+ padding-bottom: 0;
+
+ .u-grid {
+ margin-bottom: 0;
+ }
+ }
+
+ .grey-box.ceiling {
+ border-radius: 0;
+ padding-bottom: 0px;
+ margin: 0;
+ box-shadow: 0 1px 9px rgba(209, 209, 209, 0.5);
+
+ .u-grid {
+ padding-bottom: 10px;
+
+ .u-grid-item {
+ padding-bottom: 5px;
+ box-shadow: none;
+
+ .flex {
+ &>view {
+ margin: -2px 5px 0 0;
+ color: #39ac4f;
+ font-size: 50rpx;
+ }
+
+ ::v-deep.u-badge {
+ position: relative;
+ right: auto;
+ top: auto;
+ height: 10px;
+ }
+ }
+
+ }
+
+ .click {
+
+ .flex {
+ &>view {
+ color: #fff;
+ }
+ }
+
+ }
+ }
+
+ }
+
.grey-box {
background-color: #f3f3f3;
margin: 0 10px;