|
@@ -24,34 +24,72 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="section_main four">
|
|
|
- <div class="pageNoChangeLeft isActivePage" @click="changePageNoLeft( initPageList[0].id!== 1 || isAuthActiveNum !== 0)" v-if="isPC"><</div>
|
|
|
- <div class="pageNoChangeRight isActivePage" @click="changePageNoRight(initPageList[0].id === 1)" v-if="isPC">></div>
|
|
|
+<!-- <div class="pageNoChangeLeft isActivePage" @click="changePageNoLeft( firstEntryList[0].id!== 1 || isAuthActiveNum !== 0)" v-if="isPC"><</div>-->
|
|
|
+<!-- <div class="pageNoChangeRight isActivePage" @click="changePageNoRight(firstEntryList[0].id === 1)" v-if="isPC">></div>-->
|
|
|
+ <div class="pageNoChangeLeft isActivePage" @click="changePageNoLeft" v-if="isPC"><</div>
|
|
|
+ <div class="pageNoChangeRight isActivePage" @click="changePageNoRight" v-if="isPC">></div>
|
|
|
<div class="inner">
|
|
|
<div class="title">
|
|
|
<h1>正品查询快捷入口</h1>
|
|
|
</div>
|
|
|
<div class="section_content clear" v-if="isPC">
|
|
|
- <div class="section_li li1" v-for="(item, index) in initPageList" :key="index" v-if="index<4" @click="changePageNoLink(index, item)">
|
|
|
- <div class="box front" :class="isAuthActiveNum === index ? 'isAuthActive' : ''">
|
|
|
- <img :src="item.logo" alt="" class="icon">
|
|
|
- <h1 :class="isAuthActiveNum === index ? 'isAuthH1' : ''">{{ item.name }}</h1>
|
|
|
- <p><el-button :plain="true" :class="isAuthActiveNum === index ? 'isAuthBtn' : ''" @click="changePageNoLink(index, item)">立即查看</el-button></p>
|
|
|
- </div>
|
|
|
- <div class="box back">
|
|
|
- <div :class="item.className"></div>
|
|
|
- <div class="content-box">
|
|
|
- <img :src="item.logo" alt="" class="icon">
|
|
|
- <h1>{{ item.name }}</h1>
|
|
|
- <p><el-button @click="changePageNoLink(index, item)" :plain="true" style="background: linear-gradient(-90deg, #FFBA63, #F3920D);border: 1px solid #fff;color: #fff;">立即查看</el-button></p>
|
|
|
+<!-- <div class="section_li li1" v-for="(item, index) in initPageList" :key="index" v-if="index<4" @click="changePageNoLink(index, item)">-->
|
|
|
+<!-- <div class="box front" :class="isAuthActiveNum === index ? 'isAuthActive' : ''">-->
|
|
|
+<!-- <img :src="item.logo" alt="" class="icon">-->
|
|
|
+<!-- <h1 :class="isAuthActiveNum === index ? 'isAuthH1' : ''">{{ item.name }}</h1>-->
|
|
|
+<!-- <p><el-button :plain="true" :class="isAuthActiveNum === index ? 'isAuthBtn' : ''" @click="changePageNoLink(index, item)">立即查看</el-button></p>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- <div class="box back">-->
|
|
|
+<!-- <div :class="item.className"></div>-->
|
|
|
+<!-- <div class="content-box">-->
|
|
|
+<!-- <img :src="item.logo" alt="" class="icon">-->
|
|
|
+<!-- <h1>{{ item.name }}</h1>-->
|
|
|
+<!-- <p><el-button @click="changePageNoLink(index, item)" :plain="true" style="background: linear-gradient(-90deg, #FFBA63, #F3920D);border: 1px solid #fff;color: #fff;">立即查看</el-button></p>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- </div>-->
|
|
|
+ <el-carousel indicator-position="outside" height="500px" ref="pcSwiper" :autoplay="false">
|
|
|
+ <el-carousel-item>
|
|
|
+ <div class="section_li li1" v-for="(item, index) in firstEntryList" :key="index" v-if="index<4" @click="changePageNoLink(index, item)">
|
|
|
+ <div class="box front" :class="isAuthActiveNum === index ? 'isAuthActive' : ''">
|
|
|
+ <img :src="item.logo" alt="" class="icon">
|
|
|
+ <h1 :class="isAuthActiveNum === index ? 'isAuthH1' : ''">{{ item.name }}</h1>
|
|
|
+ <p><el-button :plain="true" :class="isAuthActiveNum === index ? 'isAuthBtn' : ''" @click="changePageNoLink(index, item)">立即查看</el-button></p>
|
|
|
+ </div>
|
|
|
+ <div class="box back">
|
|
|
+ <div :class="item.className"></div>
|
|
|
+ <div class="content-box">
|
|
|
+ <img :src="item.logo" alt="" class="icon">
|
|
|
+ <h1>{{ item.name }}</h1>
|
|
|
+ <p><el-button @click="changePageNoLink(index, item)" :plain="true" style="background: linear-gradient(-90deg, #FFBA63, #F3920D);border: 1px solid #fff;color: #fff;">立即查看</el-button></p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="pageNum" style="height: 100px;display: flex;justify-content: center;align-items: center" v-if="isPC">
|
|
|
- <div class="pageNum-box" style="height: 10px;display: flex;justify-content: space-around;width: 100px;">
|
|
|
- <span @click="changePageNo(index)" @mouseover="changePageNo(index)" :style="{cursor: 'pointer',width: '8px',height: '8px',backgroundColor: isAuthActiveNum === index ? '#FF5B00' : '#FF990066',borderRadius: '50%',transition: '1s'}" v-if="index<4" v-for="(item, index) in initPageList" :key="index"></span>
|
|
|
- </div>
|
|
|
+ </el-carousel-item>
|
|
|
+ <el-carousel-item>
|
|
|
+ <div class="section_li li1" v-for="(item, index) in firstEntryList" :key="index" v-if="index>3" @click="changePageNoLink(index, item)">
|
|
|
+ <div class="box front" :class="isAuthActiveNum === index ? 'isAuthActive' : ''">
|
|
|
+ <img :src="item.logo" alt="" class="icon">
|
|
|
+ <h1 :class="isAuthActiveNum === index ? 'isAuthH1' : ''">{{ item.name }}</h1>
|
|
|
+ <p><el-button :plain="true" :class="isAuthActiveNum === index ? 'isAuthBtn' : ''" @click="changePageNoLink(index, item)">立即查看</el-button></p>
|
|
|
+ </div>
|
|
|
+ <div class="box back">
|
|
|
+ <div :class="item.className"></div>
|
|
|
+ <div class="content-box">
|
|
|
+ <img :src="item.logo" alt="" class="icon">
|
|
|
+ <h1>{{ item.name }}</h1>
|
|
|
+ <p><el-button @click="changePageNoLink(index, item)" :plain="true" style="background: linear-gradient(-90deg, #FFBA63, #F3920D);border: 1px solid #fff;color: #fff;">立即查看</el-button></p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </el-carousel-item>
|
|
|
+ </el-carousel>
|
|
|
</div>
|
|
|
+<!-- <div class="pageNum" style="height: 100px;display: flex;justify-content: center;align-items: center" v-if="isPC">-->
|
|
|
+<!-- <div class="pageNum-box" style="height: 10px;display: flex;justify-content: space-around;width: 100px;">-->
|
|
|
+<!-- <span @click="changePageNo(index)" @mouseover="changePageNo(index)" :style="{cursor: 'pointer',width: '8px',height: '8px',backgroundColor: isAuthActiveNum === index ? '#FF5B00' : '#FF990066',borderRadius: '50%',transition: '1s'}" v-if="index<4" v-for="(item, index) in firstEntryList" :key="index"></span>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- </div>-->
|
|
|
<div class="section_content" v-if="!isPC">
|
|
|
<div>
|
|
|
<el-carousel indicator-position="outside" ref="nop" height="600px" :autoplay="false">
|