From aed7d1acb40be6ab16e23f1387ad589c6fc0af4a Mon Sep 17 00:00:00 2001 From: Swino4ka Date: Wed, 13 Mar 2024 23:36:06 +0100 Subject: [PATCH 1/4] ! --- luckydiamond/src/components/ReferalModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luckydiamond/src/components/ReferalModal.vue b/luckydiamond/src/components/ReferalModal.vue index 1c49c39..5fba436 100644 --- a/luckydiamond/src/components/ReferalModal.vue +++ b/luckydiamond/src/components/ReferalModal.vue @@ -8,7 +8,7 @@
-

В РАЗРАБОТКЕ

+

В РАЗРАБОТКЕ!

From 1bda90f3d8bbdd37f55c5941dcd9419d976a5780 Mon Sep 17 00:00:00 2001 From: Swino4ka Date: Thu, 14 Mar 2024 20:47:43 +0100 Subject: [PATCH 2/4] =?UTF-8?q?=D0=A0=D0=B5=D1=84=D0=B5=D1=80=D0=B0=D0=BB?= =?UTF-8?q?=D1=8B=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B0=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=B0=D1=82=D1=8C=20=D1=85=D0=BE=D1=80=D0=BE?= =?UTF-8?q?=D1=88=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../css/ComponentsStyles/payments-modal.css | 6 ++ luckydiamond/src/components/ReferalModal.vue | 82 +++++++++++++++++-- luckydiamond/src/pages/ProfilePage.vue | 3 + 3 files changed, 84 insertions(+), 7 deletions(-) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css b/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css index 1757aef..2250133 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css @@ -53,6 +53,12 @@ left: 10%; } +.referal-icon-diamond img { + position: absolute; + top: 35.5%; + left: 10%; +} + .deposit-icon__input .promo-input, .deposit-icon__input .deposit-amount__input, .withdraw-input .with-input{ diff --git a/luckydiamond/src/components/ReferalModal.vue b/luckydiamond/src/components/ReferalModal.vue index 5fba436..be5873d 100644 --- a/luckydiamond/src/components/ReferalModal.vue +++ b/luckydiamond/src/components/ReferalModal.vue @@ -4,14 +4,83 @@

Рефералы

-
+
+
+

Ошибка с суммой депозита

-
-
-

В РАЗРАБОТКЕ!

+
+
+

Ваш реферальный код

+ +
+
+

Доступно к выводу

+ + +
+
    +
  • + +
  • +
+
+
+

Всего привели рефералов

+
+ +
+
+
+

Подтвердите согласие!

+
+ +
+

+ Вы подтверждаете правильность введенных данных при создании вывода. +

+ +

+ Перед пополнение прочитайте политику конфиденциальности и + пользовательское соглашение. +

+
-
+
- \ No newline at end of file + \ No newline at end of file diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index 42a0aaf..005286d 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -133,12 +133,15 @@ export default { depositClick() { this.openModal = true this.payments = true + this.openRef = false }, withdrawClick() { this.openModal = true this.payments = false + this.openRef = false }, referalClick() { + this.openModal = false this.openRef = true }, NotificationEventListener() { From 371fc1c36bed56eca4d7ca95f4f65aa3f4a7533c Mon Sep 17 00:00:00 2001 From: Swino4ka Date: Mon, 1 Apr 2024 14:10:56 +0200 Subject: [PATCH 3/4] LUCKY LUCKY BRAWL STARS DIAMOND MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ПЕРВОЕ АПРЕЛЯ --- .../src/assets/css/ComponentsStyles/chat.css | 12 +- .../assets/css/ComponentsStyles/developer.css | 2 +- .../assets/css/ComponentsStyles/header.css | 14 +- .../css/PagesStyles/games-pages/crash.css | 24 +-- .../css/PagesStyles/games-pages/jackpot.css | 16 +- .../css/PagesStyles/games-pages/saper.css | 18 +- .../src/assets/css/PagesStyles/home.css | 7 +- luckydiamond/src/assets/css/global.css | 16 +- .../src/components/DevelopComponent.vue | 155 +----------------- .../src/components/HeaderComponent.vue | 4 +- luckydiamond/src/components/HelpComponent.vue | 2 + luckydiamond/src/pages/HomePage.vue | 2 +- 12 files changed, 67 insertions(+), 205 deletions(-) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/chat.css b/luckydiamond/src/assets/css/ComponentsStyles/chat.css index a79b02f..df7ca86 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/chat.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/chat.css @@ -3,7 +3,7 @@ } ::-webkit-scrollbar-track { - background: #121212; + background: #ffffff; border-radius: 10px; } @@ -130,7 +130,7 @@ .write__content input { padding: 14px 25% 14px 12px; border-radius: 13px; - background: #22252F; + background: #66ff00; color: #A9A99D; border: none; } @@ -156,7 +156,7 @@ .write__content textarea { padding: 14px 12px; border-radius: 13px; - background: #22252F; + background: #ffffff; color: #A9A99D; border: none; width: 600px; @@ -180,7 +180,7 @@ /* margin-left: -20%; */ margin-right: -5%; border-radius: 6px; - background: #3D3F48; + background: #33ff00; border: none; cursor: pointer; } @@ -190,9 +190,9 @@ } .system-message { - background-color: rgb(1, 56, 74); + background-color: rgb(0, 255, 13); } .mention-message { - background-color: rgb(169, 113, 0); + background-color: rgb(255, 227, 171); } \ No newline at end of file diff --git a/luckydiamond/src/assets/css/ComponentsStyles/developer.css b/luckydiamond/src/assets/css/ComponentsStyles/developer.css index 7554e31..ac2e535 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(https://avatar.spworlds.ru/front/212/Hepatir.png); + background-image: url(https://avatar.spworlds.ru/front/240/61a3421ff63342dea9b96e7d58c94fcf); justify-content: space-around; display: flex; align-items: flex-end; diff --git a/luckydiamond/src/assets/css/ComponentsStyles/header.css b/luckydiamond/src/assets/css/ComponentsStyles/header.css index a41484b..4b28af2 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/header.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/header.css @@ -28,11 +28,11 @@ } .header__nav nav a:hover { - color: #EF4444; + color: #fab31e; } .header__nav--now { - color: #EF4444; + color: #fab31e; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); position: relative; } @@ -42,7 +42,7 @@ content: ''; width: 100%; height: 2px; - background: #EF4444; + background: #ffffff; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); bottom: -7px; left: 0; @@ -60,7 +60,7 @@ .header__card--balance { border-radius: 9px; - background: #22252F; + background: #252525; box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); padding: 10px 15px 8px 8px; } @@ -80,7 +80,7 @@ .header__btn--wallet a { border-radius: 13px; - background: #EF4444; + background: #fab31e; box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); font-size: 16px; text-transform: uppercase; @@ -122,7 +122,7 @@ font-weight: 700; font-family: Montserrat; border-radius: 8px; - background: #30323E; + background: rgb(255, 0, 0); text-decoration: none; padding: 6px 2px 6px 2px; width: 75px; @@ -146,7 +146,7 @@ display: flex; align-items: center; border-radius: 13px; - background: #5865f2; + background: #a6ffab; box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); color: #fff; font-size: 16px; diff --git a/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css b/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css index 0b9ac92..fee2e1e 100644 --- a/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css +++ b/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css @@ -10,7 +10,7 @@ "crashgame crashgame crashgame crashgame crashgame crashgame" "crashplayers crashplayers crashplayers crashplayers crashplayers crashplayers" "crashplayers crashplayers crashplayers crashplayers crashplayers crashplayers"; - background: #17181C; + background: #000000; box-shadow: 0 0.25rem #00000040; border-radius: 1.25rem; @@ -19,7 +19,7 @@ } .crash-game { - background: #22252F; + background: #000000; border-radius: 1.25rem; box-shadow: 0.25rem 0.25rem 0.25rem 0px #00000040; width: 95%; @@ -71,7 +71,7 @@ height: 40px; border: 2px solid #2B3458; border-radius: 15px; - background: #22252F; + background: #000000; } .diamond-input-crash { @@ -107,7 +107,7 @@ .crash-game-window__btn-start button { margin-bottom: 5px; - background: #EF4444; + background: #fab31e; border: unset; border-radius: 10px; width: 300px; @@ -118,11 +118,11 @@ } .claim-btn-crash__prize { - background: #4E5EF2 !important; + background: #ff0000 !important; } .waiting-btn-crash { - background: #3D3F48 !important; + background: #64df00 !important; } .crash-window__line { @@ -133,7 +133,7 @@ .line-crash { width: 2px; height: 474px; - background: #30364F; + background: #fab31e; position: relative; top: -342px; left: 10%; @@ -164,7 +164,7 @@ } .lost-ratio { - color: #EF4444; + color: #00ff15; font-weight: 700; } @@ -199,11 +199,11 @@ } .user-crash-content__lose { - background: linear-gradient(90deg, #22252F -0.54%, #322733 83.25%, #B53938 103.54%) !important; + background: linear-gradient(90deg, #000000 -0.54%, #322733 83.25%, #5bb538 103.54%) !important; } .user-crash-content__win { - background: linear-gradient(90deg, #22252F -0.54%, #22252F 84.17%, rgba(42, 110, 57, 0.87) 103.54%); + background: linear-gradient(90deg, #000000 -0.54%, #000000 84.17%, rgba(42, 110, 57, 0.87) 103.54%); } .user-name-crash { @@ -262,7 +262,7 @@ font-family: 'Montserrat'; font-weight: 700; font-size: 12px; - background: #22252F; + background: #000000; box-shadow: 0px 4px 4px 0px #00000040; border-radius: 5px; width: 70px; @@ -284,7 +284,7 @@ box-shadow: 0px 4px 4px 0px #00000040; font-family: 'Montserrat'; font-weight: 700; - color: #28BD49; + color: #22cc00; border: 1px solid #28BD49; border-radius: 5px; padding: 6px; diff --git a/luckydiamond/src/assets/css/PagesStyles/games-pages/jackpot.css b/luckydiamond/src/assets/css/PagesStyles/games-pages/jackpot.css index a3bce2b..732689a 100644 --- a/luckydiamond/src/assets/css/PagesStyles/games-pages/jackpot.css +++ b/luckydiamond/src/assets/css/PagesStyles/games-pages/jackpot.css @@ -2,7 +2,7 @@ z-index: 1; /* margin-left: 5%; */ border-radius: 20px; - background: #1D223E; + background: #000000; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); width: 42vh; /* height: 480px; */ @@ -16,13 +16,13 @@ z-index: 1; /* margin-left: 5%; */ border-radius: 20px; - background: #1D223E; - box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); + background: #000000; + box-shadow: 0px 4px 4px 0px rgba(150, 153, 2, 0.25); width: 100%; /* height: 480px; */ /* height: 100%; */ - border: 1px solid #262C55; + border: 1px solid #1d1d1d; height: 100%; /* margin-top: 2.6%; */ /* margin: 2.6%; */ @@ -33,7 +33,7 @@ position: relative; /* margin-left: 5%; */ border-radius: 10px; - background: #1D223E; + background: #000000; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); width: 100%; margin-top: 1%; @@ -68,7 +68,7 @@ position: relative; /* margin-left: 5%; */ border-radius: 10px; - background: #1F2543; + background: #000000; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); width: 100%; margin-bottom: 1%; @@ -179,7 +179,7 @@ z-index: 1; /* margin-left: 5%; */ border-radius: 20px; - background: #1D223E; + background: #000000; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); width: 100%; @@ -229,7 +229,7 @@ .progress { height: 40px; - background-color: #E13F3F; + background-color: #fab31e; /* Red for the progress */ border-radius: 10px; /* Rounded corners on the left side */ diff --git a/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css b/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css index 3f2c7eb..4cb4427 100644 --- a/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css +++ b/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css @@ -2,13 +2,13 @@ display: flex; padding-top: 10%; border-radius: 20px; - background: #17181C; + background: #000000; backdrop-filter: blur(100px); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); } .bg { - background: #293561; + background: #6d541e; filter: blur(120px); position: absolute; top: 250px; @@ -20,7 +20,7 @@ } .bg-two { - background: #293561; + background: #ffee00; filter: blur(120px); position: absolute; top: 220px; @@ -35,7 +35,7 @@ z-index: 1; margin-left: 5%; border-radius: 20px; - background: #22252F; + background: #000000; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); width: 27%; height: 480px; @@ -67,7 +67,7 @@ .crystals h3, .diamonds h3 { - color: #44C6EF54; + color: #00000054; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); font-family: Montserrat Alternates; font-size: 12px; @@ -106,7 +106,7 @@ .btn-click { border-radius: 10px !important; - background: #EF4444 !important; + background: #fab31e !important; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important; } @@ -214,13 +214,13 @@ .btn-start { border-radius: 10px; - background: #EF4444; + background: #fab31e; } .btn-claim { border-radius: 10px; background: #252C47; -} +} .saper-start__steps { margin-top: 1%; @@ -285,7 +285,7 @@ .saper-game__content { display: flex; border-radius: 20px; - background: #22252F; + background: #000000; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); width: 85%; height: 580px; diff --git a/luckydiamond/src/assets/css/PagesStyles/home.css b/luckydiamond/src/assets/css/PagesStyles/home.css index 01dfcb0..493017d 100644 --- a/luckydiamond/src/assets/css/PagesStyles/home.css +++ b/luckydiamond/src/assets/css/PagesStyles/home.css @@ -4,7 +4,7 @@ display: flex; justify-content: center; border-radius: 40px; - background: #EF4444; + background: #000000; box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); } @@ -24,7 +24,8 @@ .main__content h1 { text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); font-family: Montserrat Alternates; - font-size: 91px; + margin-top: 20px; + font-size: 55px; font-weight: 700; text-transform: uppercase; } @@ -91,7 +92,7 @@ .bg-card { border-radius: 40px; - background: #EF4444; + background: #000000; box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); } diff --git a/luckydiamond/src/assets/css/global.css b/luckydiamond/src/assets/css/global.css index 40e5e42..0fd954b 100644 --- a/luckydiamond/src/assets/css/global.css +++ b/luckydiamond/src/assets/css/global.css @@ -13,7 +13,7 @@ ul { body, html { - background: #121212; + background: #fab31e; height: 100%; margin: 0; overflow-y: hidden; @@ -133,7 +133,7 @@ button { .header { grid-area: header; border-radius: 1.25rem; - background: #17181C; + background: #000000; box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25); align-self: start; } @@ -144,7 +144,7 @@ button { .menu { grid-area: menu; - background: #17181C; + background: #000000; box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25); border-radius: 1.25rem; align-self: start; @@ -156,7 +156,7 @@ button { .chat { grid-area: chat; - background: #16171B; + background-image: url('https://c.tenor.com/UY1gxyywjAMAAAAC/tenor.gif'); filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25)); border-radius: 15px; /* height: 100%; */ @@ -196,7 +196,7 @@ button { grid-area: profile; height: 95%; border-radius: 3.125rem; - background: #17181C; + background: #000000; box-shadow: 0.25rem 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25); margin: 0.625rem 2.438rem 1.125rem 1.125rem; } @@ -281,7 +281,7 @@ button { /* height:99%; */ height:86vh; border-radius: 3.125rem; - background: #17181C; + background: #ffffff; box-shadow: 0.25rem 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25); margin: 0.625rem 2.438rem 1.125rem 1.125rem; /*height: 96.2%;*/ @@ -292,7 +292,7 @@ button { .bg-gradient-left { - background: #293561; + background: #000000; filter: blur(120px); position: absolute; top: 250px; @@ -304,7 +304,7 @@ button { } .bg-two-gradient-right { - background: #293561; + background: #ffffff; filter: blur(120px); position: absolute; top: 220px; diff --git a/luckydiamond/src/components/DevelopComponent.vue b/luckydiamond/src/components/DevelopComponent.vue index 812a516..1815eca 100644 --- a/luckydiamond/src/components/DevelopComponent.vue +++ b/luckydiamond/src/components/DevelopComponent.vue @@ -1,172 +1,31 @@