+
-
@@ -76,11 +71,53 @@ import Slogan from "./Slogan.vue";
width: 566px;
margin: 0 auto;
justify-content: space-between;
- .download-item {
- width: 172px;
- height: 64px;
+ .download-item-google {
+ width: 181px;
+ height: 56px;
background-color: #161515;
cursor: pointer;
+ position: relative;
+ background: url("../../assets/img/home/google.png") no-repeat;
+ background-size: 100% 100%;
+ img {
+ opacity: 0;
+ }
+ &:hover {
+ background: url("../../assets/img/home/google-active.png") no-repeat;
+ background-size: 100% 100%;
+ }
+ }
+ .download-item-andriod {
+ width: 181px;
+ height: 56px;
+ background-color: #161515;
+ cursor: pointer;
+ position: relative;
+ background: url("../../assets/img/home/andriod.png") no-repeat;
+ background-size: 100% 100%;
+ img {
+ opacity: 0;
+ }
+ &:hover {
+ background: url("../../assets/img/home/andriod-active.png") no-repeat;
+ background-size: 100% 100%;
+ }
+ }
+ .download-item-apple {
+ width: 181px;
+ height: 56px;
+ background-color: #161515;
+ cursor: pointer;
+ position: relative;
+ background: url("../../assets/img/home/apple.png") no-repeat;
+ background-size: 100% 100%;
+ img {
+ opacity: 0;
+ }
+ &:hover {
+ background: url("../../assets/img/home/apple-active.png") no-repeat;
+ background-size: 100% 100%;
+ }
}
}
}
diff --git a/src/components/home/DameplaySwiperCard.vue b/src/components/home/DameplaySwiperCard.vue
index 5c42801..e6ffe0b 100644
--- a/src/components/home/DameplaySwiperCard.vue
+++ b/src/components/home/DameplaySwiperCard.vue
@@ -6,7 +6,7 @@
:grabCursor="false"
:centeredSlides="true"
slidesPerView="2"
- :autoplay="{ delay: 3500, disableOnInteraction: false }"
+ :autoplay="{ delay: 2500, disableOnInteraction: false }"
:coverflowEffect="{
rotate: 0,
stretch: 10,
diff --git a/src/components/home/Text.vue b/src/components/home/Text.vue
new file mode 100644
index 0000000..620dbca
--- /dev/null
+++ b/src/components/home/Text.vue
@@ -0,0 +1,76 @@
+
+
+
+ CEBG stands for Crypto Elite's: BATTLEGROUNDS,the first blockchain-based
+ game consisting of Moba,and Battleroyal. It's funded by more than 7
+ institutional investors.CEBG stands for Crypto Elite's: BATLEGROUNDS,the
+ first blockchain-based game consisting of Moba,and Battleroyal. It's
+ funded by more than 7 institutional investors.
+
+
+
+
+
diff --git a/src/components/home/WhatCebg.vue b/src/components/home/WhatCebg.vue
index de4d41f..3b06aa0 100644
--- a/src/components/home/WhatCebg.vue
+++ b/src/components/home/WhatCebg.vue
@@ -29,14 +29,15 @@
-
+
+