|
|
@@ -22,7 +22,7 @@
|
|
|
@click="goNext(item)"
|
|
|
:radius="6"
|
|
|
width="100%"
|
|
|
- height="calc(45vw - 29px)"
|
|
|
+ height="calc(50vw - 33px)"
|
|
|
:src="item.pic"
|
|
|
fit="cover"
|
|
|
/>
|
|
|
@@ -194,11 +194,11 @@ export default {
|
|
|
background-position: center;
|
|
|
background-size: cover;
|
|
|
width: calc(100vw - 66px);
|
|
|
- height: calc(45vw - 29px);
|
|
|
+ height: calc(50vw - 33px);
|
|
|
|
|
|
img {
|
|
|
width: calc(100vw - 66px);
|
|
|
- height: calc(45vw - 29px);
|
|
|
+ height: calc(50vw - 33px);
|
|
|
display: block;
|
|
|
}
|
|
|
.van-image {
|