|
|
@@ -14,7 +14,7 @@
|
|
|
<img src="@assets/bankicon.png" alt="" />
|
|
|
</div>
|
|
|
<van-swipe-cell :name="index" v-for="(item, index) in list" :key="index" :before-close="beforeClose">
|
|
|
- <div class="bank_info" :style="{ background: getColor(item.bankNo) }">
|
|
|
+ <div class="bank_info">
|
|
|
<div class="bank_info_left">
|
|
|
<div class="text1">{{ item.bankName }}</div>
|
|
|
<div class="text2">{{ item.cardTypeDesc }}</div>
|
|
|
@@ -168,7 +168,7 @@ export default {
|
|
|
background-color: @bg2;
|
|
|
border-radius: 12px;
|
|
|
.flex-col();
|
|
|
- padding: 60px 0;
|
|
|
+ padding: 20px 0;
|
|
|
align-items: center;
|
|
|
img {
|
|
|
width: 54px;
|
|
|
@@ -209,6 +209,7 @@ export default {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
border-radius: 12px;
|
|
|
+ background-color: #00A371;
|
|
|
.bank_info_left {
|
|
|
margin-left: 16px;
|
|
|
color: #ffffff;
|