Vision & Mission
-

+
Our goal is to produce a game that is very enjoyable to play and
- has excellent economy design that allows players to feel the joy
- of playing while being able to earntokens.
+ has an excellent economic design that allows players to feel the
+ joy of playing while being able to earn tokens. At the same time,
+ a community co-creation and sharing mechanism is used to disrupt
+ the existing content and value-sharing model so that creativity
+ and value can flourish in the community.
-
+
+
-
+
@@ -61,6 +65,7 @@
+
+
diff --git a/mobile/src/components/home/Banner.vue b/mobile/src/components/home/Banner.vue
index 3db6098..e211706 100644
--- a/mobile/src/components/home/Banner.vue
+++ b/mobile/src/components/home/Banner.vue
@@ -7,21 +7,27 @@
-
+
+
-
+
-

+

@@ -70,32 +76,84 @@
.title {
width: 725px;
margin: 0 auto;
- margin-top: 333px;
+ margin-top: 231px;
img {
width: 725px;
}
}
.download-btns {
position: absolute;
- bottom: 150px;
+ bottom: 190px;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
- width: 92%;
+ width: 82%;
justify-content: space-between;
.andriod {
- width: 216px;
- height: 66px;
+ width: 265px;
+ height: 79px;
}
.apple {
width: 216px;
height: 66px;
}
.google {
- width: 216px;
- height: 66px;
+ width: 265px;
+ height: 79px;
}
}
}
}
+.posters {
+ position: absolute;
+ left: 50%;
+ bottom: 2px;
+ z-index: 9;
+ margin-bottom: 12px;
+ margin-top: 74px;
+ width: 15px;
+ height: 90px;
+ transform: translate(-50%, -50%);
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ .poster {
+ width: 16px;
+ height: 12px;
+ background-image: url("@/assets/img/home/poster.png");
+ background-repeat: no-repeat;
+ background-position: center center;
+ background-color: transparent;
+ background-size: contain;
+ -webkit-animation-name: arrow;
+ animation-name: arrow;
+ margin-bottom: 4px;
+ -webkit-animation-duration: 1.5s;
+ animation-duration: 1.5s;
+ -webkit-animation-timing-function: linear;
+ animation-timing-function: linear;
+ -webkit-animation-iteration-count: infinite;
+ animation-iteration-count: infinite;
+ }
+ .poster-one {
+ top: 0;
+ -webkit-animation-delay: 0s;
+ animation-delay: 0s;
+ }
+ .poster-tow {
+ top: 18px;
+ -webkit-animation-delay: 0.5s;
+ animation-delay: 0.5s;
+ }
+ .poster-there {
+ top: 64px;
+ -webkit-animation-delay: 1s;
+ animation-delay: 1s;
+ }
+ @keyframes arrow {
+ 50% {
+ opacity: 0;
+ }
+ }
+}
diff --git a/mobile/src/components/home/Chip.vue b/mobile/src/components/home/Chip.vue
index 8472dac..9a868e6 100644
--- a/mobile/src/components/home/Chip.vue
+++ b/mobile/src/components/home/Chip.vue
@@ -1,7 +1,11 @@
-
+
+
CHIP
+
+

+
@@ -77,7 +81,7 @@
diff --git a/mobile/src/components/layout/index.vue b/mobile/src/components/layout/index.vue
index 1ccb9ff..6edee44 100644
--- a/mobile/src/components/layout/index.vue
+++ b/mobile/src/components/layout/index.vue
@@ -1,7 +1,7 @@
-
+
@@ -12,6 +12,13 @@