diff --git a/assets/peakCoalImages/coommon/long-seconfary-title-bg.png b/assets/peakCoalImages/coommon/long-seconfary-title-bg.png new file mode 100644 index 0000000..3ebc11f Binary files /dev/null and b/assets/peakCoalImages/coommon/long-seconfary-title-bg.png differ diff --git a/assets/peakCoalImages/coommon/small-seconfary-title-bg.png b/assets/peakCoalImages/coommon/small-seconfary-title-bg.png new file mode 100644 index 0000000..aceb4a6 Binary files /dev/null and b/assets/peakCoalImages/coommon/small-seconfary-title-bg.png differ diff --git a/components/AirQuality.vue b/components/AirQuality.vue new file mode 100644 index 0000000..97093fb --- /dev/null +++ b/components/AirQuality.vue @@ -0,0 +1,26 @@ + + + + + + diff --git a/components/PollutantTrends.vue b/components/PollutantTrends.vue new file mode 100644 index 0000000..8158b39 --- /dev/null +++ b/components/PollutantTrends.vue @@ -0,0 +1,19 @@ + + + + + + diff --git a/components/SecondaryTitle.vue b/components/SecondaryTitle.vue new file mode 100644 index 0000000..9efa89c --- /dev/null +++ b/components/SecondaryTitle.vue @@ -0,0 +1,66 @@ + + + + + + diff --git a/pages/visual/PeakCoalView.vue b/pages/visual/PeakCoalView.vue index 8811f5b..3409026 100644 --- a/pages/visual/PeakCoalView.vue +++ b/pages/visual/PeakCoalView.vue @@ -7,9 +7,13 @@
-
- + + + + + +
@@ -22,13 +26,17 @@
-
+ +
+ +
+ @@ -124,42 +132,28 @@ body, html, #__nuxt, #__layout { .left-content { position: absolute; left: 0px; - height: 100%; - .flex-row; - - .left-icon { - width: 531px; - height: 100%; - background: url("assets/peakCoalImages/left/left-icon.png") no-repeat center center; - background-size: 100% 100%; - } + top: 136px; + width: 2935px; + height: 2721px; + background: url("assets/peakCoalImages/left/left-content-bg.png") no-repeat center 60px; + padding: 206px 476px 100px 412px; .left-data-panel { - width: 2451px; - height: 2721px; - background: url("assets/peakCoalImages/left/left-content-bg.png") no-repeat center 60px; - background-size: 100% 100%; + height: 100%; + width: 100%; + } } .right-content { position: absolute; right: 0px; - height: 100%; - .flex-row; - - .right-icon { - width: 531px; - height: 100%; - background: url("assets/peakCoalImages/right/right-icon.png") no-repeat center center; - background-size: 100% 100%; - } + top: 136px; + width: 2935px; + height: 2721px; + background: url("assets/peakCoalImages/right/right-content-bg.png") no-repeat center 60px; .right-data-panel { - width: 2451px; - height: 2721px; - background: url("assets/peakCoalImages/right/right-content-bg.png") no-repeat center 60px; - background-size: 100% 100%; } } @@ -168,10 +162,9 @@ body, html, #__nuxt, #__layout { left: 50%; top: 411px; transform: translateX(-50%); - width: 4251px; + width: 4383px; height: 2628px; background: url("assets/peakCoalImages/center/center-content-bg.png") no-repeat center center; - background-size: 100% 100%; } } @@ -182,5 +175,24 @@ body, html, #__nuxt, #__layout { height: 220px; background: url("assets/peakCoalImages/footer/footer-bg.png") no-repeat center center; } + + + .left-icon { + position: absolute; + left: 0px; + width: 531px; + height: 100%; + background: url("assets/peakCoalImages/left/left-icon.png") no-repeat center center; + background-size: 100% 100%; + } + + .right-icon { + position: absolute; + right: 0px; + width: 531px; + height: 100%; + background: url("assets/peakCoalImages/right/right-icon.png") no-repeat center center; + background-size: 100% 100%; + } }