|
@@ -53,6 +53,13 @@
|
|
|
</a-form-item>
|
|
|
</a-form>
|
|
|
</a-modal>
|
|
|
+ <div>
|
|
|
+ <van-nav-bar title="惠融易客" safe-area-inset-top placeholder >
|
|
|
+ <template #right>
|
|
|
+ <van-icon name="search" size="18" />
|
|
|
+ </template>
|
|
|
+ </van-nav-bar>
|
|
|
+ </div>
|
|
|
<img src="../../static/image/img_home.png" class="home-back" style="cursor: pointer;" alt="" @click="amodalFn">
|
|
|
<div class="home-qa">
|
|
|
<div class="home-title">为什么选择惠融易客</div>
|
|
@@ -387,10 +394,12 @@ export default {
|
|
|
width: 150px;
|
|
|
height: 40px;
|
|
|
}
|
|
|
+
|
|
|
.home-bottom .ant-btn {
|
|
|
height: 80px !important;
|
|
|
}
|
|
|
-.home-bottom .ant-btn-primary{
|
|
|
+
|
|
|
+.home-bottom .ant-btn-primary {
|
|
|
background-color: #526eea !important;
|
|
|
color: #fff !important;
|
|
|
}
|