Authored by htoooth

fix

... ... @@ -3,13 +3,14 @@
<view class="snapshoot-container">
<view class="snapshoot-content">
<view class="snapshoot">
<image class="product-img-bg" src="./images/snapshoot_share_bg@2x.png"></image>
<view>你的好友邀你为ta助力,购买限定商品</view>
<view class="snapshoot-title">
<view>你的好友邀你为ta助力,购买限定商品</view>
</view>
<view class="snapshoot-productinfo">
<image class="product-defaultImage" src="{{default_image}}"> </image>
<view class="product-info-content">
<text class="product-name">{{product_name}}</text>
</view>
</view>
<view class="product-info-content">
<text class="product-name">{{product_name}}</text>
</view>
<view class="product-miniqr">
<image class="yoho-logo" src="./images/share-logo@2x.png"></image>
... ...
... ... @@ -145,6 +145,12 @@
color: #444444;
}
.snapshoot-title {
font-size: 25rpx;
margin-top: 40rpx;
margin-bottom: 40rpx;
}
/*商品 */
.product-img-bg {
... ... @@ -153,9 +159,8 @@
}
.snapshoot-productinfo {
margin-top: -220rpx;
width: 460rpx;
height: 620rpx;
height: 400rpx;
background-color: white;
box-shadow:5px 5px 3px rgba(0, 0, 0, 0.05);
border: 0.5rpx solid #e5e5e5;
... ... @@ -164,16 +169,6 @@
align-items: center;
}
.snapshoot-union {
margin-top: -220rpx;
width: 460rpx;
height: 620rpx;
background-color: white;
box-shadow:5px 5px 3px rgba(0, 0, 0, 0.05);
display: flex;
flex-direction: column;
align-items: center;
}
.product-defaultImage {
width: 100%;
... ... @@ -182,9 +177,7 @@
.product-info-content {
width: 100%;
height: 172rpx;
margin-top: -172rpx;
background-color: rgba(0, 0, 0, 0.5);
height: 180rpx;
display: flex;
flex-direction: column;
align-items: center;
... ...
... ... @@ -33,7 +33,7 @@
"list": []
},
"miniprogram": {
"current": 2,
"current": 3,
"list": [
{
"id": 0,
... ...