Commit eb9cb869 authored by 罗超's avatar 罗超

调整样式

parent bdd2af9b
...@@ -21,11 +21,11 @@ ...@@ -21,11 +21,11 @@
<image <image
:src="goodsInfo.goodsTagPicUrl" :src="goodsInfo.goodsTagPicUrl"
mode="widthFix" mode="widthFix"
style="width: 100%" style="width: 100%;border-top-left-radius: 10px; border-top-right-radius: 10px;"
/> />
</div> </div>
<image <image
style="width: calc(100vw - 24px); height: 66vw" style="width: calc(100vw - 24px); height: 50vw"
:mode="goodsInfo.fill == 1 ? 'aspectFill' : 'aspectFit'" :mode="goodsInfo.fill == 1 ? 'aspectFill' : 'aspectFit'"
:src="item.picUrl" :src="item.picUrl"
v-if="goodsInfo.goodsCoverProportion == '3-2'" v-if="goodsInfo.goodsCoverProportion == '3-2'"
...@@ -198,9 +198,10 @@ export default { ...@@ -198,9 +198,10 @@ export default {
margin: 12px; margin: 12px;
position: relative; position: relative;
border: 1rpx solid transparent; border: 1rpx solid transparent;
border-radius: 10rpx; border-radius: 10px;
padding-bottom: 10rpx; padding-bottom: 10rpx;
overflow: hidden; overflow: hidden;
box-shadow: 0 4px 10px 1px #D2D2D2;
} }
.good-one .tips { .good-one .tips {
width: 64rpx; 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