diff --git a/assets/peakCoalMonitoring/common/tab-active-bg.png b/assets/peakCoalMonitoring/common/tab-active-bg.png new file mode 100644 index 0000000..d0221c8 Binary files /dev/null and b/assets/peakCoalMonitoring/common/tab-active-bg.png differ diff --git a/assets/peakCoalMonitoring/common/tab-line.png b/assets/peakCoalMonitoring/common/tab-line.png new file mode 100644 index 0000000..9c74f78 Binary files /dev/null and b/assets/peakCoalMonitoring/common/tab-line.png differ diff --git a/assets/peakCoalMonitoring/common/title-bg.png b/assets/peakCoalMonitoring/common/title-bg.png new file mode 100644 index 0000000..268ba23 Binary files /dev/null and b/assets/peakCoalMonitoring/common/title-bg.png differ diff --git a/assets/peakCoalMonitoring/footer/footer-bg.png b/assets/peakCoalMonitoring/footer/footer-bg.png new file mode 100644 index 0000000..ca4a947 Binary files /dev/null and b/assets/peakCoalMonitoring/footer/footer-bg.png differ diff --git a/assets/peakCoalMonitoring/header/header-shadow.png b/assets/peakCoalMonitoring/header/header-shadow.png new file mode 100644 index 0000000..85bdadc Binary files /dev/null and b/assets/peakCoalMonitoring/header/header-shadow.png differ diff --git a/assets/peakCoalMonitoring/right/charts-title-icon.png b/assets/peakCoalMonitoring/right/charts-title-icon.png new file mode 100644 index 0000000..481c5fc Binary files /dev/null and b/assets/peakCoalMonitoring/right/charts-title-icon.png differ diff --git a/assets/peakCoalMonitoring/right/electricity-icon.png b/assets/peakCoalMonitoring/right/electricity-icon.png new file mode 100644 index 0000000..0b81a8d Binary files /dev/null and b/assets/peakCoalMonitoring/right/electricity-icon.png differ diff --git a/assets/peakCoalMonitoring/right/num-bottom-bg.png b/assets/peakCoalMonitoring/right/num-bottom-bg.png new file mode 100644 index 0000000..c066b31 Binary files /dev/null and b/assets/peakCoalMonitoring/right/num-bottom-bg.png differ diff --git a/assets/peakCoalMonitoring/right/water-icon.png b/assets/peakCoalMonitoring/right/water-icon.png new file mode 100644 index 0000000..6528b9d Binary files /dev/null and b/assets/peakCoalMonitoring/right/water-icon.png differ diff --git a/components/charts/PeakEnergyUseChart.vue b/components/charts/PeakEnergyUseChart.vue new file mode 100644 index 0000000..885fac0 --- /dev/null +++ b/components/charts/PeakEnergyUseChart.vue @@ -0,0 +1,211 @@ + + + + + + diff --git a/components/charts/PeakProduceTrendChart.vue b/components/charts/PeakProduceTrendChart.vue new file mode 100644 index 0000000..dd51680 --- /dev/null +++ b/components/charts/PeakProduceTrendChart.vue @@ -0,0 +1,224 @@ + + + + + + diff --git a/components/charts/PeakWarningTypeChart.vue b/components/charts/PeakWarningTypeChart.vue new file mode 100644 index 0000000..d2bd42f --- /dev/null +++ b/components/charts/PeakWarningTypeChart.vue @@ -0,0 +1,180 @@ + + + + + + diff --git a/components/peak-coal-monitoring/AlarmOverview.vue b/components/peak-coal-monitoring/AlarmOverview.vue new file mode 100644 index 0000000..3a72dcb --- /dev/null +++ b/components/peak-coal-monitoring/AlarmOverview.vue @@ -0,0 +1,99 @@ + + + + + diff --git a/components/peak-coal-monitoring/AtmosphericModule.vue b/components/peak-coal-monitoring/AtmosphericModule.vue new file mode 100644 index 0000000..3ed25d4 --- /dev/null +++ b/components/peak-coal-monitoring/AtmosphericModule.vue @@ -0,0 +1,68 @@ + + + + + diff --git a/components/peak-coal-monitoring/DeviceOverview.vue b/components/peak-coal-monitoring/DeviceOverview.vue new file mode 100644 index 0000000..f4c31c1 --- /dev/null +++ b/components/peak-coal-monitoring/DeviceOverview.vue @@ -0,0 +1,26 @@ + + + + + diff --git a/components/peak-coal-monitoring/EnergyProfile.vue b/components/peak-coal-monitoring/EnergyProfile.vue new file mode 100644 index 0000000..fca4d0a --- /dev/null +++ b/components/peak-coal-monitoring/EnergyProfile.vue @@ -0,0 +1,97 @@ + + + + + diff --git a/components/peak-coal-monitoring/MonitorData.vue b/components/peak-coal-monitoring/MonitorData.vue new file mode 100644 index 0000000..d699654 --- /dev/null +++ b/components/peak-coal-monitoring/MonitorData.vue @@ -0,0 +1,361 @@ + + + + + diff --git a/components/peak-coal-monitoring/PeakCustomTable.vue b/components/peak-coal-monitoring/PeakCustomTable.vue new file mode 100644 index 0000000..42bf5f0 --- /dev/null +++ b/components/peak-coal-monitoring/PeakCustomTable.vue @@ -0,0 +1,229 @@ + + + + + diff --git a/components/peak-coal-monitoring/PeakEnergyUse.vue b/components/peak-coal-monitoring/PeakEnergyUse.vue new file mode 100644 index 0000000..709fb3e --- /dev/null +++ b/components/peak-coal-monitoring/PeakEnergyUse.vue @@ -0,0 +1,167 @@ + + + + + + diff --git a/components/peak-coal-monitoring/PeakEnterpriseOperations.vue b/components/peak-coal-monitoring/PeakEnterpriseOperations.vue new file mode 100644 index 0000000..77bd300 --- /dev/null +++ b/components/peak-coal-monitoring/PeakEnterpriseOperations.vue @@ -0,0 +1,176 @@ + + + + + + diff --git a/components/peak-coal-monitoring/PeakLatestWarning.vue b/components/peak-coal-monitoring/PeakLatestWarning.vue new file mode 100644 index 0000000..05d8cc0 --- /dev/null +++ b/components/peak-coal-monitoring/PeakLatestWarning.vue @@ -0,0 +1,105 @@ + + + + + + diff --git a/components/peak-coal-monitoring/PeakSecondaryTitle.vue b/components/peak-coal-monitoring/PeakSecondaryTitle.vue new file mode 100644 index 0000000..6bd7d09 --- /dev/null +++ b/components/peak-coal-monitoring/PeakSecondaryTitle.vue @@ -0,0 +1,62 @@ + + + + + + diff --git a/components/peak-coal-monitoring/PeakThirdLevelLabel.vue b/components/peak-coal-monitoring/PeakThirdLevelLabel.vue new file mode 100644 index 0000000..257656f --- /dev/null +++ b/components/peak-coal-monitoring/PeakThirdLevelLabel.vue @@ -0,0 +1,72 @@ + + + + + + diff --git a/components/peak-coal-monitoring/PeakWarningInfoItem.vue b/components/peak-coal-monitoring/PeakWarningInfoItem.vue new file mode 100644 index 0000000..33ccc65 --- /dev/null +++ b/components/peak-coal-monitoring/PeakWarningInfoItem.vue @@ -0,0 +1,138 @@ + + + + + + diff --git a/components/peak-coal-monitoring/PeakWarningStatistics.vue b/components/peak-coal-monitoring/PeakWarningStatistics.vue new file mode 100644 index 0000000..51e199e --- /dev/null +++ b/components/peak-coal-monitoring/PeakWarningStatistics.vue @@ -0,0 +1,115 @@ + + + + + + diff --git a/components/peak-coal-monitoring/PollutionInformation.vue b/components/peak-coal-monitoring/PollutionInformation.vue new file mode 100644 index 0000000..ccd0652 --- /dev/null +++ b/components/peak-coal-monitoring/PollutionInformation.vue @@ -0,0 +1,26 @@ + + + + + diff --git a/pages/peak-coal-monitoring/PeakCoalMonitoring.vue b/pages/peak-coal-monitoring/PeakCoalMonitoring.vue index 6849771..875b788 100644 --- a/pages/peak-coal-monitoring/PeakCoalMonitoring.vue +++ b/pages/peak-coal-monitoring/PeakCoalMonitoring.vue @@ -1,13 +1,55 @@ @@ -16,6 +58,7 @@ body, html, #__nuxt, #__layout { width: 100%; height: 100%; overflow: hidden; + background: #09151F; } .list-enter-active, .list-leave-active { @@ -37,14 +80,90 @@ body, html, #__nuxt, #__layout { width: 100%; height: 100%; position: relative; - .header-content{ + + .header-panel { position: absolute; - left: 50%; - transform: translateX(-50%); width: 100%; - height: 80px; - background: url("~/assets/peakCoalMonitoring/header/header-bg.png") no-repeat center center; - background-size: 1000px 80px; + height: 160px; + display: flex; + flex-flow: row; + justify-content: center; + background: url("~/assets/peakCoalMonitoring/header/header-shadow.png") no-repeat; + background-size: 100% 100%; + + .header-content { + height: 360px; + width: 100%; + background: url("~/assets/peakCoalMonitoring/header/header-bg.png") no-repeat; + background-size: 100% 100%; + position: absolute; + top: -123px; + } + } + + .left-panel { + width: 430px; + position: absolute; + left: 20px; + height: 960px; + top: 50%; + transform: translateY(-50%); + .flex-column; + + .atmospheric-module-module{ + height: 336px; + width: 100%; + } + + .pollution-information-module{ + height: 260px; + width: 100%; + } + + .monitor-data-module{ + flex: 1; + height: 0; + width: 100%; + } + } + + .right-panel { + width: 430px; + position: absolute; + right: 20px; + height: 960px; + top: 50%; + transform: translateY(-50%); + .flex-column; + .energy-profile-module{ + height: 336px; + width: 100%; + } + .device-overview-module{ + height: 260px; + width: 100%; + } + .alarm-overview-module{ + flex: 1; + height: 0; + width: 100%; + } + } + + .center-panel{ + width: 100%; + height: 100%; + position: absolute; + left: 0; + } + + .footer-panel{ + width: 100%; + height: 50px; + background: url("~/assets/peakCoalMonitoring/footer/footer-bg.png") no-repeat; + background-size: 100% 100%; + position: absolute; + bottom: -6px; } }