diff --git a/psdc-ui/src/assets/images/发热电缆.png b/psdc-ui/src/assets/images/发热电缆.png
new file mode 100644
index 0000000..f8118fc
Binary files /dev/null and b/psdc-ui/src/assets/images/发热电缆.png differ
diff --git a/psdc-ui/src/assets/images/电磁锅炉.png b/psdc-ui/src/assets/images/电磁锅炉.png
new file mode 100644
index 0000000..cd6f3e6
Binary files /dev/null and b/psdc-ui/src/assets/images/电磁锅炉.png differ
diff --git a/psdc-ui/src/assets/images/空气源热泵.png b/psdc-ui/src/assets/images/空气源热泵.png
new file mode 100644
index 0000000..3f013c6
Binary files /dev/null and b/psdc-ui/src/assets/images/空气源热泵.png differ
diff --git a/psdc-ui/src/assets/images/蓄热锅炉.png b/psdc-ui/src/assets/images/蓄热锅炉.png
new file mode 100644
index 0000000..2557e55
Binary files /dev/null and b/psdc-ui/src/assets/images/蓄热锅炉.png differ
diff --git a/psdc-ui/src/views/bigview/index.vue b/psdc-ui/src/views/bigview/index.vue
index 9f7de75..d234b51 100644
--- a/psdc-ui/src/views/bigview/index.vue
+++ b/psdc-ui/src/views/bigview/index.vue
@@ -6,15 +6,76 @@
-
+
电磁锅炉
+
+
+

+
+
+
+
+
+
+
蓄热锅炉
+
+
+

+
+
+
+
+
+
+
-
-
-
+
+
空气源热泵
+
+
+

+
+
+
+
+
+
+
发热电缆
+
+
+

+
+
+
+
+
@@ -58,7 +119,7 @@
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
- padding: 0 20px;
+ padding: 0 20px 20px 20px;
width: 100%;
height: calc(100% - 70px);
.left{
@@ -67,33 +128,76 @@
.left_top{
width: 100%;
height: 49%;
- border: 1px solid red;
margin-bottom: 4%;
}
.left_bottom{
width: 100%;
height: 49%;
- border: 1px solid red;
}
}
.middle{
+ display: flex;
+ flex-direction: column;
width: 50.5%;
height: 100%;
- border: 1px solid red;
+ .middle_top{
+ display: flex;
+ justify-content: space-between;
+ flex-wrap: nowrap;
+ flex: 2;
+ width: 100%;
+ padding-bottom: 20px;
+ .important_data{
+ width: 14%;
+ height: 100%;
+ border: 1px solid #fff;
+ }
+ .my3D_img{
+ width: 72%;
+ height: 100%;
+ border: 1px solid #fff;
+ }
+ }
+ .middle_bottom{
+ display: flex;
+ justify-content: space-between;
+ flex-wrap: nowrap;
+ flex: 1;
+ width: 100%;
+ .chart_box{
+ width: 49.5%;
+ height: 100%;
+ }
+ .wendu_box{
+ display: flex;
+ justify-content: space-between;
+ flex-wrap: wrap;
+ width: 49%;
+ height: 100%;
+ .item{
+ width: 24%;
+ height: 48.5%;
+ background-color: #1ab394;
+ &:first-child{
+ margin-bottom: 8px;
+ }
+ }
+ }
+ }
}
.right{
width: 24%;
height: 100%;
.right_top{
+ display: flex;
+ flex-direction: column;
width: 100%;
height: 49%;
- border: 1px solid red;
margin-bottom: 4%;
}
.right_bottom{
width: 100%;
height: 49%;
- border: 1px solid red;
}
}
}
@@ -101,7 +205,8 @@
.title{
width: 45%;
height: 30px;
- margin: 0 auto;
+ line-height: 30px;
+ margin: 0 auto 20px auto;
color: #19C3F4;
font-size: 18px;
font-weight: bold;
@@ -109,5 +214,39 @@
background-image: url("../../assets/images/wrappertitle.png");
background-size: 100% 100%;
}
+.info_box{
+ display: flex;
+ width: 100%;
+ height: 44%;
+ padding: 10px;
+ .dev_img{
+ width: 50%;
+ height: 100%;
+ border: 1px solid #fff;
+ img{
+ width: 100%;
+ height: 100%;
+ }
+ }
+ .dev_data{
+ width: 50%;
+ height: 100%;
+ border: 1px solid #fff;
+ }
+}
+.chart_box{
+ width: 100%;
+ height: 44%;
+ padding: 0 10px 10px 10px;
+ .dev_chart{
+ width: 100%;
+ height: 100%;
+ border: 1px solid #fff;
+ }
+}
+.bgimg{
+ background-image: url("../../assets/images/wrapperbox.png");
+ background-size: 100% 100%;
+}