|
@@ -41,6 +41,19 @@
|
41
|
41
|
:ready="show"
|
42
|
42
|
/>
|
43
|
43
|
</div>
|
|
44
|
+
|
|
45
|
+ <div class="story" style="z-index: 2000">
|
|
46
|
+ <Animate
|
|
47
|
+ comp="img"
|
|
48
|
+ name="animate__fadeIn"
|
|
49
|
+ @click="router.push('/pg2-2')"
|
|
50
|
+ src="/images/pg2/getStory.png"
|
|
51
|
+ alt=""
|
|
52
|
+ style="width: 30vw; margin: auto; margin-bottom: 3vh"
|
|
53
|
+ delay="4000ms"
|
|
54
|
+ :ready="show"
|
|
55
|
+ />
|
|
56
|
+ </div>
|
44
|
57
|
</div>
|
45
|
58
|
|
46
|
59
|
<div class="groups abs">
|
|
@@ -81,15 +94,6 @@
|
81
|
94
|
</div>
|
82
|
95
|
</div> -->
|
83
|
96
|
|
84
|
|
- <div class="footer" style="z-index: 2000">
|
85
|
|
- <img
|
86
|
|
- @click="router.push('/pg2-2')"
|
87
|
|
- src="/images/pg2/getStory.png"
|
88
|
|
- alt=""
|
89
|
|
- style="width: 30vw; margin: auto; margin-bottom: 3vh"
|
90
|
|
- >
|
91
|
|
- </div>
|
92
|
|
-
|
93
|
97
|
<DownArrow />
|
94
|
98
|
</div>
|
95
|
99
|
</template>
|
|
@@ -169,6 +173,7 @@ watch(show, (val) => {
|
169
|
173
|
}
|
170
|
174
|
|
171
|
175
|
.content {
|
|
176
|
+ position: relative;
|
172
|
177
|
z-index: 10;
|
173
|
178
|
width: 80vw;
|
174
|
179
|
margin-left: 15vw;
|
|
@@ -189,7 +194,8 @@ watch(show, (val) => {
|
189
|
194
|
width: 60%;
|
190
|
195
|
}
|
191
|
196
|
.story {
|
192
|
|
- margin-top: 12px;
|
|
197
|
+ margin-top: 30px;
|
|
198
|
+ margin-left: -4%;
|
193
|
199
|
width: 45%;
|
194
|
200
|
display: block;
|
195
|
201
|
animation-delay: 600ms;
|
|
@@ -273,6 +279,7 @@ watch(show, (val) => {
|
273
|
279
|
opacity: 0;
|
274
|
280
|
}
|
275
|
281
|
|
|
282
|
+
|
276
|
283
|
.footer {
|
277
|
284
|
left: 0;
|
278
|
285
|
bottom: 0;
|