Commit 11e84c9c by 赵雅纹

海报样式问题

parent 12802707
<view class="commodity_screen2" bindtap='closePoste' style='opacity: 0.5;' wx:if="{{showpost}}"></view> <view class="commodity_screen2" bindtap='closePoste' style='opacity: 0.5;' wx:if="{{showpost}}" catchtouchmove='false'></view>
<view class='poste_box' bindlongpress='saveShareImg' hidden='{{!showpost}}'> <view class='poste_box' bindlongpress='saveShareImg' hidden='{{!showpost}}'>
<view class='poste_content' id='canvas-container'> <view class='poste_content' id='canvas-container'>
<canvas canvas-id="myCanvas" style="width:100%;height:{{imgHeight}}px;" /> <canvas canvas-id="myCanvas" style="width:100%;height:{{imgHeight}}px;" />
......
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
overflow: hidden; overflow: hidden;
margin-top: 153rpx; margin-top: 153rpx;
background-color: #fff; background-color: #fff;
position: absolute; position: fixed;
top: 0; top: 0;
z-index: 9999; z-index: 9999;
border-radius: 5rpx; border-radius: 5rpx;
...@@ -179,13 +179,13 @@ ...@@ -179,13 +179,13 @@
border-radius: 50%; border-radius: 50%;
}*/ }*/
.showImages{ .showImages{
position: absolute; position: fixed;
top: 0; top: 0;
width: 56rpx; width: 56rpx;
height: 56rpx; height: 56rpx;
} }
.save-poster{ .save-poster{
position: absolute; position: fixed;
top: 909rpx; top: 909rpx;
z-index: 9999; z-index: 9999;
text-align: center; text-align: center;
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
</view> </view>
</view> --> </view> -->
</view> </view>
<view class="empty"> <view class="empty" wx:if="{{!inviteMemberList || inviteMemberList.length < 1}}">
暂无邀请记录~ 暂无邀请记录~
</view> </view>
</view> </view>
......
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