|
@@ -29,7 +29,7 @@ import Smoke from './smoke.vue';
|
29
|
29
|
|
30
|
30
|
<style lang="less" scoped>
|
31
|
31
|
.pg2 {
|
32
|
|
- background-image: url('./images/pg2/BG.jpg');
|
|
32
|
+ background-image: url('/images/pg2/BG.jpg');
|
33
|
33
|
background-size:100% 100%;
|
34
|
34
|
|
35
|
35
|
.cloud1 {
|
|
@@ -39,7 +39,7 @@ import Smoke from './smoke.vue';
|
39
|
39
|
right: -10px;
|
40
|
40
|
z-index: 0;
|
41
|
41
|
|
42
|
|
- background-image: url('./images/pg2/云1.png');
|
|
42
|
+ background-image: url('/images/pg2/云1.png');
|
43
|
43
|
background-size:100% 100%;
|
44
|
44
|
}
|
45
|
45
|
|
|
@@ -50,7 +50,7 @@ import Smoke from './smoke.vue';
|
50
|
50
|
left: -10vw;
|
51
|
51
|
z-index: 0;
|
52
|
52
|
|
53
|
|
- background-image: url('./images/pg2/云2.png');
|
|
53
|
+ background-image: url('/images/pg2/云2.png');
|
54
|
54
|
background-size:100% 100%;
|
55
|
55
|
}
|
56
|
56
|
|