|
@@ -3,12 +3,9 @@
|
3
|
3
|
<div class="project-index">
|
4
|
4
|
<img src="@/assets/perjectImages/langbgm.jpg" width="100%" class="bgiclass" @load="handleImageLoad"/>
|
5
|
5
|
<div class="index-project-swiper" :style="swiperStyle" ref="swiperRef">
|
6
|
|
- <div class="index-pos-hander" >
|
7
|
|
- <img :src="require('@/assets/perjectImages/swiperButton.png')" alt="">
|
8
|
|
- </div>
|
9
|
6
|
<project-swiper v-if="swiperShow" @clickItem="handleShow"></project-swiper>
|
10
|
7
|
</div>
|
11
|
|
- <img src="@/assets/perjectImages/indexbottom.jpg" width="100%" class="bgiclass" @load="handleImageLoad"/>
|
|
8
|
+ <img src="@/assets/perjectImages/indexbottom.jpg" width="100%" class="bgiclass" style="margin-top: 15px" @load="handleImageLoad"/>
|
12
|
9
|
<div v-for="(item, index) in list" :key="item.image">
|
13
|
10
|
<yz-modal :visible="visible[index]" class="project-modal" @touchmove.native="handleMove">
|
14
|
11
|
<div class="modal-inner">
|
|
@@ -41,7 +38,7 @@ export default {
|
41
|
38
|
list: [
|
42
|
39
|
{
|
43
|
40
|
image: require('@/assets/perjectImages/1-1.jpg'),
|
44
|
|
- backSign: backSignImg
|
|
41
|
+ backSign: backSignImg2
|
45
|
42
|
},
|
46
|
43
|
{
|
47
|
44
|
image: require('@/assets/perjectImages/2-1.jpg'),
|
|
@@ -49,11 +46,11 @@ export default {
|
49
|
46
|
},
|
50
|
47
|
{
|
51
|
48
|
image: require('@/assets/perjectImages/3-1.jpg'),
|
52
|
|
- backSign: backSignImg
|
|
49
|
+ backSign: backSignImg2
|
53
|
50
|
},
|
54
|
51
|
{
|
55
|
52
|
image: require('@/assets/perjectImages/4-1.jpg'),
|
56
|
|
- backSign: backSignImg
|
|
53
|
+ backSign: backSignImg2
|
57
|
54
|
},
|
58
|
55
|
{
|
59
|
56
|
image: require('@/assets/perjectImages/5-1.jpg'),
|
|
@@ -61,15 +58,15 @@ export default {
|
61
|
58
|
},
|
62
|
59
|
{
|
63
|
60
|
image: require('@/assets/perjectImages/6-1.jpg'),
|
64
|
|
- backSign: backSignImg
|
|
61
|
+ backSign: backSignImg2
|
65
|
62
|
},
|
66
|
63
|
{
|
67
|
64
|
image: require('@/assets/perjectImages/7-1.jpg'),
|
68
|
|
- backSign: backSignImg
|
|
65
|
+ backSign: backSignImg2
|
69
|
66
|
},
|
70
|
67
|
{
|
71
|
68
|
image: require('@/assets/perjectImages/8-1.jpg'),
|
72
|
|
- backSign: backSignImg
|
|
69
|
+ backSign: backSignImg2
|
73
|
70
|
}
|
74
|
71
|
]
|
75
|
72
|
}
|
|
@@ -109,7 +106,7 @@ export default {
|
109
|
106
|
<style lang="scss" scoped>
|
110
|
107
|
.project-index {
|
111
|
108
|
overflow-x: hidden;
|
112
|
|
- background: #f0f0f0;
|
|
109
|
+ background: #ededed;
|
113
|
110
|
position: relative;
|
114
|
111
|
|
115
|
112
|
.index-pos-hander {
|
|
@@ -146,10 +143,9 @@ export default {
|
146
|
143
|
.back-sign {
|
147
|
144
|
position: absolute;
|
148
|
145
|
z-index: 500;
|
149
|
|
- right: 10px;
|
150
|
|
- bottom: -24px;
|
151
|
|
- width: 96px;
|
152
|
|
- height: 88px;
|
|
146
|
+ top: -10px;
|
|
147
|
+ width: 76px;
|
|
148
|
+ height: 68px;
|
153
|
149
|
|
154
|
150
|
img {
|
155
|
151
|
width: 100%;
|