|
@@ -245,4 +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 {
|
|
|
|
+ content: "";
|
|
|
|
+ background: url(/img/activity/pc_close.png) center no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ width: 7vw;
|
|
|
|
+ height: 7vw;
|
|
|
|
+ }
|
|
|
|
+ .van-image-preview__image {
|
|
|
|
+ width: 80vw;
|
|
|
|
+ }
|
|
}
|
|
}
|