diff --git a/assets/peakCoalMonitoring/header/header-bg.png b/assets/peakCoalMonitoring/header/header-bg.png
index e3aa7a7..698f7dc 100644
Binary files a/assets/peakCoalMonitoring/header/header-bg.png and b/assets/peakCoalMonitoring/header/header-bg.png differ
diff --git a/pages/peak-coal-monitoring/PeakCoalMonitoring.vue b/pages/peak-coal-monitoring/PeakCoalMonitoring.vue
index 9bcebfa..99c80b4 100644
--- a/pages/peak-coal-monitoring/PeakCoalMonitoring.vue
+++ b/pages/peak-coal-monitoring/PeakCoalMonitoring.vue
@@ -8,7 +8,8 @@
@@ -173,27 +174,40 @@ body, html, #__nuxt, #__layout {
.header-panel {
position: absolute;
width: 100%;
- height: 160px;
display: flex;
flex-flow: row;
justify-content: center;
background: url("~/assets/peakCoalMonitoring/header/header-shadow.png") no-repeat;
background-size: 100% 100%;
- pointer-events: auto;
+ pointer-events: none;
+ height: 112px;
.header-content {
- height: 360px;
width: 100%;
background: url("~/assets/peakCoalMonitoring/header/header-bg.png") no-repeat;
background-size: 100% 100%;
- position: absolute;
- top: -123px;
+ height: 112px;
+ box-sizing: border-box;
+ padding-top: 30px;
._title{
- padding-top: 140px;
width: 100%;
- height: 60px;
font-family: AlimamaShuHeiTi-Bold;
- font-size: 32px;
+ font-size: 25px;
+ color: #D8F0FF;
+ letter-spacing: 7.68px;
+ text-align: center;
+ text-shadow: 0 0 11px #000000;
+ font-weight: 700;
+ margin: 0;
+ &.sub {
+ font-size: 18px;
+ }
+
+ }
+ .subtitle {
+ width: 100%;
+ font-family: AlimamaShuHeiTi-Bold;
+ font-size: 16px;
color: #D8F0FF;
letter-spacing: 7.68px;
text-align: center;