From 422dcfc4253d7af161cddd3a6ca58fdc41915216 Mon Sep 17 00:00:00 2001 From: Madara0330E Date: Sun, 4 Feb 2024 18:59:42 +0300 Subject: [PATCH 01/11] thesh_hzlol --- .../assets/css/ComponentsStyles/developer.css | 20 ++- .../src/components/DeveloperComponent.vue | 7 +- .../games-components/CrashGraphComponent.vue | 136 ------------------ luckydiamond/src/pages/HomePage.vue | 3 +- luckydiamond/src/router/router.js | 4 +- 5 files changed, 20 insertions(+), 150 deletions(-) delete mode 100644 luckydiamond/src/components/games-components/CrashGraphComponent.vue diff --git a/luckydiamond/src/assets/css/ComponentsStyles/developer.css b/luckydiamond/src/assets/css/ComponentsStyles/developer.css index 62605d2..d98d871 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/developer.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/developer.css @@ -1,7 +1,16 @@ +.developer-card__content_down { + width: 1204px; + height: 443px; + background-color: aquamarine; + margin-left: 287px; + margin-right: 298px; + margin-bottom: 77px; +} .developer-card__content { - flex-direction: column; - align-items: center; + display: flex; + + background-color: black; } @@ -116,15 +125,15 @@ .developer-card-height__skin { margin-top: 6px; - display: flex; + display: inline-block; align-items: center; justify-content: center; } -.developer-card-height__skin-content { +.developer-card-height__skin { width: 212px; height: 212px; - background-image: url(@/assets/icons-developcard/Hepatir.png); + justify-content: space-around; display: flex; align-items: flex-end; @@ -141,3 +150,4 @@ + diff --git a/luckydiamond/src/components/DeveloperComponent.vue b/luckydiamond/src/components/DeveloperComponent.vue index 06b5e6e..6960e28 100644 --- a/luckydiamond/src/components/DeveloperComponent.vue +++ b/luckydiamond/src/components/DeveloperComponent.vue @@ -23,7 +23,7 @@ -
+
@@ -34,15 +34,14 @@

{{ techText }}

+
+
-
- -
diff --git a/luckydiamond/src/components/games-components/CrashGraphComponent.vue b/luckydiamond/src/components/games-components/CrashGraphComponent.vue deleted file mode 100644 index 697dbac..0000000 --- a/luckydiamond/src/components/games-components/CrashGraphComponent.vue +++ /dev/null @@ -1,136 +0,0 @@ - - - - - \ No newline at end of file diff --git a/luckydiamond/src/pages/HomePage.vue b/luckydiamond/src/pages/HomePage.vue index baa1abd..f5f2bf6 100644 --- a/luckydiamond/src/pages/HomePage.vue +++ b/luckydiamond/src/pages/HomePage.vue @@ -103,14 +103,13 @@ \ No newline at end of file diff --git a/luckydiamond/src/router/router.js b/luckydiamond/src/router/router.js index 3369db6..5dd9ef5 100644 --- a/luckydiamond/src/router/router.js +++ b/luckydiamond/src/router/router.js @@ -6,7 +6,6 @@ import SapergamePage from "@/pages/games-pages/SapergamePage.vue"; import SettingsPage from "@/pages/SettingsPage.vue"; import CrashGamePage from "@/pages/games-pages/CrashgamePage.vue"; import JackpotPage from "@/pages/games-pages/JackpotPage.vue"; -import SettingsPage from "@/pages/SettingsPage.vue" import AboutPage from "@/pages/AboutPage.vue" export default createRouter({ From d887f9cb99cccd5c557d9aaca3759ba60165e7b7 Mon Sep 17 00:00:00 2001 From: Madara0330E Date: Sat, 17 Feb 2024 20:07:44 +0300 Subject: [PATCH 10/11] card repair and adaptation error chang2 --- .../assets/css/ComponentsStyles/developer.css | 82 ++++++++++--------- 1 file changed, 44 insertions(+), 38 deletions(-) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/developer.css b/luckydiamond/src/assets/css/ComponentsStyles/developer.css index 8605c6e..23c1046 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/developer.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/developer.css @@ -669,48 +669,54 @@ @media (max-width: 1700px) { .info { - width: 100%; - height: auto; - margin-top: 10px; - margin-left: 0; - justify-content: center; - flex-direction: column; + flex-direction: column; + align-items: center; + display: flex; + justify-content: center; + width: 1332px; + height: 732px; + margin-top: 10px; + margin-left: 1px; } - .bottom_card { - width: 100%; - height: auto; - margin-top: 20px; - margin-left: 0; - justify-content: none; - flex-direction: column; - margin-left: 645px; + display: flex; + flex-wrap: wrap; + justify-content: center; + align-items: center; + width: 865px; + margin-right: 470px; + } + + .megatntmega_card { + margin: 0 auto; + } + + .busha888_card { + margin: 0 auto; + } + + .CLARFFY_card { + margin: 0 auto; + margin-top: 15px; + } + + .top_card { + width: 1200px; + height: 443px; + display: flex; + justify-content: center; + margin-right: 450px; + + } + .Hepatir_card { + margin-left: 10px; + margin-right: 10px; + } + .FUpir_card { + margin-left: 10px; + margin-right: 10px; } - .top_card { - width: 100%; - height: auto; - margin-left: 0; - justify-content: none; - flex-direction: column; - margin-left: 820px; - } - .Hepatir_card { - margin-top: 20px; - margin-bottom: 20px; - } - .Ckutls__card { - - margin-bottom: 20px; - } - .Hepatir_card { - margin-top: 20px; - margin-bottom: 20px; - } - .busha888_card { - margin-top: 20px; - margin-bottom: 20px; - } } From 8668680ec9b47fefa570968557a3805609637dc3 Mon Sep 17 00:00:00 2001 From: Hepatica Date: Sat, 17 Feb 2024 18:21:29 +0100 Subject: [PATCH 11/11] Change links to api --- .../src/assets/css/ComponentsStyles/developer.css | 10 +++++----- luckydiamond/src/components/DevelopComponent.vue | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/developer.css b/luckydiamond/src/assets/css/ComponentsStyles/developer.css index 23c1046..97e2045 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/developer.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/developer.css @@ -108,7 +108,7 @@ .skin_2_skin { width: 212px; height: 212px; - background-image: url(@/assets/icons-developcard/Hepatir.png); + background-image: url(https://visage.surgeplay.com/front/212/Hepatir.png); justify-content: space-around; display: flex; align-items: flex-end; @@ -201,7 +201,7 @@ .Rafael1209_skin_2_skin { width: 212px; height: 212px; - background-image: url(@/assets/icons-developcard/rafael1209.png); + background-image: url(https://visage.surgeplay.com/front/212/rafael1209.png); justify-content: space-around; display: flex; align-items: flex-end; @@ -308,7 +308,7 @@ .Ckutls__skin_2_skin { width: 212px; height: 212px; - background-image: url(@/assets/icons-developcard/Ckutls_.png); + background-image: url(https://visage.surgeplay.com/front/212/Ckutls_.png); justify-content: space-around; display: flex; align-items: flex-end; @@ -386,7 +386,7 @@ .FUpir_skin_2_skin { width: 212px; height: 212px; - background-image: url(@/assets/icons-developcard/FUpir.png); + background-image: url(https://visage.surgeplay.com/front/212/FUpir.png); justify-content: space-around; display: flex; align-items: flex-end; @@ -560,7 +560,7 @@ display: flex; width: 212px; height: 212px; - background-image: url(@/assets/icons-developcard/megatntmega.png); + background-image: url(https://visage.surgeplay.com/front/212/megatntmega.png); } .megatntmega_skin img { width: 212px; diff --git a/luckydiamond/src/components/DevelopComponent.vue b/luckydiamond/src/components/DevelopComponent.vue index f1ed74a..d9411ea 100644 --- a/luckydiamond/src/components/DevelopComponent.vue +++ b/luckydiamond/src/components/DevelopComponent.vue @@ -145,7 +145,7 @@
- +
@@ -164,7 +164,7 @@
- +