|
@@ -36,7 +36,7 @@
|
|
alt=""
|
|
alt=""
|
|
>
|
|
>
|
|
<img
|
|
<img
|
|
- class="background-image-text"
|
|
|
|
|
|
+ class="background-image"
|
|
src="@/assets/image/bg-text.png"
|
|
src="@/assets/image/bg-text.png"
|
|
alt="background"
|
|
alt="background"
|
|
>
|
|
>
|
|
@@ -124,13 +124,15 @@ export default {
|
|
bottom: 6.547vh;
|
|
bottom: 6.547vh;
|
|
height: 3.438vh;
|
|
height: 3.438vh;
|
|
}
|
|
}
|
|
- .background-image-text {
|
|
|
|
|
|
+ .background-image {
|
|
position: absolute;
|
|
position: absolute;
|
|
- left: 10%;
|
|
|
|
- top: 10%;
|
|
|
|
- object-fit: contain;
|
|
|
|
- width: 80vw;
|
|
|
|
- height: 80vh;
|
|
|
|
|
|
+ left: 0;
|
|
|
|
+ right: 0;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ top: 0;
|
|
|
|
+ object-fit: cover;
|
|
|
|
+ width: 100vw;
|
|
|
|
+ height: 100vh;
|
|
z-index: -1;
|
|
z-index: -1;
|
|
}
|
|
}
|
|
}
|
|
}
|