|
|
@@ -1,7 +1,7 @@
|
|
|
<config>
|
|
|
{
|
|
|
'backgroundColorTop': '#0F264D',
|
|
|
-'backgroundColorBottom': '#F5F7FA',
|
|
|
+'backgroundColorBottom': '#f5f7fa',
|
|
|
'backgroundColor': '#fff',
|
|
|
'navigationStyle':'custom',
|
|
|
'navigationBarBackgroundColor':'#0F264D',
|
|
|
@@ -31,7 +31,7 @@
|
|
|
</swiper-item>
|
|
|
</block>
|
|
|
</swiper>
|
|
|
- <div class="dots">
|
|
|
+ <div class="dots" v-if="banners.length > 1">
|
|
|
<div
|
|
|
class="dot"
|
|
|
:class="{ active: index === current }"
|
|
|
@@ -49,7 +49,7 @@
|
|
|
<div class="text">{{ $t('xin-yu-bao-zhang') }}</div>
|
|
|
</div>
|
|
|
|
|
|
- <van-grid icon-size="40" :border="false">
|
|
|
+ <van-grid clickable icon-size="40" :border="false" click>
|
|
|
<van-grid-item
|
|
|
content-class="menu-info"
|
|
|
icon="http://imttech.oss-cn-hangzhou.aliyuncs.com/micro/home_icon_zhanshang.png"
|
|
|
@@ -80,6 +80,7 @@
|
|
|
width="100%"
|
|
|
height="90px"
|
|
|
class="pathImg"
|
|
|
+ :radius="4"
|
|
|
src="http://imttech.oss-cn-hangzhou.aliyuncs.com/micro/home_img_3dimt.jpg"
|
|
|
@click="navigateTo('/pagesHome/ShowView', false)"
|
|
|
/>
|
|
|
@@ -112,7 +113,7 @@
|
|
|
</swiper-item>
|
|
|
</swiper>
|
|
|
|
|
|
- <div class="dots">
|
|
|
+ <div class="dots" v-if="swiperProduct.length > 1">
|
|
|
<div
|
|
|
class="dot"
|
|
|
:class="{ active: index === hotSwiperIndex }"
|
|
|
@@ -152,8 +153,10 @@
|
|
|
<div class="title">
|
|
|
<h1>合作伙伴</h1>
|
|
|
<van-button size="small" :color="$colors.info" plain @click="navigateTo('/pagesHome/Brand', false)">
|
|
|
- 查看更多
|
|
|
- <van-icon name="arrow" :color="$colors.info" />
|
|
|
+ <div class="btn_icon">
|
|
|
+ <span>查看更多</span>
|
|
|
+ <van-icon name="arrow" :color="$colors.info" />
|
|
|
+ </div>
|
|
|
</van-button>
|
|
|
</div>
|
|
|
<swiper
|
|
|
@@ -172,7 +175,7 @@
|
|
|
</block>
|
|
|
</swiper>
|
|
|
|
|
|
- <div class="dots">
|
|
|
+ <div class="dots" v-if="vendorInfos.length > 1">
|
|
|
<div
|
|
|
class="dot"
|
|
|
:class="{ active: index === vendorSwiper }"
|
|
|
@@ -197,7 +200,7 @@
|
|
|
@changeSort="changeSort"
|
|
|
@changeShowType="changeShowType"
|
|
|
:hasbottom="false"
|
|
|
- background="linear-gradient(180deg, #F5F7FA 0%, #FFFFFF 100%)"
|
|
|
+ background="linear-gradient(180deg, @bg 0%, #FFFFFF 100%)"
|
|
|
>
|
|
|
</filter-sort-bar>
|
|
|
</van-sticky>
|
|
|
@@ -396,7 +399,7 @@ export default {
|
|
|
<style lang="less" scoped>
|
|
|
.van-content {
|
|
|
padding: 16px;
|
|
|
- background-color: #f5f7fa;
|
|
|
+ background-color: @bg;
|
|
|
position: relative;
|
|
|
.dots {
|
|
|
.dot {
|
|
|
@@ -516,7 +519,7 @@ export default {
|
|
|
width: 8px;
|
|
|
height: 2px;
|
|
|
background-color: rgba(255, 255, 255, 0.6);
|
|
|
- margin: 0 4px;
|
|
|
+ margin: 0 2px;
|
|
|
|
|
|
&.active {
|
|
|
background-color: @warn;
|
|
|
@@ -552,7 +555,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.title-content {
|
|
|
- background-color: #fff;
|
|
|
+ background-color: @bgw;
|
|
|
padding: 15px;
|
|
|
}
|
|
|
.title {
|
|
|
@@ -573,7 +576,7 @@ export default {
|
|
|
|
|
|
.datas {
|
|
|
padding: 20px 16px;
|
|
|
- background: #f5f7fa;
|
|
|
+ background: @bg;
|
|
|
|
|
|
position: relative;
|
|
|
.datas-content {
|
|
|
@@ -603,11 +606,11 @@ export default {
|
|
|
|
|
|
.tuiJian {
|
|
|
padding: 20px 16px;
|
|
|
- background: #f5f7fa;
|
|
|
+ background: @bg;
|
|
|
}
|
|
|
|
|
|
.van-empty {
|
|
|
- background-color: #f5f7fa;
|
|
|
+ background-color: @bg;
|
|
|
}
|
|
|
|
|
|
.product {
|