mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 14:19:38 +08:00
1
This commit is contained in:
parent
4f39044a82
commit
080175854f
@ -18,13 +18,13 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="btnView">
|
<view class="btnView">
|
||||||
<view class="btn" bind:tap="jumpPay">去支付</view>
|
<view class="btn" bind:tap="jumpPay">去支付</view>
|
||||||
<view class="btn">去邀请</view>
|
<view class="btn">去邀请
|
||||||
|
<button class="shareBtn" open-type="share">转发</button>
|
||||||
|
</view>
|
||||||
<view class="btn">取消订单</view>
|
<view class="btn">取消订单</view>
|
||||||
<view class="btn" bind:tap="jumpMeetingDetail">查看会议</view>
|
<view class="btn" bind:tap="jumpMeetingDetail">查看会议</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 测试转发 -->
|
|
||||||
<button open-type="share">转发</button>
|
|
||||||
|
|
||||||
</view>
|
</view>
|
@ -87,9 +87,20 @@
|
|||||||
|
|
||||||
.itemView .btnView .btn {
|
.itemView .btnView .btn {
|
||||||
border: 1px solid #4e96f8;
|
border: 1px solid #4e96f8;
|
||||||
|
position: relative;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
margin-left: 16rpx;
|
margin-left: 16rpx;
|
||||||
padding: 10rpx 24rpx;
|
padding: 10rpx 24rpx;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
color: #4e96f8;
|
color: #4e96f8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shareBtn{
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
opacity: 0;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user