Commit 061a51a6 by yuzhenWang

切换分支

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