|
@@ -33,7 +33,7 @@
|
|
|
:src="getImg(item.url, '', 1200)"
|
|
:src="getImg(item.url, '', 1200)"
|
|
|
width="calc(100vw - 150px)"
|
|
width="calc(100vw - 150px)"
|
|
|
height="calc(100vw - 150px)"
|
|
height="calc(100vw - 150px)"
|
|
|
- fit="cover"
|
|
|
|
|
|
|
+ fit="contain"
|
|
|
/>
|
|
/>
|
|
|
</swiper-slide>
|
|
</swiper-slide>
|
|
|
</swiper>
|
|
</swiper>
|
|
@@ -206,7 +206,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
.mySwiper {
|
|
.mySwiper {
|
|
|
border-radius: @radius;
|
|
border-radius: @radius;
|
|
|
- border: 2px solid #ffffff;
|
|
|
|
|
|
|
+ // border: 2px solid #ffffff;
|
|
|
padding: 5px;
|
|
padding: 5px;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
.detail-animate();
|
|
.detail-animate();
|
|
@@ -220,7 +220,7 @@ export default {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
/deep/ .van-image {
|
|
/deep/ .van-image {
|
|
|
- border: 2px solid #2f2f2f;
|
|
|
|
|
|
|
+ // border: 2px solid #2f2f2f;
|
|
|
border-radius: @radius;
|
|
border-radius: @radius;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
background-color: @bg;
|
|
background-color: @bg;
|
|
@@ -230,7 +230,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.swiper-video {
|
|
.swiper-video {
|
|
|
- border: 2px solid #2f2f2f;
|
|
|
|
|
|
|
+ // border: 2px solid #2f2f2f;
|
|
|
border-radius: @radius;
|
|
border-radius: @radius;
|
|
|
width: calc(100vw - 150px);
|
|
width: calc(100vw - 150px);
|
|
|
height: calc(100vw - 150px);
|
|
height: calc(100vw - 150px);
|