From aa3d2731dc0a7277ad5215aa9887579375ea6b2d Mon Sep 17 00:00:00 2001 From: yuki540 Date: Sun, 1 Apr 2018 19:36:51 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20class=E7=AD=89=E3=81=AE=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 6 +++--- src/scss/modules/pc/load-view.scss | 10 ++++++++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index 14e6777..96e5055 100644 --- a/public/index.html +++ b/public/index.html @@ -40,15 +40,15 @@
-
+
-
+
-
+
diff --git a/src/scss/modules/pc/load-view.scss b/src/scss/modules/pc/load-view.scss index 3ed47ef..4a8ed66 100644 --- a/src/scss/modules/pc/load-view.scss +++ b/src/scss/modules/pc/load-view.scss @@ -18,7 +18,7 @@ } /*** squares ***/ - .load-view__frame-squares { + .load-view__frame__squares { position: absolute; top: 0; left: 0; width: 100%; height: 100%; @@ -37,7 +37,7 @@ } /*** lines ***/ - .load-view__frame-lines { + .load-view__frame__lines { position: absolute; top: 37px; left: 37px; width: calc(100% - 74px); @@ -71,6 +71,12 @@ top: 80px; left: 80px; width: calc(100% - 160px); height: calc(100% - 160px); + } + + .load-view__body__bg { + position: absolute; + top: 0; left: 0; + width: 100%; height: 100%; &::before, &::after {