|
@@ -38,7 +38,7 @@ export default {
|
38
|
38
|
list: [
|
39
|
39
|
{
|
40
|
40
|
image: require('@/assets/perjectImages/1-1.jpg'),
|
41
|
|
- backSign: backSignImg
|
|
41
|
+ backSign: backSignImg2
|
42
|
42
|
},
|
43
|
43
|
{
|
44
|
44
|
image: require('@/assets/perjectImages/2-1.jpg'),
|
|
@@ -46,7 +46,7 @@ export default {
|
46
|
46
|
},
|
47
|
47
|
{
|
48
|
48
|
image: require('@/assets/perjectImages/3-1.jpg'),
|
49
|
|
- backSign: backSignImg
|
|
49
|
+ backSign: backSignImg2
|
50
|
50
|
},
|
51
|
51
|
{
|
52
|
52
|
image: require('@/assets/perjectImages/4-1.jpg'),
|
|
@@ -66,7 +66,7 @@ export default {
|
66
|
66
|
},
|
67
|
67
|
{
|
68
|
68
|
image: require('@/assets/perjectImages/8-1.jpg'),
|
69
|
|
- backSign: backSignImg
|
|
69
|
+ backSign: backSignImg2
|
70
|
70
|
}
|
71
|
71
|
]
|
72
|
72
|
}
|
|
@@ -143,8 +143,7 @@ export default {
|
143
|
143
|
.back-sign {
|
144
|
144
|
position: absolute;
|
145
|
145
|
z-index: 500;
|
146
|
|
- right: 10px;
|
147
|
|
- bottom: -24px;
|
|
146
|
+ top: -10px;
|
148
|
147
|
width: 76px;
|
149
|
148
|
height: 68px;
|
150
|
149
|
|