lisenzhou 2 years ago
parent
commit
3ed75194fd
1 changed files with 4 additions and 6 deletions
  1. 4
    6
      src/pages/pg2/index.vue

+ 4
- 6
src/pages/pg2/index.vue View File

47
       <div>
47
       <div>
48
         <InkEffect
48
         <InkEffect
49
           class="ink-ruins"
49
           class="ink-ruins"
50
-          src="./images/pg2/peace-color.png"
50
+          src="./images/pg2/废墟color.png"
51
           :speed="10"
51
           :speed="10"
52
           :active="inkActive"
52
           :active="inkActive"
53
           :clearable="true"
53
           :clearable="true"
54
         />
54
         />
55
-        <img class="ruins" src="/images/pg2/peace.png" alt />
55
+        <img class="ruins" src="/images/pg2/废墟.png" alt />
56
       </div>
56
       </div>
57
     </div>
57
     </div>
58
     <div class="flower1">
58
     <div class="flower1">
158
   }
158
   }
159
 
159
 
160
   .content {
160
   .content {
161
-    position: absolute;
162
     z-index: 10;
161
     z-index: 10;
163
     width: 80vw;
162
     width: 80vw;
164
     margin-left: 15vw;
163
     margin-left: 15vw;
187
   }
186
   }
188
 
187
 
189
   .groups {
188
   .groups {
190
-    // top: 50vh;
191
-    bottom: 0;
189
+    top: 50vh;
192
     left: 0;
190
     left: 0;
193
     width: 100%;
191
     width: 100%;
194
     z-index: 3;
192
     z-index: 3;
250
     position: absolute;
248
     position: absolute;
251
     z-index: 20;
249
     z-index: 20;
252
     right: 0;
250
     right: 0;
253
-    top: 280px;
251
+    top: 250px;
254
     img {
252
     img {
255
       width: 80px;
253
       width: 80px;
256
     }
254
     }