新增下载二维码
This commit is contained in:
parent
db5ef89f56
commit
0f23b8ee6f
@ -135,14 +135,17 @@
|
|||||||
<li class="explore-btn" @click="exploreCli(stepTicket)">Explore Map</li>
|
<li class="explore-btn" @click="exploreCli(stepTicket)">Explore Map</li>
|
||||||
</div>
|
</div>
|
||||||
<div class="explore-download" v-if="navIndex == 0">
|
<div class="explore-download" v-if="navIndex == 0">
|
||||||
<li v-for="(item, index) in download" :key="index">
|
<div class="download-title">Pre-season Testing is live. Download now at:</div>
|
||||||
<div class="download-img">
|
<div class="download-list">
|
||||||
<img :src="item.imgSrc" alt="">
|
<li v-for="(item, index) in download" :key="index">
|
||||||
</div>
|
<div class="download-img">
|
||||||
<div class="download-img-hover">
|
<img :src="item.imgSrc" alt="">
|
||||||
<img :src="item.imgSrcHover" alt="">
|
</div>
|
||||||
</div>
|
<div class="download-img-hover">
|
||||||
</li>
|
<img :src="item.imgSrcHover" alt="">
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -2094,31 +2097,52 @@ export default {
|
|||||||
.explore-download {
|
.explore-download {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 30px;
|
right: 30px;
|
||||||
bottom: 90px;
|
bottom: 80px;
|
||||||
li {
|
padding: 40px 20px;
|
||||||
position: relative;
|
margin-bottom: 10px;
|
||||||
margin-top: 10px;
|
background: url("./../../assets/home/box.png") no-repeat;
|
||||||
cursor: pointer;
|
background-size: 100% 100%;
|
||||||
.download-img {
|
.download-title {
|
||||||
width: 120px;
|
font-weight: 700;
|
||||||
height: 35px;
|
text-align: left;
|
||||||
}
|
font-size: 16px;
|
||||||
.download-img-hover {
|
color: #fff;
|
||||||
display: none;
|
font-family: 'Poppins-Light';
|
||||||
width: 120px;
|
}
|
||||||
height: 120px;
|
.download-list {
|
||||||
position: absolute;
|
display: flex;
|
||||||
top: -120px;
|
justify-content: space-between;
|
||||||
left: 0;
|
li {
|
||||||
z-index: 99;
|
position: relative;
|
||||||
}
|
margin-top: 10px;
|
||||||
img {
|
padding-right: 20px;
|
||||||
width: 100%;
|
cursor: pointer;
|
||||||
height: 100%;
|
.download-img {
|
||||||
}
|
width: 120px;
|
||||||
&:hover {
|
height: 35px;
|
||||||
|
// border-radius: 25px;
|
||||||
|
// overflow: hidden;
|
||||||
|
}
|
||||||
.download-img-hover {
|
.download-img-hover {
|
||||||
display: block;
|
display: none;
|
||||||
|
width: 120px;
|
||||||
|
height: 120px;
|
||||||
|
position: absolute;
|
||||||
|
top: -120px;
|
||||||
|
left: 0;
|
||||||
|
z-index: 99;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
&:hover {
|
||||||
|
.download-img-hover {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&:nth-child(3) {
|
||||||
|
padding-right: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user