|
@@ -2,7 +2,6 @@
|
2
|
2
|
<div class="page pg-bg pg2" parallax ref="pgRef">
|
3
|
3
|
<div class="bg">
|
4
|
4
|
<div>
|
5
|
|
- <!-- <img src="/images/pg2/content-bg.png" parallax-offset='200' alt="" /> -->
|
6
|
5
|
<Animate
|
7
|
6
|
comp="img"
|
8
|
7
|
name="animate__fadeInLeft"
|
|
@@ -11,7 +10,6 @@
|
11
|
10
|
/>
|
12
|
11
|
</div>
|
13
|
12
|
</div>
|
14
|
|
- <!-- <Cloud class="cloud abs" /> -->
|
15
|
13
|
<div class="content">
|
16
|
14
|
<div>
|
17
|
15
|
<Animate
|
|
@@ -22,11 +20,8 @@
|
22
|
20
|
delay="1000ms"
|
23
|
21
|
:ready="show"
|
24
|
22
|
/>
|
25
|
|
- <!-- <img class="year" src="/images/pg2/1939年.png" alt="" /> -->
|
26
|
23
|
</div>
|
27
|
|
- <!-- 1939年 -->
|
28
|
24
|
<div>
|
29
|
|
- <!-- <img class="text1" src="/images/pg2/text1.png" alt="" /> -->
|
30
|
25
|
<Animate
|
31
|
26
|
class="text1"
|
32
|
27
|
comp="img"
|
|
@@ -45,19 +40,8 @@
|
45
|
40
|
delay="3000ms"
|
46
|
41
|
:ready="show"
|
47
|
42
|
/>
|
48
|
|
- <!-- <img class="text2" src="/images/pg2/text2.png" alt="" /> -->
|
49
|
43
|
</div>
|
50
|
|
- <!-- </Animate> -->
|
51
|
|
- <!-- <Animate
|
52
|
|
- @click="onClick"
|
53
|
|
- class="story"
|
54
|
|
- comp="img"
|
55
|
|
- name="animate__fadeInDown"
|
56
|
|
- delay="600ms"
|
57
|
|
- src="./images/pg2/story.png"
|
58
|
|
- alt
|
59
|
|
- :ready="show"
|
60
|
|
- /> -->
|
|
44
|
+
|
61
|
45
|
</div>
|
62
|
46
|
|
63
|
47
|
<div class="groups abs">
|
|
@@ -83,13 +67,6 @@
|
83
|
67
|
了解故事
|
84
|
68
|
<img src="/images/pg2/箭头-右.png" alt />
|
85
|
69
|
</div>
|
86
|
|
- <!-- <img class="footer abs" src="/images/pg2/footer.png" alt /> -->
|
87
|
|
-
|
88
|
|
- <!-- <div class="flower abs">
|
89
|
|
- <Animate class="flower1 abs" :comp="Flower1" :name="flowerAnimate.left" :ready="show" />
|
90
|
|
- <Animate class="flower2 abs" :comp="Flower2" :name="flowerAnimate.right" :ready="show" />
|
91
|
|
- <Animate class="flower3 abs" :comp="Flower3" :name="flowerAnimate.left" :ready="show" />
|
92
|
|
- </div> -->
|
93
|
70
|
</div>
|
94
|
71
|
</template>
|
95
|
72
|
|
|
@@ -140,12 +117,10 @@ const [pgRef, show] = usePageShow(flowShow);
|
140
|
117
|
<style lang="less" scoped>
|
141
|
118
|
.pg2 {
|
142
|
119
|
overflow: hidden;
|
143
|
|
- // margin-top: -80px;
|
144
|
120
|
.bg {
|
145
|
121
|
position: absolute;
|
146
|
122
|
z-index: 0;
|
147
|
123
|
width: 50%;
|
148
|
|
- // height: 100%;
|
149
|
124
|
left: 0;
|
150
|
125
|
top: 0;
|
151
|
126
|
& > div {
|
|
@@ -153,22 +128,6 @@ const [pgRef, show] = usePageShow(flowShow);
|
153
|
128
|
}
|
154
|
129
|
}
|
155
|
130
|
|
156
|
|
- .bell {
|
157
|
|
- top: 30px;
|
158
|
|
- right: 30px;
|
159
|
|
- }
|
160
|
|
-
|
161
|
|
- .cloud {
|
162
|
|
- top: 0;
|
163
|
|
- left: 0;
|
164
|
|
- width: 100vw;
|
165
|
|
- }
|
166
|
|
-
|
167
|
|
- .hill {
|
168
|
|
- top: 30vh;
|
169
|
|
- z-index: 2;
|
170
|
|
- }
|
171
|
|
-
|
172
|
131
|
.content {
|
173
|
132
|
z-index: 10;
|
174
|
133
|
width: 80vw;
|
|
@@ -207,26 +166,15 @@ const [pgRef, show] = usePageShow(flowShow);
|
207
|
166
|
position: relative;
|
208
|
167
|
}
|
209
|
168
|
|
210
|
|
- .persons {
|
211
|
|
- z-index: 3;
|
212
|
|
- position: absolute;
|
213
|
|
- bottom: -50%;
|
214
|
|
- }
|
215
|
|
-
|
216
|
169
|
.ruins {
|
217
|
170
|
z-index: 2;
|
218
|
171
|
position: relative;
|
219
|
172
|
}
|
220
|
|
-
|
221
|
|
- img {
|
222
|
|
- filter: gray;
|
223
|
|
- }
|
224
|
173
|
}
|
225
|
174
|
.flower1 {
|
226
|
175
|
position: absolute;
|
227
|
176
|
z-index: 20;
|
228
|
177
|
width: 50%;
|
229
|
|
- // height: 100%;
|
230
|
178
|
left: 50px;
|
231
|
179
|
top: 500px;
|
232
|
180
|
& > div {
|
|
@@ -239,8 +187,6 @@ const [pgRef, show] = usePageShow(flowShow);
|
239
|
187
|
.flower2 {
|
240
|
188
|
position: absolute;
|
241
|
189
|
z-index: 20;
|
242
|
|
-
|
243
|
|
- // height: 100%;
|
244
|
190
|
right: 0;
|
245
|
191
|
top: 250px;
|
246
|
192
|
img {
|