|
@@ -5,7 +5,7 @@
|
|
|
<view class="c-row">
|
|
|
<text class="tit">货车信息</text>
|
|
|
<view class="con-list">
|
|
|
- <image v-bind:src="opencar" class="open" opencarboolean @click="opencarclick" ></image>
|
|
|
+ <image v-bind:src="opencar" class="open" opencarboolean @click="opencarclick"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -14,7 +14,8 @@
|
|
|
<view class="c-row ">
|
|
|
<text class="tit">车辆 -{{index+1}}</text>
|
|
|
<view class="con-list">
|
|
|
- <image src="../../static/img/jiaoyi/shanchu@2x.png" class="eliminate" @click="carDel(index)" ></image>
|
|
|
+ <image src="../../static/img/jiaoyi/shanchu@2x.png" class="eliminate" @click="carDel(index)">
|
|
|
+ </image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
@@ -25,20 +26,25 @@
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
|
<text class="tit">车型</text>
|
|
|
- <picker @change="ModelChange" :value="ModelIndex" :range="ModelType" class="con-list">
|
|
|
+ <picker @change="ModelChange($event,index)" :value="ModelIndex" :range="ModelType" class="con-list">
|
|
|
<view class="picker " v-model="item.carModel">
|
|
|
- {{ModelIndex>-1?ModelType[ModelIndex]:'请选择车型'}}
|
|
|
+ {{carModelType[index] != null?carModelType[index]:'请选择车型'}}
|
|
|
</view>
|
|
|
</picker>
|
|
|
- <!-- </view> -->
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
|
<text class="tit">不含车头车长(米)</text>
|
|
|
- <picker @change="carLongChange" :value="carLongIndex" :range="carLongType" class="con-list">
|
|
|
+ <picker v-if="carchength" @change="carLongChange($event,index)" :value="carLongIndex"
|
|
|
+ :range="carLongType" class="con-list">
|
|
|
<view class="picker" v-model="item.carLength">
|
|
|
- {{carLongIndex>-1?carLongType[carLongIndex]:'请选择车长'}}
|
|
|
+ {{carLengtharr[index] != null?carLengtharr[index]:'请选择车长'}}
|
|
|
</view>
|
|
|
</picker>
|
|
|
+ <view v-else class="con-list">
|
|
|
+ <input placeholder="请填写车长(米)" name="input" v-model="item.carLength"></input>
|
|
|
+ </view>
|
|
|
+ <button v-if="carchength" class='cu-btn bg-green shadow' @click="changeCarChength">填写</button>
|
|
|
+ <button v-else class='cu-btn bg-green shadow' @click="changeCarChength">选择</button>
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
|
<text class="tit">载重(吨)</text>
|
|
@@ -49,14 +55,16 @@
|
|
|
<view class="c-row ">
|
|
|
<text class="tit">出厂年份</text>
|
|
|
<view class="con-list">
|
|
|
- <input placeholder="请填写出厂年份" name="input" v-model="item.yearManufacture"></input>
|
|
|
+ <view @click='yearchange'>{{year[index] == null?"请填写出厂年份":year[index]}}</view>
|
|
|
+ <u-picker :params='params' @confirm='yearpicker($event,index)' v-model="show" mode="time">
|
|
|
+ </u-picker>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<button class="btn" v-if="opencarboolean == true" @click="carAdd">
|
|
|
- <image src="../../static/img/jiaoyi/ic_fabu@3x.png" class="add" style="top: 8px;"></image>
|
|
|
- <texe>添加车辆</texe>
|
|
|
- </button>
|
|
|
+ <image src="../../static/img/jiaoyi/ic_fabu@3x.png" class="add" style="top: 8px;"></image>
|
|
|
+ <texe>添加车辆</texe>
|
|
|
+ </button>
|
|
|
<!-- 账户信息 -->
|
|
|
<view class="information">
|
|
|
<view class="c-row">
|
|
@@ -69,33 +77,29 @@
|
|
|
|
|
|
<view class="informations" v-if="openuserboolean == true" v-for="(items , index) in driverPayeeInfoList"
|
|
|
:Key="index">
|
|
|
- <!-- <view class="labels"> 账户 -?</view> -->
|
|
|
<view class="c-row ">
|
|
|
<text class="tit">账户 -{{index+1}}</text>
|
|
|
<view class="con-list">
|
|
|
- <image src="../../static/img/jiaoyi/shanchu@2x.png" class="eliminate" @click="userDel(index)"></image>
|
|
|
+ <image src="../../static/img/jiaoyi/shanchu@2x.png" class="eliminate" @click="userDel(index)">
|
|
|
+ </image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
|
<text class="tit">账户类型</text>
|
|
|
- <!-- <view class="con-list">
|
|
|
- <input placeholder="请填写账户类型" name="input" v-model="items.accountType"></input>
|
|
|
-
|
|
|
- </view> -->
|
|
|
- <picker @change="accountChange($event,index)" :value="accountarr[index]" :range="accountType" class="con-list">
|
|
|
+ <picker @change="accountChange($event,index)" :value="accountarr[index]" :range="accountType"
|
|
|
+ class="con-list">
|
|
|
<view class="picker" v-model="items.accountType">
|
|
|
- {{accountarr[index] != null ? accountarr[index]:'请填写账户类型'}}
|
|
|
+ {{accountarr[index] != null ? accountarr[index]:'个人账户'}}
|
|
|
</view>
|
|
|
</picker>
|
|
|
</view>
|
|
|
- <view class="c-row b-b">
|
|
|
+ <view class="c-row b-b">
|
|
|
<text class="tit">银行卡照片(可选)</text>
|
|
|
<view class="con-list">
|
|
|
- <view v-if="bankimg[index] == null" @click="bankimgs(index)">请上传照片</view>
|
|
|
- <view v-if="bankimg[index] != null" @click="bankimgs(index)">
|
|
|
+ <view v-if="bankimg[index] == null" @click="bankimgs(index)">请上传照片</view>
|
|
|
+ <view v-if="bankimg[index] != null" @click="bankimgs(index)">
|
|
|
<image v-bind:src="bankimg[index]" style="width: 40px; height: 40px;"></image>
|
|
|
</view>
|
|
|
-
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
@@ -106,40 +110,49 @@
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
|
<text class="tit">开户行</text>
|
|
|
-
|
|
|
<view class="con-list">
|
|
|
<input placeholder="请输入开户行" name="input" v-model="items.bankDeposit"></input>
|
|
|
</view>
|
|
|
-
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
|
<text class="tit">开户支行</text>
|
|
|
- <picker @change="bankChange($event,index)" :value="bankarr[index]" :range="bankType[index]" class="con-list">
|
|
|
- <view class="con-list">
|
|
|
- {{bankarr[index] != null?bankarr[index]:'请选择开户支行'}}
|
|
|
+ <picker v-if="subBranch" @change="bankChange($event,index)" :value="bankarr[index]" :range="bankType[index]"
|
|
|
+ class="con-list">
|
|
|
+ <view class="con-list">
|
|
|
+ {{bankarr[index] != null?bankarr[index]:'请选择开户支行'}}
|
|
|
+ </view>
|
|
|
+ </picker>
|
|
|
+ <view v-else class="con-list">
|
|
|
+ <input placeholder="请填写开户支行" name="input" v-model="items.bankDepositBranch"></input>
|
|
|
</view>
|
|
|
- </picker>
|
|
|
+ <button v-if="subBranch" class='cu-btn bg-green shadow' @click="subBranchChength">填写</button>
|
|
|
+ <button v-else class='cu-btn bg-green shadow' @click="subBranchChength">识别</button>
|
|
|
</view>
|
|
|
- <view class="c-row b-b">
|
|
|
+ <view class="c-row b-b" v-if="items.accountType == '个人账户'">
|
|
|
<text class="tit">收款人姓名</text>
|
|
|
<view class="con-list">
|
|
|
<input placeholder="请输入收款人姓名" name="input" v-model="items.payeeName"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="c-row b-b">
|
|
|
+ <view class="c-row " v-if="items.accountType == '个人账户'">
|
|
|
<text class="tit">收款人身份证号</text>
|
|
|
<view class="con-list">
|
|
|
<input placeholder="请输入收款人身份证号" name="input" v-model="items.payeeNumberCard"></input>
|
|
|
</view>
|
|
|
+ </view>
|
|
|
+ <view class="c-row " v-if="items.accountType == '企业账户'">
|
|
|
+ <text class="tit">企业名称</text>
|
|
|
+ <view class="con-list">
|
|
|
+ <input placeholder="请输入企业名称" name="input" v-model="items.compName"></input>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <button class="btn" v-if="openuserboolean == true" @click="userAdd()">
|
|
|
- <image src="../../static/img/jiaoyi/ic_fabu@3x.png" class="add" style="top: 8px;"></image>
|
|
|
+ <button class="btn" v-if="openuserboolean == true && this.driverPayeeInfoList.length < 10" @click="userAdd()" >
|
|
|
+ <image src="../../static/img/jiaoyi/ic_fabu@3x.png" class="add" style="top: 8px;"></image>
|
|
|
<text style="margin-top: -2px;">添加账户</text>
|
|
|
- </button>
|
|
|
- <button class="btns btn" @click="jumpUrl">下一步</button>
|
|
|
+ </button>
|
|
|
+ <button class="btns btn" @click="jumpUrl">下一步</button>
|
|
|
</view>
|
|
|
-
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -161,46 +174,68 @@
|
|
|
carLoad: "",
|
|
|
yearManufacture: "",
|
|
|
}],
|
|
|
- driverPayeeInfoList: [
|
|
|
- {
|
|
|
- accountType:"",
|
|
|
- accountIndex:'0',
|
|
|
- binkindex:0,
|
|
|
- cardAddressUrl:"",
|
|
|
- bankCard:"",
|
|
|
- bankDeposit:"",
|
|
|
- bankDepositBranch:"",
|
|
|
- payeeName:"",
|
|
|
- payeeNumberCard:"",
|
|
|
- }
|
|
|
- ],
|
|
|
+ driverPayeeInfoList: [{
|
|
|
+ accountType: "个人账户",
|
|
|
+ accountIndex: '0',
|
|
|
+ binkindex: 0,
|
|
|
+ cardAddressUrl: "",
|
|
|
+ bankCard: "",
|
|
|
+ bankDeposit: "",
|
|
|
+ bankDepositBranch: "",
|
|
|
+ payeeName: "",
|
|
|
+ payeeNumberCard: "",
|
|
|
+ }],
|
|
|
ModelIndex: 0,
|
|
|
Model: '',
|
|
|
ModelType: ["高栏", "集装箱", "自卸车"],
|
|
|
carLong: '',
|
|
|
carLongIndex: 0,
|
|
|
carLongType: ['13', '9.6', '8.2', '8.7', '11.7', '12.5', '13.7', '15', '16', '17.5'],
|
|
|
- DriverViewInfo:{},
|
|
|
- bankimg:[],
|
|
|
- bankImgs1:{},
|
|
|
- bankIndex:-1,
|
|
|
- bankType:[],
|
|
|
- accountType:["个人账户","企业账户"],
|
|
|
- accountarr:[],
|
|
|
- bankarr:[],
|
|
|
+ DriverViewInfo: {},
|
|
|
+ bankimg: [],
|
|
|
+ bankImgs1: {},
|
|
|
+ bankIndex: -1,
|
|
|
+ bankType: [],
|
|
|
+ accountType: ["个人账户", "企业账户"],
|
|
|
+ accountarr: [],
|
|
|
+ bankarr: [],
|
|
|
+ show: false,
|
|
|
+ carchength: true,
|
|
|
+ subBranch:true,
|
|
|
+ params: {
|
|
|
+ year: true,
|
|
|
+ month: false,
|
|
|
+ day: false,
|
|
|
+ },
|
|
|
+ year: [],
|
|
|
+ carModelType: [],
|
|
|
+ carLengtharr: [],
|
|
|
}
|
|
|
},
|
|
|
- onLoad(options){
|
|
|
+ onLoad(options) {
|
|
|
this.DriverViewInfo = JSON.parse(options.DriverViewInfo)
|
|
|
},
|
|
|
methods: {
|
|
|
- accountChange(e,index){
|
|
|
- this.driverPayeeInfoList[index].accountIndex = e.detail.value
|
|
|
- this.driverPayeeInfoList[index].accountType = this.accountType[this.driverPayeeInfoList[index].accountIndex];
|
|
|
+ subBranchChength(){
|
|
|
+ this.subBranch = !this.subBranch
|
|
|
+ },
|
|
|
+ changeCarChength() {
|
|
|
+ this.carchength = !this.carchength
|
|
|
+ },
|
|
|
+ yearchange() {
|
|
|
+ this.show = true
|
|
|
+ },
|
|
|
+ yearpicker(e, index) {
|
|
|
+ this.year[index] = e.year
|
|
|
+ this.driverCarInfoList[index].yearManufacture = e.year
|
|
|
+ },
|
|
|
+ accountChange(e, index) {
|
|
|
+ this.driverPayeeInfoList[index].accountIndex = e.detail.value
|
|
|
+ this.driverPayeeInfoList[index].accountType = this.accountType[this.driverPayeeInfoList[index]
|
|
|
+ .accountIndex];
|
|
|
this.accountarr[index] = this.accountType[e.detail.value];
|
|
|
},
|
|
|
- bankimgs(items){
|
|
|
- console.log(items)
|
|
|
+ bankimgs(items) {
|
|
|
var that = this
|
|
|
wx.chooseImage({
|
|
|
success: function(res) {
|
|
@@ -213,14 +248,15 @@
|
|
|
var strToObj = JSON.parse(data)
|
|
|
// that.id[0] = strToObj.url
|
|
|
that.bankimg[items] = strToObj.url
|
|
|
- console.log(that.bankimg,"图片数组")
|
|
|
- that.bankImgs1.bankImg = strToObj.url
|
|
|
- that.$api.doRequest('get', '/driverViewInfo/bankShibie', that.bankImgs1).then(res => {
|
|
|
- console.log(res)
|
|
|
- that.$set(that.driverPayeeInfoList[items],'bankCard',res.data.data.bankNo)
|
|
|
- that.$set(that.driverPayeeInfoList[items],'bankDeposit',res.data.data.bankName)
|
|
|
+ that.bankImgs1.bankImg = strToObj.url
|
|
|
+ that.driverPayeeInfoList[items].cardAddressUrl = strToObj.url
|
|
|
+ that.$api.doRequest('get', '/driverViewInfo/bankShibie', that
|
|
|
+ .bankImgs1).then(res => {
|
|
|
+ that.$set(that.driverPayeeInfoList[items], 'bankCard', res
|
|
|
+ .data.data.bankNo)
|
|
|
+ that.$set(that.driverPayeeInfoList[items], 'bankDeposit',
|
|
|
+ res.data.data.bankName)
|
|
|
that.bankType[items] = res.data.data.bankNameZhihang
|
|
|
- console.log(that.bankType,"支行数组")
|
|
|
}).catch(res => {
|
|
|
uni.showToast({
|
|
|
title: res.data.message,
|
|
@@ -231,10 +267,10 @@
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
- })
|
|
|
+ })
|
|
|
},
|
|
|
- jumpUrl(){
|
|
|
- for(var i = 0 ; i < this.driverCarInfoList.length ; i++){
|
|
|
+ jumpUrl() {
|
|
|
+ for (var i = 0; i < this.driverCarInfoList.length; i++) {
|
|
|
if (!this.driverCarInfoList[i].carNumber) {
|
|
|
this.$api.msg('车牌号不能为空')
|
|
|
return
|
|
@@ -251,11 +287,21 @@
|
|
|
this.$api.msg('车长不能为空')
|
|
|
return
|
|
|
}
|
|
|
+ if (this.driverCarInfoList[i].carLength > 50) {
|
|
|
+ this.$api.msg('车长输入错误')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (this.driverCarInfoList[i].carLength.indexOf('.') != -1) {
|
|
|
+ if (this.driverCarInfoList[i].carLength.split('.')[1].length > 1) {
|
|
|
+ this.$api.msg('车长输入错误')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ }
|
|
|
if (!this.driverCarInfoList[i].carLoad) {
|
|
|
this.$api.msg('载重不能为空')
|
|
|
return
|
|
|
}
|
|
|
- if (this.driverCarInfoList[i].carLoad > 50 ) {
|
|
|
+ if (this.driverCarInfoList[i].carLoad > 50) {
|
|
|
this.$api.msg('载重输入错误')
|
|
|
return
|
|
|
}
|
|
@@ -270,7 +316,7 @@
|
|
|
return
|
|
|
}
|
|
|
}
|
|
|
- for(var i = 0 ; i < this.driverPayeeInfoList.length ; i++){
|
|
|
+ for (var i = 0; i < this.driverPayeeInfoList.length; i++) {
|
|
|
if (!this.driverPayeeInfoList[i].accountType) {
|
|
|
this.$api.msg('账户类型不能为空')
|
|
|
return
|
|
@@ -282,7 +328,8 @@
|
|
|
this.$api.msg('银行卡号不能为空')
|
|
|
return
|
|
|
}
|
|
|
- if (this.driverPayeeInfoList[i].bankCard.length < 16 || this.driverPayeeInfoList[i].bankCard.length > 19) {
|
|
|
+ if (this.driverPayeeInfoList[i].bankCard.length < 16 || this.driverPayeeInfoList[i].bankCard.length >
|
|
|
+ 19) {
|
|
|
this.$api.msg('银行卡号输入错误')
|
|
|
return
|
|
|
}
|
|
@@ -290,7 +337,8 @@
|
|
|
this.$api.msg('开户行不能为空')
|
|
|
return
|
|
|
}
|
|
|
- if (this.driverPayeeInfoList[i].bankDeposit.length < 4 || this.driverPayeeInfoList[i].bankDeposit.length > 15) {
|
|
|
+ if (this.driverPayeeInfoList[i].bankDeposit.length < 4 || this.driverPayeeInfoList[i].bankDeposit
|
|
|
+ .length > 15) {
|
|
|
this.$api.msg('开户行输入错误')
|
|
|
return
|
|
|
}
|
|
@@ -298,7 +346,8 @@
|
|
|
this.$api.msg('开户支行不能为空')
|
|
|
return
|
|
|
}
|
|
|
- if (this.driverPayeeInfoList[i].bankDepositBranch.length < 4 || this.driverPayeeInfoList[i].bankDepositBranch.length > 30 ) {
|
|
|
+ if (this.driverPayeeInfoList[i].bankDepositBranch.length < 4 || this.driverPayeeInfoList[i]
|
|
|
+ .bankDepositBranch.length > 30) {
|
|
|
this.$api.msg('开户支行输入错误')
|
|
|
return
|
|
|
}
|
|
@@ -306,7 +355,8 @@
|
|
|
this.$api.msg('收款人姓名不能为空')
|
|
|
return
|
|
|
}
|
|
|
- if (this.driverPayeeInfoList[i].payeeName.length < 2 || this.driverPayeeInfoList[i].payeeName.length > 10) {
|
|
|
+ if (this.driverPayeeInfoList[i].payeeName.length < 2 || this.driverPayeeInfoList[i].payeeName.length >
|
|
|
+ 10) {
|
|
|
this.$api.msg('收款人姓名输入错误')
|
|
|
return
|
|
|
}
|
|
@@ -319,12 +369,10 @@
|
|
|
return
|
|
|
}
|
|
|
}
|
|
|
- this.DriverViewInfo.driverCarInfoList = this.driverCarInfoList
|
|
|
- this.DriverViewInfo.driverPayeeInfoList = this.driverPayeeInfoList
|
|
|
- this.DriverViewInfo.driverPayeeInfoList.payeeAddressUrl = this.bankimg
|
|
|
- console.log(this.DriverViewInfo,"dsdsd")
|
|
|
- return
|
|
|
- var model = JSON.stringify(this.DriverViewInfo);
|
|
|
+ this.DriverViewInfo.driverCarInfoList = this.driverCarInfoList
|
|
|
+ this.DriverViewInfo.driverPayeeInfoList = this.driverPayeeInfoList
|
|
|
+ this.DriverViewInfo.driverPayeeInfoList.payeeAddressUrl = this.bankimg
|
|
|
+ var model = JSON.stringify(this.DriverViewInfo);
|
|
|
uni.navigateTo({
|
|
|
url: `/pageD/identity/driverIdentityThree?DriverViewInfo=` + model
|
|
|
})
|
|
@@ -340,15 +388,15 @@
|
|
|
},
|
|
|
userAdd() {
|
|
|
this.driverPayeeInfoList.push({
|
|
|
- accountType:"",
|
|
|
- accountIndex:'0',
|
|
|
- binkindex:0,
|
|
|
- cardAddressUrl:"",
|
|
|
- bankCard:"",
|
|
|
- bankDeposit:"",
|
|
|
- bankDepositBranch:"",
|
|
|
- payeeName:"",
|
|
|
- payeeNumberCard:"",
|
|
|
+ accountType: "个人账户",
|
|
|
+ accountIndex: '0',
|
|
|
+ binkindex: 0,
|
|
|
+ cardAddressUrl: "",
|
|
|
+ bankCard: "",
|
|
|
+ bankDeposit: "",
|
|
|
+ bankDepositBranch: "",
|
|
|
+ payeeName: "",
|
|
|
+ payeeNumberCard: "",
|
|
|
})
|
|
|
},
|
|
|
carDel(index) {
|
|
@@ -361,25 +409,21 @@
|
|
|
this.driverPayeeInfoList.splice(index, 1)
|
|
|
}
|
|
|
},
|
|
|
- ModelChange(e) {
|
|
|
+ ModelChange(e, index) {
|
|
|
this.ModelIndex = e.detail.value
|
|
|
- this.Model = this.ModelType[this.ModelIndex];
|
|
|
-
|
|
|
- this.driverCarInfoList[this.driverCarInfoList.length - 1].carModel = this.ModelType[this.ModelIndex];
|
|
|
+ this.driverCarInfoList[index].carModel = this.ModelType[this.ModelIndex];
|
|
|
+ this.carModelType[index] = this.ModelType[this.ModelIndex];
|
|
|
},
|
|
|
- bankChange(e,index) {
|
|
|
- this.driverPayeeInfoList[index].binkindex = e.detail.value
|
|
|
- this.bankIndex = e.detail.value
|
|
|
- this.Model = this.bankType[this.bankIndex];
|
|
|
- this.driverPayeeInfoList[index].bankDepositBranch = this.bankType[this.bankIndex];
|
|
|
- this.bankarr[index] = this.bankType[index][this.driverPayeeInfoList[index].binkindex];
|
|
|
-
|
|
|
- console.log(this.bankarr[index],"支行")
|
|
|
+ bankChange(e, index) {
|
|
|
+ this.driverPayeeInfoList[index].binkindex = e.detail.value
|
|
|
+ this.$set(this.bankarr, index, this.bankType[index][this.driverPayeeInfoList[index].binkindex])
|
|
|
+ this.driverPayeeInfoList[index].bankDepositBranch = this.bankType[index][e.detail.value];
|
|
|
},
|
|
|
- carLongChange(e) {
|
|
|
+ carLongChange(e, index) {
|
|
|
this.carLongIndex = e.detail.value
|
|
|
this.carLong = this.carLongType[this.carLongIndex];
|
|
|
- this.driverCarInfoList[this.driverCarInfoList.length - 1].carLength = this.carLongType[this.carLongIndex];
|
|
|
+ this.driverCarInfoList[index].carLength = this.carLongType[this.carLongIndex];
|
|
|
+ this.carLengtharr[index] = this.carLongType[this.carLongIndex];
|
|
|
},
|
|
|
opencarclick() {
|
|
|
if (this.opencarboolean == false) {
|
|
@@ -467,10 +511,12 @@
|
|
|
border-radius: 25px;
|
|
|
border: none;
|
|
|
}
|
|
|
- .btns{
|
|
|
+
|
|
|
+ .btns {
|
|
|
background-color: #22C572;
|
|
|
}
|
|
|
- .add{
|
|
|
+
|
|
|
+ .add {
|
|
|
width: 26px;
|
|
|
height: 26px;
|
|
|
|
|
@@ -483,9 +529,9 @@
|
|
|
height: 20px;
|
|
|
float: right;
|
|
|
}
|
|
|
- .bankImg{
|
|
|
+
|
|
|
+ .bankImg {
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
}
|
|
|
-
|
|
|
</style>
|