|
@@ -45,7 +45,7 @@
|
|
<div class="parkingFee-search">
|
|
<div class="parkingFee-search">
|
|
<div class="search_tip_1" :style="{paddingTop: supportUnlicensed? '0': '32px'}">
|
|
<div class="search_tip_1" :style="{paddingTop: supportUnlicensed? '0': '32px'}">
|
|
<div class="title">车辆类型</div>
|
|
<div class="title">车辆类型</div>
|
|
- <k-tab type="fill" @change="toggleType" :tabs="['普通车牌', '新能源', '特殊车牌']" />
|
|
|
|
|
|
+ <k-tab :defaultCurrent="currentTabType" type="fill" @change="toggleType" :tabs="['燃油车牌', '新能源', '特殊车牌']" />
|
|
</div>
|
|
</div>
|
|
<!-- <div class="search_tip">
|
|
<!-- <div class="search_tip">
|
|
<div class="title">车辆类型</div>
|
|
<div class="title">车辆类型</div>
|
|
@@ -83,7 +83,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="li dashed green-active" @click="clickShowKeyboard(7)" :class="[active === 7 ? 'active' : '']" >
|
|
<div class="li dashed green-active" @click="clickShowKeyboard(7)" :class="[active === 7 ? 'active' : '']" >
|
|
<span v-if="numArr[7] && carType === 1">{{ numArr[7] }}</span>
|
|
<span v-if="numArr[7] && carType === 1">{{ numArr[7] }}</span>
|
|
- <img v-else :src="require('./static/images/unlicensed/leaf.svg')">
|
|
|
|
|
|
+ <!-- <img v-else :src="require('./static/images/unlicensed/leaf.svg')"> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<k-button title="查询缴费" style="margin-top: 46px;margin-bottom: 43px;" :disabled="disabledBtn" disabledColor="#D1D2D9" @click="preHandleSearch" />
|
|
<k-button title="查询缴费" style="margin-top: 46px;margin-bottom: 43px;" :disabled="disabledBtn" disabledColor="#D1D2D9" @click="preHandleSearch" />
|
|
@@ -1027,4 +1027,10 @@ export default {
|
|
border-radius: 40px;
|
|
border-radius: 40px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+// 遮罩层
|
|
|
|
+.plate-keyboard {
|
|
|
|
+ .van-overlay {
|
|
|
|
+ background-color: rgba(0,0,0,.1);
|
|
|
|
+ }
|
|
|
|
+}
|
|
</style>
|
|
</style>
|