|
@@ -355,6 +355,14 @@
|
|
|
{{ info.publicShow ? '公开展示' : '私密展示' }}
|
|
{{ info.publicShow ? '公开展示' : '私密展示' }}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <div class="purchase_transaction_button_two_con_certificate" @click="share">
|
|
|
|
|
+ <img
|
|
|
|
|
+ :src="require('@assets/fengxiang@3x.png')"
|
|
|
|
|
+ alt=""
|
|
|
|
|
+ class="purchase_transaction_button_two_con_img"
|
|
|
|
|
+ />
|
|
|
|
|
+ <div class="purchase_transaction_button_two_con_text">分享</div>
|
|
|
|
|
+ </div>
|
|
|
<!-- <div class="purchase_transaction_button_two_con_certificate" @click="wait">
|
|
<!-- <div class="purchase_transaction_button_two_con_certificate" @click="wait">
|
|
|
<img
|
|
<img
|
|
|
:src="require('@assets/zhengshu@3x.png')"
|
|
:src="require('@assets/zhengshu@3x.png')"
|
|
@@ -363,21 +371,21 @@
|
|
|
/>
|
|
/>
|
|
|
<div class="purchase_transaction_button_two_con_text">证书</div>
|
|
<div class="purchase_transaction_button_two_con_text">证书</div>
|
|
|
</div> -->
|
|
</div> -->
|
|
|
- <van-icon name="ellipsis" size="20" @click="moreDisplay" />
|
|
|
|
|
|
|
+ <!-- <van-icon name="ellipsis" size="20" @click="moreDisplay" />
|
|
|
<div class="purchase_transaction_button_two_con_more_display" v-if="moreDisplayOne === true">
|
|
<div class="purchase_transaction_button_two_con_more_display" v-if="moreDisplayOne === true">
|
|
|
<img
|
|
<img
|
|
|
:src="require('@assets/xingzhuanglianhe@3x.png')"
|
|
:src="require('@assets/xingzhuanglianhe@3x.png')"
|
|
|
alt=""
|
|
alt=""
|
|
|
class="purchase_transaction_button_two_con_more_display_img"
|
|
class="purchase_transaction_button_two_con_more_display_img"
|
|
|
/>
|
|
/>
|
|
|
- <!-- <div class="purchase_transaction_button_two_con_more_display_con" @click="Consignment">
|
|
|
|
|
|
|
+ <div class="purchase_transaction_button_two_con_more_display_con" @click="Consignment">
|
|
|
<img
|
|
<img
|
|
|
:src="require('@assets/guashou@3x.png')"
|
|
:src="require('@assets/guashou@3x.png')"
|
|
|
alt=""
|
|
alt=""
|
|
|
class="purchase_transaction_button_two_con_more_display_con_img"
|
|
class="purchase_transaction_button_two_con_more_display_con_img"
|
|
|
/>
|
|
/>
|
|
|
<div class="purchase_transaction_button_two_con_more_display_con_title">挂售</div>
|
|
<div class="purchase_transaction_button_two_con_more_display_con_title">挂售</div>
|
|
|
- </div> -->
|
|
|
|
|
|
|
+ </div>
|
|
|
<div class="purchase_transaction_button_two_con_more_display_con" @click="share">
|
|
<div class="purchase_transaction_button_two_con_more_display_con" @click="share">
|
|
|
<img
|
|
<img
|
|
|
:src="require('@assets/fengxiang@3x.png')"
|
|
:src="require('@assets/fengxiang@3x.png')"
|
|
@@ -386,7 +394,7 @@
|
|
|
/>
|
|
/>
|
|
|
<div class="purchase_transaction_button_two_con_more_display_con_title">分享</div>
|
|
<div class="purchase_transaction_button_two_con_more_display_con_title">分享</div>
|
|
|
</div>
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div> -->
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<post ref="post" :info="info" noButton :pageUrl="pageUrl" />
|
|
<post ref="post" :info="info" noButton :pageUrl="pageUrl" />
|
|
@@ -2247,9 +2255,11 @@ export default {
|
|
|
bottom: 0;
|
|
bottom: 0;
|
|
|
z-index: 99;
|
|
z-index: 99;
|
|
|
.purchase_transaction_button_two_con {
|
|
.purchase_transaction_button_two_con {
|
|
|
- padding: 17px 14px 17px 24px;
|
|
|
|
|
|
|
+ // padding: 17px 14px 17px 24px;
|
|
|
|
|
+ padding: 17px 24px;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
|
|
+ justify-content: space-between;
|
|
|
// justify-content: center;
|
|
// justify-content: center;
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
@@ -2302,18 +2312,18 @@ export default {
|
|
|
}
|
|
}
|
|
|
.purchase_transaction_button_two_con_give {
|
|
.purchase_transaction_button_two_con_give {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- margin-right: 36px;
|
|
|
|
|
- flex-grow: 1;
|
|
|
|
|
|
|
+ // margin-right: 36px;
|
|
|
|
|
+ // flex-grow: 1;
|
|
|
}
|
|
}
|
|
|
.purchase_transaction_button_two_con_exhibition {
|
|
.purchase_transaction_button_two_con_exhibition {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- margin-right: 36px;
|
|
|
|
|
- flex-grow: 1;
|
|
|
|
|
|
|
+ // margin-right: 36px;
|
|
|
|
|
+ // flex-grow: 1;
|
|
|
}
|
|
}
|
|
|
.purchase_transaction_button_two_con_certificate {
|
|
.purchase_transaction_button_two_con_certificate {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- margin-right: 38px;
|
|
|
|
|
- flex-grow: 1;
|
|
|
|
|
|
|
+ // margin-right: 38px;
|
|
|
|
|
+ // flex-grow: 1;
|
|
|
}
|
|
}
|
|
|
.purchase_transaction_button_two_con_img {
|
|
.purchase_transaction_button_two_con_img {
|
|
|
width: 32px;
|
|
width: 32px;
|