|
@@ -1,7 +1,7 @@
|
|
|
<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" />
|
|
@@ -46,7 +46,7 @@ function close() {
|
|
|
// background-image: url("../../../assets/img/silubg.jpg");
|
|
|
// background-size: 100% 100%;
|
|
|
.second{
|
|
|
- bottom: 13vh;
|
|
|
+ bottom: 17vh;
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
@@ -65,7 +65,8 @@ function close() {
|
|
|
.titlselect {
|
|
|
color: #ffffff;
|
|
|
position: absolute;
|
|
|
- bottom: 24vh;
|
|
|
+ bottom: 12vh;
|
|
|
+ font-weight: 200;
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
font-size: 16px;
|