|
@@ -16,13 +16,13 @@
|
|
|
</el-carousel-item>
|
|
|
</el-carousel>
|
|
|
<div class="home-slider" v-if="item.json_data && item.json_data.type == 'main_banner_pc'">
|
|
|
- <div class="s1">
|
|
|
+ <!-- <div class="s1">
|
|
|
<CategorySortTop/>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="s2">
|
|
|
<el-carousel
|
|
|
v-if="item.json_data && item.json_data.type == 'main_banner_pc'"
|
|
|
- height="306px"
|
|
|
+ height="100%"
|
|
|
arrow="never"
|
|
|
>
|
|
|
<el-carousel-item
|
|
@@ -36,8 +36,7 @@
|
|
|
</el-carousel-item>
|
|
|
</el-carousel>
|
|
|
</div>
|
|
|
-
|
|
|
- <div class="s3">
|
|
|
+ <!-- <div class="s3">
|
|
|
<a href="javascript:void(0)" @click="diyNavTo(item.json_data.info.left)">
|
|
|
<p class="title" >
|
|
|
{{ item.json_data.info.left.title.initialValue }}
|
|
@@ -58,7 +57,7 @@
|
|
|
|
|
|
<p class="link" @click="loginOut" v-if="filtersStore.getLoginFlag">
|
|
|
<a >{{L['退出']}}</a>
|
|
|
- </p>
|
|
|
+ </p> -->
|
|
|
|
|
|
<!-- <p class="link">-->
|
|
|
<!-- <nuxt-link to="/home/contact">-->
|
|
@@ -66,20 +65,20 @@
|
|
|
<!-- </nuxt-link>-->
|
|
|
<!-- </p>-->
|
|
|
|
|
|
- <p class="link" @click="goSupplierUrl">
|
|
|
+ <!-- <p class="link" @click="goSupplierUrl"> -->
|
|
|
<!-- <nuxt-link to="http://seller.b2b.test.advichcloud.com/user/login">-->
|
|
|
- <a>{{L['供应商']}}</a>
|
|
|
+ <!-- <a>{{L['供应商']}}</a> -->
|
|
|
<!-- </nuxt-link>-->
|
|
|
- </p>
|
|
|
+ <!-- </p> -->
|
|
|
|
|
|
- <a href="javascript:void(0)" v-for="(val, key) in item.json_data.info.right"
|
|
|
+ <!-- <a href="javascript:void(0)" v-for="(val, key) in item.json_data.info.right"
|
|
|
:key="key"
|
|
|
@click="diyNavTo(val)">
|
|
|
<p class="desc">
|
|
|
{{ quillEscapeToHtml(val.title.initialValue) }}
|
|
|
</p>
|
|
|
</a>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
|
|
|
|
|
@@ -1392,14 +1391,16 @@ onMounted(() => {
|
|
|
background: #f1f1f1;
|
|
|
|
|
|
.el-carousel__item {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
|
|
|
div {
|
|
|
background-position: center center;
|
|
|
- width: 1920px;
|
|
|
- height: 457px;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
top: 0;
|
|
@@ -1407,6 +1408,16 @@ onMounted(() => {
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
+
|
|
|
+ a {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+
|
|
|
+ img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.main_banner {
|