|
@@ -165,20 +165,26 @@
|
|
|
|
|
|
.sfcard-content img {
|
|
|
width: 100%;
|
|
|
- height: 130vh;
|
|
|
+ height: 110vh;
|
|
|
}
|
|
|
|
|
|
.sfcard-title {
|
|
|
font-size: 28px;
|
|
|
text-align: center;
|
|
|
+ height:10vh;
|
|
|
}
|
|
|
|
|
|
.center {
|
|
|
- height: 140vh;
|
|
|
+ height: 130vh;
|
|
|
+ }
|
|
|
+.bankcard {
|
|
|
+ height: 130vh;
|
|
|
+ }
|
|
|
+ .part1 {
|
|
|
+ height: 130vh;
|
|
|
}
|
|
|
-
|
|
|
.part2 {
|
|
|
- height: 140vh;
|
|
|
+ height: 130vh;
|
|
|
/* background: red; */
|
|
|
}
|
|
|
|
|
@@ -546,7 +552,7 @@
|
|
|
</div>
|
|
|
<div class="bankcard" v-if="isShowPrintType2">
|
|
|
|
|
|
- <div class="sfcard-content part2">
|
|
|
+ <div class="sfcard-content">
|
|
|
<div class="sfcard-title">
|
|
|
{{printData1[index].identityAuthenticationInfo.bankDeposit}}{{printData1[index].identityAuthenticationInfo.bankCard}}
|
|
|
</div>
|