Commit eb9cb869 authored by 罗超's avatar 罗超

调整样式

parent bdd2af9b
......@@ -21,11 +21,11 @@
<image
:src="goodsInfo.goodsTagPicUrl"
mode="widthFix"
style="width: 100%"
style="width: 100%;border-top-left-radius: 10px; border-top-right-radius: 10px;"
/>
</div>
<image
style="width: calc(100vw - 24px); height: 66vw"
style="width: calc(100vw - 24px); height: 50vw"
:mode="goodsInfo.fill == 1 ? 'aspectFill' : 'aspectFit'"
:src="item.picUrl"
v-if="goodsInfo.goodsCoverProportion == '3-2'"
......@@ -198,9 +198,10 @@ export default {
margin: 12px;
position: relative;
border: 1rpx solid transparent;
border-radius: 10rpx;
border-radius: 10px;
padding-bottom: 10rpx;
overflow: hidden;
box-shadow: 0 4px 10px 1px #D2D2D2;
}
.good-one .tips {
width: 64rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment