|
@@ -26,8 +26,8 @@
|
|
|
<div class="section_main four">
|
|
|
<!-- <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="pageNoChangeLeft" :class="isActivePageLeft ? 'isActivePage' : ''" @click="changePageNoLeft" v-if="isPC"><</div>
|
|
|
+ <div class="pageNoChangeRight" :class="isActivePageRight ? 'isActivePage' : ''" @click="changePageNoRight" v-if="isPC">></div>
|
|
|
<div class="inner">
|
|
|
<div class="title">
|
|
|
<h1>正品查询快捷入口</h1>
|
|
@@ -51,34 +51,34 @@
|
|
|
<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' : ''">
|
|
|
+ <div class="box front">
|
|
|
<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>
|
|
|
+ <h1>{{ item.name }}</h1>
|
|
|
+ <p><el-button :plain="true" @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>
|
|
|
+ <p><el-button @click="changePageNoLink(index, item)" :plain="true" style="border: 1px solid #fff;">立即查看</el-button></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</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' : ''">
|
|
|
+ <div class="box front">
|
|
|
<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>
|
|
|
+ <p><el-button :plain="true" @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>
|
|
|
+ <p><el-button @click="changePageNoLink(index, item)" :plain="true">立即查看</el-button></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -95,24 +95,24 @@
|
|
|
<el-carousel indicator-position="outside" ref="nop" height="600px" :autoplay="false">
|
|
|
<div @touchmove="move($event)" @touchstart="start($event)">
|
|
|
<el-carousel-item>
|
|
|
- <div v-for="(item, index) in firstEntryList" :key="item.id" v-if="index < 4" class="authlistH5" :class="isAuthActiveNum === index ? 'isAuthActive' : ''" @click="changePageNoLink(index, item)">
|
|
|
+ <div v-for="(item, index) in firstEntryList" :key="item.id" v-if="index < 4" class="authlistH5" @click="changePageNoLink(index, item)">
|
|
|
<div>
|
|
|
<img :src="item.logo" alt="" class="icon">
|
|
|
</div>
|
|
|
- <div :class="isAuthActiveNum === index ? 'isAuthtext' : ''">{{item.name}}</div>
|
|
|
+ <div>{{item.name}}</div>
|
|
|
<div>
|
|
|
- <el-button @click="changePageNoLink(index, item)" :class="isAuthActiveNum === index ? 'isAuthBtn' : ''">立即查看</el-button>
|
|
|
+ <el-button @click="changePageNoLink(index, item)">立即查看</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-carousel-item>
|
|
|
<el-carousel-item>
|
|
|
- <div v-for="(item, index) in firstEntryList" :key="item.id" v-if="index > 3" class="authlistH5" :class="isAuthActiveNum === index ? 'isAuthActive' : ''" @click="changePageNoLink(index, item)">
|
|
|
+ <div v-for="(item, index) in firstEntryList" :key="item.id" v-if="index > 3" class="authlistH5" @click="changePageNoLink(index, item)">
|
|
|
<div>
|
|
|
<img :src="item.logo" alt="" class="icon">
|
|
|
</div>
|
|
|
- <div :class="isAuthActiveNum === index ? 'isAuthtext' : ''">{{item.name}}</div>
|
|
|
+ <div>{{item.name}}</div>
|
|
|
<div>
|
|
|
- <el-button @click="changePageNoLink(index, item)" :class="isAuthActiveNum === index ? 'isAuthBtn' : ''">立即查看</el-button>
|
|
|
+ <el-button @click="changePageNoLink(index, item)">立即查看</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-carousel-item>
|