Commit 061a51a6 by yuzhenWang

切换分支

parent c7d6cd9a
......@@ -67,7 +67,7 @@
<view class="top">
<image class="productImg" :src="item.displayImage" alt="" mode="widthFix"></image>
<view class="productDes">
111111
</view>
</view>
<view class="bottom">
......@@ -620,6 +620,13 @@
overflow: hidden;
.top{
width: 290rpx;
position: relative;
.productDes{
position: absolute;
left: 0;
bottom: 0;
background-color: ;
}
.productImg{
border-radius: 20rpx;
}
......
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