From 22f4febdeac41c278f605dd596fef8366c9a33f3 Mon Sep 17 00:00:00 2001 From: Kostya Date: Wed, 15 Nov 2023 21:27:31 +0300 Subject: [PATCH] added temporary styles for section gamemode --- luckydiamond/src/pages/HomePage.vue | 57 ++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 17 deletions(-) diff --git a/luckydiamond/src/pages/HomePage.vue b/luckydiamond/src/pages/HomePage.vue index 1a114c0..4cffb18 100644 --- a/luckydiamond/src/pages/HomePage.vue +++ b/luckydiamond/src/pages/HomePage.vue @@ -24,14 +24,16 @@
-
    -
  • - {{ mode.title }} -
  • -
+
+
    +
  • + {{ mode.title }} +
  • +
+
    @@ -39,19 +41,23 @@ v-for="mode in firstlineGameMode" :key="mode.id" > - {{ mode.title }} +
    + {{ mode.title }} +
-
    -
  • - {{ mode.title }} -
  • -
+
+
    +
  • + {{ mode.title }} +
  • +
+
@@ -169,4 +175,21 @@ export default { left: 35%; bottom: 83%; } + +.gamemode { + margin: 0px 0px 0px 200px; +} +.gamemode__main .line__content { + width: 400px; + height: 438px; + background: #fff; +} +.gamemode__content { + display: flex; +} +.gamemode__line--first .line__content--linefirst { + width: 400px; + height: 212px; + background: #d5d5d5; +} \ No newline at end of file