|
@@ -11,7 +11,7 @@
|
|
</div>
|
|
</div>
|
|
<img class="invoice-header-arrow" :src="arrowIcon" mode="widthFix" />
|
|
<img class="invoice-header-arrow" :src="arrowIcon" mode="widthFix" />
|
|
</div>
|
|
</div>
|
|
- <div v-if="headerInfo.invoiceTitleType == 'COMPANY'" class="duty-paragraph">公司税号 <span>{{ headerInfo.taxNo }}</span></div>
|
|
|
|
|
|
+ <div class="duty-paragraph"><span v-if="headerInfo.invoiceTitleType == 'COMPANY'">公司税号</span> <span v-if="headerInfo.invoiceTitleType == 'COMPANY'">{{ headerInfo.taxNo }}</span></div>
|
|
</div>
|
|
</div>
|
|
<div class="invoice-header-info" v-else>
|
|
<div class="invoice-header-info" v-else>
|
|
<div class="invoice-header-name">
|
|
<div class="invoice-header-name">
|
|
@@ -88,7 +88,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="tab-header">接收方式</div>
|
|
<div class="tab-header">接收方式</div>
|
|
<div class="part" style="padding-top: 10px;">
|
|
<div class="part" style="padding-top: 10px;">
|
|
- <div class="part-item lines">
|
|
|
|
|
|
+ <div class="part-item" style="padding-top:30px;padding-bottom: 15px;">
|
|
<span class="part-item-key" style="min-width: 120px; white-space: nowrap">电子邮箱</span>
|
|
<span class="part-item-key" style="min-width: 120px; white-space: nowrap">电子邮箱</span>
|
|
<div class="part-item-value">
|
|
<div class="part-item-value">
|
|
<input class="van-field__control" style="white-space: nowrap" type="text" @blur="mailboxChange" placeholder="请输入电子邮箱" v-model="condition.email" />
|
|
<input class="van-field__control" style="white-space: nowrap" type="text" @blur="mailboxChange" placeholder="请输入电子邮箱" v-model="condition.email" />
|
|
@@ -172,7 +172,7 @@ export default {
|
|
.invoice-header-name {
|
|
.invoice-header-name {
|
|
color: #333333;
|
|
color: #333333;
|
|
padding: 20px 35px;
|
|
padding: 20px 35px;
|
|
- border-bottom: 1px dashed #E1E2E8 !important;
|
|
|
|
|
|
+ border-bottom: 0.8px dashed #E1E2E8 !important;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -202,12 +202,14 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.tab-header {
|
|
.tab-header {
|
|
- color: #808080;
|
|
|
|
- padding: 10px 20px 20px;
|
|
|
|
|
|
+ color: #333;
|
|
|
|
+ padding: 28px 20px;
|
|
|
|
+ background: #FBFCFF;
|
|
|
|
+ border-bottom: 0.8px dashed #e1e2e8;
|
|
}
|
|
}
|
|
.tab-header2 {
|
|
.tab-header2 {
|
|
background: #fff;
|
|
background: #fff;
|
|
- color: #808080;
|
|
|
|
|
|
+ color: #333;
|
|
padding: 20px 20px 20px;
|
|
padding: 20px 20px 20px;
|
|
border-bottom: 1px dashed #e1e2e8;
|
|
border-bottom: 1px dashed #e1e2e8;
|
|
}
|
|
}
|
|
@@ -401,7 +403,7 @@ export default {
|
|
|
|
|
|
.push-again-btn {
|
|
.push-again-btn {
|
|
// background-image: linear-gradient(to right, #7d4ea1, #40397c);
|
|
// background-image: linear-gradient(to right, #7d4ea1, #40397c);
|
|
- background: #064c8a;
|
|
|
|
|
|
+ background: var(--k-color-primary-01);
|
|
}
|
|
}
|
|
|
|
|
|
.blue-push-again-btn {
|
|
.blue-push-again-btn {
|