|
@@ -1,5 +1,16 @@
|
|
|
<template>
|
|
|
<div id="guide" @click="openContactInfo">
|
|
|
+ <div class="bac">
|
|
|
+ <div class="one">
|
|
|
+ <img src="../assets/images/page1.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="tow">
|
|
|
+ <img src="../assets/images/page2.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="three">
|
|
|
+ <img src="../assets/images/page3.png" alt="">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<!-- <img id="background1" src="@/assets/images/background.png" /> -->
|
|
|
<div id="contact">
|
|
|
<img
|
|
@@ -91,6 +102,20 @@ export default {
|
|
|
|
|
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
|
<style scoped>
|
|
|
+.bac{
|
|
|
+ padding-top: 5.75rem;
|
|
|
+}
|
|
|
+.bac>div {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+.one>img {
|
|
|
+ width: 80%;
|
|
|
+}.tow>img {
|
|
|
+ width: 70%;
|
|
|
+}.three>img {
|
|
|
+ width: 90%;
|
|
|
+}
|
|
|
#guide {
|
|
|
width: 100vw;
|
|
|
height: 100vh;
|
|
@@ -202,7 +227,7 @@ img.img-contact {
|
|
|
|
|
|
#guide-button {
|
|
|
position: absolute;
|
|
|
- top: 33rem;
|
|
|
+ bottom: 2rem;
|
|
|
left: 50%;
|
|
|
width: 18.9rem;
|
|
|
height: 9.4rem;
|