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