Style:分享图片css调整
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
.box-img {
|
.box-img {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 600rpx;
|
width: 600rpx;
|
||||||
height: 832rpx;
|
height: 800rpx;
|
||||||
border-radius: 40rpx;
|
border-radius: 40rpx;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
@@ -26,8 +26,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main-img {
|
.main-img {
|
||||||
width: 600rpx;
|
width: 100%;
|
||||||
height: 832rpx;
|
height: 800rpx;
|
||||||
border-radius: 40rpx;
|
border-radius: 40rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -602,7 +602,7 @@
|
|||||||
class="icon"
|
class="icon"
|
||||||
@click="closeShare"
|
@click="closeShare"
|
||||||
/>
|
/>
|
||||||
<image :src="posterUrl" class="main-img" />
|
<image :src="posterUrl" class="main-img" mode="widthFix" />
|
||||||
</view>
|
</view>
|
||||||
<image
|
<image
|
||||||
:src="webUrl + '/20230608112210135038.png'"
|
:src="webUrl + '/20230608112210135038.png'"
|
||||||
|
|||||||
Reference in New Issue
Block a user