Commit 7614b325 by 赵雅纹

样式bug

parent ef6bf2b6
...@@ -16,8 +16,9 @@ ...@@ -16,8 +16,9 @@
<view class="save-btn-desc">适用于发给小伙伴或聊天群</view> <view class="save-btn-desc">适用于发给小伙伴或聊天群</view>
</view> </view>
</view> </view>
<view class="quick-share" bindtap="gotoPoster" hidden='{{!showCardModal}}'> <view class="quick-share" bindtap="gotoPoster" hidden='{{!showCardModal}}'>
生成朋友圈海报 <image class="share-image" mode="widthFix" src="/assets/imgs/7_1_0/quick-share-white.png" />
<text class="share-text">生成朋友圈海报</text>
</view> </view>
</view> </view>
<share-poster id="getPoster" bindmyevent="myEventListener" avater="{{cardUrl}}" productDesc="{{cardTitle}}" userAvatar="http://t2.hddhhn.com/uploads/tu/201806/9999/91480c0c87.jpg" bind:showMiniCard="_showMiniCard" pagePath="{{pagePath}}" code-img="{{codeImg}}"></share-poster> <share-poster id="getPoster" bindmyevent="myEventListener" avater="{{cardUrl}}" productDesc="{{cardTitle}}" userAvatar="http://t2.hddhhn.com/uploads/tu/201806/9999/91480c0c87.jpg" bind:showMiniCard="_showMiniCard" pagePath="{{pagePath}}" code-img="{{codeImg}}"></share-poster>
......
...@@ -90,10 +90,18 @@ ...@@ -90,10 +90,18 @@
line-height: 88rpx; line-height: 88rpx;
width: 750rpx; width: 750rpx;
text-align: center; text-align: center;
z-index: 9999;
background-color: #999;
}
.share-image{
width: 24rpx;
vertical-align: middle;
margin-right: 10rpx;
}
.share-text{
color: #ffffff; color: #ffffff;
font-size: 26rpx; font-size: 26rpx;
z-index: 9999; vertical-align: middle;
background-color: rgba(255, 255, 255, 0.2);
} }
.card_content{ .card_content{
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
</view> </view>
</view> </view>
<view class="quick-share" bindtap="quickShare" hidden='{{!showpost}}'> <view class="quick-share" bindtap="quickShare" hidden='{{!showpost}}'>
快速分享 <image class="share-image" mode="widthFix" src="/assets/imgs/7_1_0/quick-share-white.png" />
<text class="share-text">快速分享</text>
</view> </view>
<!-- <image src="{{codeImg}}"></image> --> <!-- <image src="{{codeImg}}"></image> -->
......
...@@ -212,8 +212,16 @@ ...@@ -212,8 +212,16 @@
line-height: 88rpx; line-height: 88rpx;
width: 750rpx; width: 750rpx;
text-align: center; text-align: center;
z-index: 9999;
background-color: #999;
}
.share-image{
width: 24rpx;
vertical-align: middle;
margin-right: 10rpx;
}
.share-text{
color: #ffffff; color: #ffffff;
font-size: 26rpx; font-size: 26rpx;
z-index: 9999; vertical-align: middle;
background-color: rgba(255, 255, 255, 0.2);
} }
\ No newline at end of file
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