This commit is contained in:
huangjinming 2023-03-17 17:23:21 +08:00
parent f0a5473bde
commit 26df1b54ea
12 changed files with 30 additions and 28 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -45,7 +45,7 @@
.banner-boder { .banner-boder {
position: absolute; position: absolute;
left: 0; left: 0;
bottom: 0; bottom: -1px;
} }
.introduction-bg { .introduction-bg {
position: absolute; position: absolute;

View File

@ -147,8 +147,8 @@ function handleScroll() {
font-size: 200px; font-size: 200px;
font-family: "Big John"; font-family: "Big John";
font-weight: 400; font-weight: 400;
color: #e6e6e6; color: #eeeeee;
opacity: 0.3; // opacity: 0.3;
z-index: -1; z-index: -1;
} }
.latest-news-bg { .latest-news-bg {

View File

@ -15,11 +15,11 @@
id="bgTest" id="bgTest"
:style="{ transform: 'translateY(' + -positionY1 + 'px)' }" :style="{ transform: 'translateY(' + -positionY1 + 'px)' }"
> >
The Team Roadmap
</div> </div>
<div class="content"> <div class="content">
<div class="title">Roadmap</div> <div class="content-title">Roadmap</div>
<div class="title-boder"> <div class="title-boder">
<img src="@/assets/img/about/roadmap-title-boder.png" alt="" /> <img src="@/assets/img/about/roadmap-title-boder.png" alt="" />
</div> </div>
@ -152,7 +152,7 @@ function handleScroll() {
.history-bottom-boder { .history-bottom-boder {
position: absolute; position: absolute;
left: 0; left: 0;
bottom: 0; bottom: -1px;
right: 0; right: 0;
width: 100%; width: 100%;
height: 116px; height: 116px;
@ -169,19 +169,20 @@ function handleScroll() {
font-size: 210px; font-size: 210px;
font-family: "Big John"; font-family: "Big John";
font-weight: 400; font-weight: 400;
color: #173637; color: #1e645e;
opacity: 0.3; // opacity: 0.3;
z-index: -1; z-index: -1;
} }
.content { .content {
width: 1440px; width: 1440px;
margin: 0 auto; margin: 0 auto;
.title { .content-title {
padding-top: 110px; padding-top: 110px;
font-size: 48px; font-size: 48px;
font-family: "Big John"; font-family: "Big John";
font-weight: 400; font-weight: 400;
color: #ffffff; color: #ffffff;
margin-left: 66px;
} }
.title-boder { .title-boder {
width: 695px; width: 695px;

View File

@ -112,7 +112,7 @@ function handleScroll() {
.banner-boder { .banner-boder {
position: absolute; position: absolute;
left: 0; left: 0;
bottom: 0; bottom: -1px;
} }
.vision-title { .vision-title {
position: absolute; position: absolute;
@ -121,8 +121,8 @@ function handleScroll() {
font-size: 210px; font-size: 210px;
font-family: "Big John"; font-family: "Big John";
font-weight: 400; font-weight: 400;
color: #e6e6e6; color: #eeeeee;
opacity: 0.8;
z-index: -1; z-index: -1;
} }
.vidion-bg { .vidion-bg {

View File

@ -51,8 +51,7 @@
.whitepaper-bottom-boder { .whitepaper-bottom-boder {
position: absolute; position: absolute;
left: 0; left: 0;
bottom: -10px;
bottom: 0;
right: 0; right: 0;
width: 100%; width: 100%;
height: 234px; height: 234px;
@ -67,6 +66,7 @@
margin: 0 auto; margin: 0 auto;
.title { .title {
font-size: 48px; font-size: 48px;
margin-left: 66px;
font-family: "Big John"; font-family: "Big John";
font-weight: 400; font-weight: 400;
color: #ffffff; color: #ffffff;

View File

@ -84,25 +84,27 @@ import Slogan from "./Slogan.vue";
.posters { .posters {
position: absolute; position: absolute;
left: 50%; left: 50%;
bottom: 60px; bottom: 40px;
z-index: 9; z-index: 9;
margin-bottom: 12px; margin-bottom: 12px;
margin-top: 74px; margin-top: 74px;
width: 10%; width:15px;
height: 90px;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
.poster { .poster {
width: 100%; width: 15px;
height: 23px; height: 12px;
background-image: url("@/assets/img/home/poster.png"); background-image: url("@/assets/img/home/poster.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center 0; background-position: center center;
background-color: transparent; background-color: transparent;
background-size: auto; background-size: contain;
-webkit-animation-name: arrow; -webkit-animation-name: arrow;
animation-name: arrow; animation-name: arrow;
margin-bottom: 4px;
-webkit-animation-duration: 1.5s; -webkit-animation-duration: 1.5s;
animation-duration: 1.5s; animation-duration: 1.5s;
-webkit-animation-timing-function: linear; -webkit-animation-timing-function: linear;
@ -116,12 +118,12 @@ import Slogan from "./Slogan.vue";
animation-delay: 0s; animation-delay: 0s;
} }
.poster-tow { .poster-tow {
top: 12px; top: 18px;
-webkit-animation-delay: 0.5s; -webkit-animation-delay: 0.5s;
animation-delay: 0.5s; animation-delay: 0.5s;
} }
.poster-there { .poster-there {
top: 24px; top: 64px;
-webkit-animation-delay: 1s; -webkit-animation-delay: 1s;
animation-delay: 1s; animation-delay: 1s;
} }
@ -149,7 +151,7 @@ import Slogan from "./Slogan.vue";
width: 100%; width: 100%;
z-index: 3; z-index: 3;
position: absolute; position: absolute;
bottom: 0; bottom: -1px;
img { img {
width: 100%; width: 100%;
height: auto; height: auto;

View File

@ -118,7 +118,7 @@ function handleScroll() {
} }
.gallerp-bottom-boder { .gallerp-bottom-boder {
position: absolute; position: absolute;
bottom: 0; bottom: -1px;
width: 100%; width: 100%;
// height: 100%; // height: 100%;
img { img {
@ -133,7 +133,7 @@ function handleScroll() {
text-align: center; text-align: center;
font-size: 190px; font-size: 190px;
font-family: "Big John"; font-family: "Big John";
color: #e09162; color: #ec7f64;
line-height: 30px; line-height: 30px;
// opacity: 0.3; // opacity: 0.3;
z-index: 1; z-index: 1;

View File

@ -15,7 +15,6 @@
</div> </div>
</XyzTransitionGroup> </XyzTransitionGroup>
</div> </div>
<div><img src="" alt="" /></div> <div><img src="" alt="" /></div>
</div> </div>
<div class="hero-right"> <div class="hero-right">

View File

@ -45,7 +45,7 @@ function handactiveTab(index) {
flex-direction: column; flex-direction: column;
background: none; background: none;
font-family: "Big John"; font-family: "Big John";
color: #000101; color: #0f6569;
text-transform: uppercase; text-transform: uppercase;
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;

View File

@ -174,7 +174,7 @@ function handleScroll() {
z-index: 1; z-index: 1;
font-size: 180px; font-size: 180px;
font-family: "Big John"; font-family: "Big John";
color: #327AA7; color: #309699;
line-height: 30px; line-height: 30px;
opacity: 0.8; opacity: 0.8;
-webkit-user-select: none; -webkit-user-select: none;