|
|
@ -1,8 +1,6 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div> |
|
|
|
|
|
<div class="center" @click="jumpPage"> |
|
|
|
|
|
<img src="../assets/enter.jpg" alt="进入测试" class="image"> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="home"> |
|
|
|
|
|
<img src="../assets/enter.jpg" alt="进入测试" class="image" @click="jumpPage"> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
@ -22,8 +20,8 @@ export default { |
|
|
// jwcode:90098888,//有成绩的 |
|
|
// jwcode:90098888,//有成绩的 |
|
|
// jwcode:90098889,//有成绩的 |
|
|
// jwcode:90098889,//有成绩的 |
|
|
// jwcode:90098890,//有成绩的 |
|
|
// jwcode:90098890,//有成绩的 |
|
|
jwcode:90098891,//没有成绩的 |
|
|
|
|
|
// jwcode:90098892,//没有成绩的 |
|
|
|
|
|
|
|
|
// jwcode:90098891,//有成绩的 |
|
|
|
|
|
jwcode:90098892,//没有成绩的 |
|
|
// jwcode:90098893,//没有成绩的 |
|
|
// jwcode:90098893,//没有成绩的 |
|
|
// jwcode:90098894,//没有成绩的 |
|
|
// jwcode:90098894,//没有成绩的 |
|
|
}; |
|
|
}; |
|
|
@ -57,28 +55,27 @@ export default { |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
div { |
|
|
|
|
|
|
|
|
.home { |
|
|
|
|
|
position: relative; |
|
|
min-height: 100vh; |
|
|
min-height: 100vh; |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
background-image: url('@/assets/home.jpg'); |
|
|
background-image: url('@/assets/home.jpg'); |
|
|
background-size: cover; |
|
|
background-size: cover; |
|
|
background-position: center; |
|
|
background-position: center; |
|
|
background-repeat: no-repeat; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.image { |
|
|
.image { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
bottom: 80px; |
|
|
|
|
|
right: 54%; |
|
|
|
|
|
width: 200px; |
|
|
width: 200px; |
|
|
height: 160px; |
|
|
|
|
|
|
|
|
min-height: 160px; |
|
|
|
|
|
max-height: 160px; |
|
|
object-fit: contain; |
|
|
object-fit: contain; |
|
|
transition: all 0.3s ease; |
|
|
|
|
|
|
|
|
bottom: 70px; |
|
|
|
|
|
left: 682px; |
|
|
|
|
|
/* left: 35.5%; */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.center:hover .image { |
|
|
|
|
|
|
|
|
.image:hover { |
|
|
transform: scale(1.2); |
|
|
transform: scale(1.2); |
|
|
filter: brightness(1.1); |
|
|
filter: brightness(1.1); |
|
|
} |
|
|
} |