|
@@ -78,7 +78,7 @@
|
|
|
.header {
|
|
|
width: 100%;
|
|
|
height: 90rem;
|
|
|
- background: url(src/assets/images/logo2.png) no-repeat;
|
|
|
+ background: url('@/assets/images/logo2.png') no-repeat;
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
@@ -90,7 +90,7 @@
|
|
|
top: 40%;
|
|
|
width: 246rem;
|
|
|
height: 54rem;
|
|
|
- background: url(src/assets/images/yztTitie.png) no-repeat;
|
|
|
+ background: url('@/assets/images/yztTitie.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
}
|
|
@@ -100,7 +100,7 @@
|
|
|
top: 40%;
|
|
|
width: 246rem;
|
|
|
height: 54rem;
|
|
|
- background: url(src/assets/images/yztXzTitie.png) no-repeat;
|
|
|
+ background: url('@/assets/images/yztXzTitie.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
}
|
|
@@ -110,7 +110,7 @@
|
|
|
top: 40%;
|
|
|
width: 246rem;
|
|
|
height: 54rem;
|
|
|
- background: url(src/assets/images/sqTitle.png) no-repeat;
|
|
|
+ background: url('@/assets/images/sqTitle.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
}
|
|
@@ -120,7 +120,7 @@
|
|
|
top: 40%;
|
|
|
width: 246rem;
|
|
|
height: 54rem;
|
|
|
- background: url(src/assets/images/sqXzTitle.png) no-repeat;
|
|
|
+ background: url('@/assets/images/sqXzTitle.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
}
|
|
@@ -130,7 +130,7 @@
|
|
|
top: 40%;
|
|
|
width: 246rem;
|
|
|
height: 54rem;
|
|
|
- background: url(src/assets/images/ggTitle.png) no-repeat;
|
|
|
+ background: url('@/assets/images/ggTitle.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
}
|
|
@@ -140,7 +140,7 @@
|
|
|
top: 40%;
|
|
|
width: 246rem;
|
|
|
height: 54rem;
|
|
|
- background: url(src/assets/images/ggXzTitle.png) no-repeat;
|
|
|
+ background: url('@/assets/images/ggXzTitle.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
}
|
|
@@ -150,7 +150,7 @@
|
|
|
top: 40%;
|
|
|
width: 246rem;
|
|
|
height: 54rem;
|
|
|
- background: url(src/assets/images/ywTitle.png) no-repeat;
|
|
|
+ background: url('@/assets/images/ywTitle.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
}
|
|
@@ -160,7 +160,7 @@
|
|
|
top: 40%;
|
|
|
width: 246rem;
|
|
|
height: 54rem;
|
|
|
- background: url(src/assets/images/ywXzTitle.png) no-repeat;
|
|
|
+ background: url('@/assets/images/ywXzTitle.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
}
|