diff --git a/view/peko/activity/act-guard-planet/css/index.css b/view/peko/activity/act-guard-planet/css/index.css
index 7025bb5..79b044f 100644
--- a/view/peko/activity/act-guard-planet/css/index.css
+++ b/view/peko/activity/act-guard-planet/css/index.css
@@ -24,12 +24,11 @@ body {
.wrap {
width: 100%;
- height: 100vh;
+ height: 115vh;
background: url("../images/main/index-bg.png") no-repeat center/cover;
position: relative;
overflow-x: hidden;
overflow-y: auto;
- margin-bottom: 1.46667rem;
}
.wrap .header {
@@ -440,6 +439,10 @@ body {
width: 4rem;
height: 1.01333rem;
margin: 0.93333rem auto 0;
+ position: absolute;
+ left: 50%;
+ transform: translateX(-50%);
+ top: 14.3rem;
}
.wrap .summon-area .confitm-btn.inactive {
@@ -1409,7 +1412,7 @@ body {
position: fixed;
top: 0;
left: 0;
- z-index: 999;
+ z-index: 9999;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.4);
diff --git a/view/peko/activity/act-guard-planet/css/index.scss b/view/peko/activity/act-guard-planet/css/index.scss
index ea29d15..f80cdb2 100644
--- a/view/peko/activity/act-guard-planet/css/index.scss
+++ b/view/peko/activity/act-guard-planet/css/index.scss
@@ -34,12 +34,12 @@ body{
.wrap{
width: 100%;
- height: 100vh;
+ height: 115vh;
background: url('../images/main/index-bg.png') no-repeat center/cover;
position: relative;
overflow-x: hidden;
overflow-y: auto;
- margin-bottom: px2rem(110);
+ // margin-bottom: px2rem(200);
.header{
position: absolute;
left: 50%;
@@ -408,6 +408,10 @@ body{
width: px2rem(300);
height: px2rem(76);
margin: px2rem(70) auto 0;
+ position: absolute;
+ left: 50%;
+ transform: translateX(-50%);
+ top: 14.3rem;
&.inactive{
width: px2rem(333);
height: px2rem(84);
@@ -1270,7 +1274,7 @@ body{
position: fixed;
top: 0;
left: 0;
- z-index: 999;
+ z-index: 9999;
width: 100vw;
height: 100vh;
background-color: rgba($color: #000000, $alpha: 0.4);
diff --git a/view/peko/activity/act-guard-planet/images/popup/rule-bg1.png b/view/peko/activity/act-guard-planet/images/popup/rule-bg1.png
index d7062a8..09ae724 100644
Binary files a/view/peko/activity/act-guard-planet/images/popup/rule-bg1.png and b/view/peko/activity/act-guard-planet/images/popup/rule-bg1.png differ
diff --git a/view/peko/activity/act-guard-planet/index.html b/view/peko/activity/act-guard-planet/index.html
index c345960..7effcbf 100644
--- a/view/peko/activity/act-guard-planet/index.html
+++ b/view/peko/activity/act-guard-planet/index.html
@@ -257,7 +257,7 @@
-
+