|
|
@@ -307,10 +307,10 @@
|
|
|
<div class="public_display" @click="Exhibition">
|
|
|
{{ info.publicShow ? '取消展示' : '公开展示' }}
|
|
|
</div>
|
|
|
- <div class="purchase_transaction_button_deposit">
|
|
|
+ <!-- <div class="purchase_transaction_button_deposit">
|
|
|
<div class="purchase_transaction_button_deposit_one">寄售倒计时</div>
|
|
|
<div class="purchase_transaction_button_deposit_two">{{ startTime }}</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<!-- <div class="purchase_transaction_button_deposit_consignment" v-else @click="Consignment">
|
|
|
{{ info.consignment ? '取消寄售' : '寄售上架' }}
|
|
|
</div> -->
|
|
|
@@ -2100,13 +2100,15 @@ export default {
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
|
font-weight: 500;
|
|
|
.purchase_transaction_button_con {
|
|
|
+ width: 100%;
|
|
|
display: flex;
|
|
|
padding: 9px 15px;
|
|
|
box-sizing: border-box;
|
|
|
+ justify-content: space-between;
|
|
|
// justify-content: center;
|
|
|
}
|
|
|
.purchase_transaction_button_give {
|
|
|
- width: 80px;
|
|
|
+ width: calc(42vw);
|
|
|
height: 44px;
|
|
|
border-radius: 8px;
|
|
|
background: #313641;
|
|
|
@@ -2148,18 +2150,18 @@ export default {
|
|
|
margin-right: 16px;
|
|
|
}
|
|
|
.purchase_transaction_button_right {
|
|
|
- display: flex;
|
|
|
- width: calc(100vw - 124px);
|
|
|
+ // display: flex;
|
|
|
+ // width: calc(100vw - 124px);
|
|
|
}
|
|
|
.public_display {
|
|
|
- width: 50%;
|
|
|
+ width: calc(42vw);
|
|
|
height: 44px;
|
|
|
border-radius: 8px;
|
|
|
background: #f9ddb3;
|
|
|
color: #725837;
|
|
|
line-height: 44px;
|
|
|
text-align: center;
|
|
|
- margin-right: 16px;
|
|
|
+ // margin-right: 16px;
|
|
|
// border-width: 0px;
|
|
|
}
|
|
|
.purchase_transaction_button_deposit {
|