|
@@ -245,18 +245,18 @@ body{
|
|
right: 0;
|
|
right: 0;
|
|
background: url(/img/activity/pc_close.png) center no-repeat;
|
|
background: url(/img/activity/pc_close.png) center no-repeat;
|
|
}
|
|
}
|
|
- .van-image-preview__close-icon--top-right {
|
|
|
|
- top: 58vw;
|
|
|
|
- right: 10vw;
|
|
|
|
- }
|
|
|
|
- .van-icon-clear::before {
|
|
|
|
|
|
+ .van-image-preview__image::before {
|
|
content: "";
|
|
content: "";
|
|
background: url(/img/activity/pc_close.png) center no-repeat;
|
|
background: url(/img/activity/pc_close.png) center no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
width: 7vw;
|
|
width: 7vw;
|
|
height: 7vw;
|
|
height: 7vw;
|
|
|
|
+ top: -12vw;
|
|
|
|
+ right: 0;
|
|
|
|
+ position: absolute;
|
|
}
|
|
}
|
|
.van-image-preview__image {
|
|
.van-image-preview__image {
|
|
width: 80vw;
|
|
width: 80vw;
|
|
|
|
+ position: relative;
|
|
}
|
|
}
|
|
}
|
|
}
|