|
@@ -31,13 +31,36 @@
|
|
|
</view>
|
|
|
<view class="mask" v-if="share">
|
|
|
<view class="buytip-layer layer " catchtap="handleStop">
|
|
|
- <view class="buy-tit">分享说明</view>
|
|
|
+ <view class="buy-tit">分享给你的好友</view>
|
|
|
+ <view class="grace-news-list">
|
|
|
+ <view class="grace-news-item" style="padding: 12rpx 8rpx;border: 1px dashed cornflowerblue;">
|
|
|
+ <view class="grace-news-body">
|
|
|
+ <text class="grace-news-title">{{fetch.info.share_title}}</text>
|
|
|
+ <text class="grace-news-desc">{{fetch.info.share_content}}</text>
|
|
|
+ </view>
|
|
|
+ <image :src="fetch.info.share_pic" class="image grace-news-img grace-news-img-r"></image>
|
|
|
+ </view>
|
|
|
+ <view class="grace-news-info">
|
|
|
+ <view style="width:500rpx;margin-top:20rpx;justify-content: center;" class="grace-nowrap">
|
|
|
+ <text class="grace-icons grace-news-info-text">查看 {{fetch.ticket.num}}</text>
|
|
|
+ <text class="grace-icons grace-news-info-text" style="margin-left:30rpx;">使用 {{fetch.ticket.num}}</text>
|
|
|
+ <text class="grace-icons grace-news-info-text" style="margin-left:30rpx;">剩余 {{fetch.ticket.num}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <!--
|
|
|
<view class="share_left">
|
|
|
<text class="p">{{fetch.info.share_title}}</text>
|
|
|
<text class="p">{{fetch.info.share_content}}</text>
|
|
|
</view>
|
|
|
<view class="share_right">
|
|
|
<image :src="fetch.info.share_pic" class="image"></image>
|
|
|
+ </view>
|
|
|
+ -->
|
|
|
+ <view class="grace-form-item grace-border-b">
|
|
|
+ <view class="grace-form-body" style="margin-left:0rpx">
|
|
|
+ <input type="text" class="grace-form-input" name="name1" placeholder="在这里输入一句话,你的好友能够看到哦~" />
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="btn-wrapper">
|
|
|
<view class="button" @click="hideShare" :style="bgcolor">分享</view>
|
|
@@ -294,7 +317,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.p{
|
|
|
- font-size: 24rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
text-align: justify;
|
|
|
line-height: 40rpx;
|
|
|
margin-bottom: 12rpx;
|
|
@@ -365,7 +388,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.mask .layer {
|
|
|
- width: 570rpx;
|
|
|
+ width: 620rpx;
|
|
|
box-sizing: border-box;
|
|
|
padding: 70rpx 60rpx;
|
|
|
background: #fff;
|