Authored by hongyong.zhao

修复首页底部banner,分享等ui问题

... ... @@ -22,6 +22,7 @@
flex-direction: column;
align-items: center;
height: wrap;
width: 100%;
}
.dialog-image{
... ...
... ... @@ -52,6 +52,7 @@
letter-spacing: -0.36rpx;
text-align: center;
display: inline-block;
margin-top: 15rpx;
}
.container {
... ...
... ... @@ -4,7 +4,7 @@
<tabs-pane name="进行中">
<view class="productList">
<image class="topgif" src="./images/yoluck.gif"/>
<block wx:for="{{list[0].products}}" wx:key="{{item.id}}">
<block wx:for="{{list[0].products}}" wx:key="{{item.id}}">
<product-item product="{{item}}" class="product"></product-item>
</block>
</view>
... ...
... ... @@ -7,7 +7,7 @@
}
.productList {
margin-bottom: 322rpx;
/* margin-bottom: 322rpx; */
background: #F0F0F0;
}
... ... @@ -23,8 +23,8 @@
}
.bottom-banner {
position: fixed;
bottom: 88rpx;
/* position: fixed; */
margin-bottom: 88rpx;
height: 234rpx;
width: 100%;
}
... ...
... ... @@ -172,7 +172,7 @@ Page({
}
});
pCtx.drawImage('./images/Group@2x.png', 20 * scale, 286 * scale, 334 * scale, 136 * scale);
pCtx.drawImage('./images/Group@2x.png', 20 * scale, 286 * scale, 334 * scale, 68 * scale);
this.drawLongText(this.data.product_name, pCtx, 187.5 * scale, 412 * scale, '#444444', 20, 20);
... ...