|
|
@ -502,7 +502,7 @@ |
|
|
<div class="starrysky_box"> |
|
|
<div class="starrysky_box"> |
|
|
<div class="starrysky"></div> |
|
|
<div class="starrysky"></div> |
|
|
</div> |
|
|
</div> |
|
|
<div style="text-align: center;position: absolute;top: 26%;left: 19%;" class="positionBox"> |
|
|
<div style="text-align: center;position: absolute;top: 26%;left: 50%;transform: translateX(-50%);" class="positionBox"> |
|
|
<div style="font-size: 48px;">{{ $t("homeNewText.hh14") }}</div> |
|
|
<div style="font-size: 48px;">{{ $t("homeNewText.hh14") }}</div> |
|
|
<div style="font-size: 20px;margin-top: 30px;">{{ $t("homeNewText.hh15") }}</div> |
|
|
<div style="font-size: 20px;margin-top: 30px;">{{ $t("homeNewText.hh15") }}</div> |
|
|
<router-link v-if="!isLogin" class="jump_btn" :to="{name:'signUp'}" style="margin-top: 50px;background-color: #fff;color: #000;border-radius: 40px;"> |
|
|
<router-link v-if="!isLogin" class="jump_btn" :to="{name:'signUp'}" style="margin-top: 50px;background-color: #fff;color: #000;border-radius: 40px;"> |
|
|
@ -2273,11 +2273,12 @@ |
|
|
border-radius: 10px; |
|
|
border-radius: 10px; |
|
|
} |
|
|
} |
|
|
.CryptoJourney { |
|
|
.CryptoJourney { |
|
|
width: 1920px; |
|
|
width: 100%; |
|
|
height: 531px; |
|
|
height: 531px; |
|
|
background-image: url('../../assets/img/home/home6.png'); |
|
|
background-image: url('../../assets/img/home/home6.png'); |
|
|
background-size: 1920px; |
|
|
background-size: 1920px; |
|
|
background-repeat: no-repeat; |
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-position: center; |
|
|
margin: 100px auto 100px; |
|
|
margin: 100px auto 100px; |
|
|
// display: flex; |
|
|
// display: flex; |
|
|
position: relative; |
|
|
position: relative; |
|
|
|