|
@@ -54,11 +54,34 @@
|
|
|
</a-form>
|
|
|
</a-modal>
|
|
|
<div>
|
|
|
- <van-nav-bar title="惠融易客" safe-area-inset-top placeholder >
|
|
|
+ <van-nav-bar safe-area-inset-top placeholder>
|
|
|
+ <template #left>
|
|
|
+ <div class="dropdown">
|
|
|
+ <button class="dropbtn">下拉菜单</button>
|
|
|
+ <div class="dropdown-content">
|
|
|
+ <a href="#solution">解决方案</a>
|
|
|
+ <a href="#contact">联系我们</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <item android:width="40dp" android:height="27dp">
|
|
|
+ <shape android:shape="rectangle">
|
|
|
+ <solid android:color="#ffffffff" />
|
|
|
+ </shape>
|
|
|
+ </item>
|
|
|
+ </template>
|
|
|
+ <template #title>
|
|
|
+ <!-- <van-icon name="search" size="18" /> -->
|
|
|
+ <img src="../../static/image/icon-title.png" style="width: 20px;" alt="">
|
|
|
+ </template>
|
|
|
+ <template #right>
|
|
|
+ <a href="tel:17723267692">
|
|
|
+ <img src="../../static/image/phone.png" style="width: 20px;" alt="">
|
|
|
+ </a>
|
|
|
+ </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-qa" id="solution">
|
|
|
<div class="home-title">为什么选择惠融易客</div>
|
|
|
<div class="home-title-sub">
|
|
|
与传统方式相比较,惠融易客的优势又都有哪些?
|
|
@@ -68,15 +91,15 @@
|
|
|
<div class="container">
|
|
|
<div v-for="(p, i) in homeList0" :key="i" class="container-row">
|
|
|
<div class='home-qa-img-row-item'>
|
|
|
- <img :src="require('../../static/image/img_home_qs_0_' + i + '.png')" alt="">
|
|
|
- <div class="home-qa-img-row-item-absolute">
|
|
|
+ <img :src="require('../../static/image/m_img_home_qs_0_' + i + '.png')" alt="">
|
|
|
+ <!-- <div class="home-qa-img-row-item-absolute">
|
|
|
<div class="home-qa-img-row-item-absolute-title">
|
|
|
{{ p.title }}
|
|
|
</div>
|
|
|
<div class="home-qa-img-row-item-absolute-subtitle yc-3">
|
|
|
{{ p.content }}
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
<!-- </a-col>
|
|
|
</a-row> -->
|
|
@@ -87,15 +110,15 @@
|
|
|
<div class="container">
|
|
|
<div v-for="(p, i) in homeList1" :key="i" class="container-row">
|
|
|
<div class='home-qa-img-row-item'>
|
|
|
- <img :src="require('../../static/image/img_home_qs_1_' + i + '.png')" alt="">
|
|
|
- <div class="home-qa-img-row-item-absolute">
|
|
|
+ <img :src="require('../../static/image/m_img_home_qs_1_' + i + '.png')" alt="">
|
|
|
+ <!-- <div class="home-qa-img-row-item-absolute">
|
|
|
<div class="home-qa-img-row-item-absolute-title">
|
|
|
<span>0{{ i + 1 }}</span> {{ p.title }}
|
|
|
</div>
|
|
|
<div class="home-qa-img-row-item-absolute-subtitle yc-3">
|
|
|
{{ p.content }}
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
<!-- </a-col>
|
|
|
</a-row> -->
|
|
@@ -182,34 +205,15 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- 底部 -->
|
|
|
- <!-- <div class="home-bottom">
|
|
|
- <div>
|
|
|
- <van-icon name="phone" />
|
|
|
- <a-button type="dashed" shape="round" icon="phone">
|
|
|
- 电话咨询
|
|
|
- </a-button>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <a-button type="dashed" shape="round" icon="search">
|
|
|
- 加入我们
|
|
|
- </a-button>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <a-button type="primary" shape="round" icon="search">
|
|
|
- 申请试用
|
|
|
- </a-button>
|
|
|
- </div>
|
|
|
- </div> -->
|
|
|
- <div class="home-bottom">
|
|
|
+ <div class="home-bottom" id="contact">
|
|
|
<div>
|
|
|
<!-- <van-icon name="phone" /> -->
|
|
|
<a-button type="dashed" shape="round">
|
|
|
- 电话咨询
|
|
|
+ <a href="tel:17723267692">电话咨询</a>
|
|
|
</a-button>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <a-button type="dashed" shape="round">
|
|
|
+ <a-button type="dashed" shape="round" disabled>
|
|
|
加入我们
|
|
|
</a-button>
|
|
|
</div>
|
|
@@ -281,12 +285,20 @@ export default {
|
|
|
intervalBtn: {},
|
|
|
formLayout: 'horizontal',
|
|
|
form: this.$form.createForm(this, { name: 'coordinated' }),
|
|
|
+ option1: [
|
|
|
+ { text: '二', value: 0, titleClass: '解决方案' },
|
|
|
+ { text: '联系我们', value: 1, titleClass: '联系我们' },
|
|
|
+ ],
|
|
|
+ value1: 0,
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
this.postListDataFn()
|
|
|
},
|
|
|
methods: {
|
|
|
+ // tel(){
|
|
|
+ // window.location.href=tel://123456789;
|
|
|
+ // },
|
|
|
async postListDataFn() {
|
|
|
let list = await postListData({
|
|
|
"categoryId": 1
|
|
@@ -388,6 +400,7 @@ export default {
|
|
|
background-color: #526eea !important;
|
|
|
border-color: #526eea !important;
|
|
|
}
|
|
|
+
|
|
|
.ad-free-content .ant-btn-primary {
|
|
|
background-color: #526eea !important;
|
|
|
border-color: #526eea !important;
|
|
@@ -417,6 +430,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.home-bottom .ant-btn {
|
|
|
+ width: 500px !important;
|
|
|
height: 200px !important;
|
|
|
}
|
|
|
|
|
@@ -424,14 +438,35 @@ export default {
|
|
|
background-color: #526eea !important;
|
|
|
color: #fff !important;
|
|
|
}
|
|
|
-.ant-collapse{
|
|
|
+
|
|
|
+.ant-collapse {
|
|
|
background-color: #fff !important;
|
|
|
}
|
|
|
-.ant-collapse > .ant-collapse-item > .ant-collapse-header{
|
|
|
+
|
|
|
+.ant-collapse>.ant-collapse-item>.ant-collapse-header {
|
|
|
height: 200px;
|
|
|
line-height: 200px;
|
|
|
}
|
|
|
-.ant-btn-primary{
|
|
|
+
|
|
|
+.ant-btn-primary {
|
|
|
height: 200px;
|
|
|
}
|
|
|
+
|
|
|
+.van-nav-bar {
|
|
|
+ background-color: #1f1d29 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.van-nav-bar__right {
|
|
|
+ right: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+//
|
|
|
+.van-dropdown-menu__item {
|
|
|
+ background: #1f1d28 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.van-dropdown-menu__title {
|
|
|
+ font-weight: 700;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
</style>
|