|
@@ -1,17 +1,23 @@
|
|
|
<template>
|
|
|
<div class="second">
|
|
|
<img src="@/assets/img/Hi.png" class="title" />
|
|
|
- <div class="titlselect">点我进入</div>
|
|
|
+ <!-- <div class="titlselect">点我进入</div> -->
|
|
|
<img src="@/assets/img/bottom.png" class="titlbottom" />
|
|
|
<!-- <div class="star">
|
|
|
<img src="@/assets/img/star.png" class="starimg" />
|
|
|
</div> -->
|
|
|
- <div :class="{swiper: true, isSelect: swiperClick}" @click="close">
|
|
|
+
|
|
|
+ <div class="loading second" @click="close">
|
|
|
+ <div class="loading1">
|
|
|
+ <div class="loading2"></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- <div :class="{swiper: true, isSelect: swiperClick}" @click="close">
|
|
|
<div
|
|
|
class="clickEle"
|
|
|
:style="swiperClick ? 'margin-left: 2.1em;' : ''"
|
|
|
></div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
</template>
|
|
|
<script setup>
|
|
@@ -37,23 +43,29 @@ function close() {
|
|
|
<style lang="scss" scoped>
|
|
|
.second {
|
|
|
position: relative;
|
|
|
-// background-image: url("../../../assets/img/silubg.jpg");
|
|
|
-// background-size: 100% 100%;
|
|
|
- .title{
|
|
|
+ // background-image: url("../../../assets/img/silubg.jpg");
|
|
|
+ // background-size: 100% 100%;
|
|
|
+ .second{
|
|
|
+ bottom: 13vh;
|
|
|
+ position: absolute;
|
|
|
+ left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ }
|
|
|
+ .title {
|
|
|
position: absolute;
|
|
|
width: 10em;
|
|
|
top: 12vh;
|
|
|
left: 10vw;
|
|
|
}
|
|
|
- .titlbottom{
|
|
|
+ .titlbottom {
|
|
|
position: absolute;
|
|
|
bottom: 4vh;
|
|
|
width: 100%;
|
|
|
}
|
|
|
- .titlselect{
|
|
|
+ .titlselect {
|
|
|
color: #ffffff;
|
|
|
position: absolute;
|
|
|
- bottom: 18vh;
|
|
|
+ bottom: 24vh;
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
font-size: 16px;
|
|
@@ -95,13 +107,12 @@ function close() {
|
|
|
width: 1.8em;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- .isSelect{
|
|
|
+
|
|
|
+ .isSelect {
|
|
|
background-color: #ffffff80;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
@keyframes star {
|
|
|
0% {
|
|
|
width: 15px;
|