|
@@ -47,12 +47,12 @@
|
47
|
47
|
<div>
|
48
|
48
|
<InkEffect
|
49
|
49
|
class="ink-ruins"
|
50
|
|
- src="./images/pg2/废墟color.png"
|
|
50
|
+ src="./images/pg2/peace-color.png"
|
51
|
51
|
:speed="10"
|
52
|
52
|
:active="inkActive"
|
53
|
53
|
:clearable="true"
|
54
|
54
|
/>
|
55
|
|
- <img class="ruins" src="/images/pg2/废墟.png" alt />
|
|
55
|
+ <img class="ruins" src="/images/pg2/peace.png" alt />
|
56
|
56
|
</div>
|
57
|
57
|
</div>
|
58
|
58
|
<div class="flower1">
|
|
@@ -186,7 +186,8 @@ watch(show, (val) => {
|
186
|
186
|
}
|
187
|
187
|
|
188
|
188
|
.groups {
|
189
|
|
- top: 50vh;
|
|
189
|
+ // top: 50vh;
|
|
190
|
+ bottom: 0;
|
190
|
191
|
left: 0;
|
191
|
192
|
width: 100%;
|
192
|
193
|
z-index: 3;
|
|
@@ -248,7 +249,7 @@ watch(show, (val) => {
|
248
|
249
|
position: absolute;
|
249
|
250
|
z-index: 20;
|
250
|
251
|
right: 0;
|
251
|
|
- top: 250px;
|
|
252
|
+ top: 280px;
|
252
|
253
|
img {
|
253
|
254
|
width: 80px;
|
254
|
255
|
}
|