diff --git a/view/peko/activity/act-2023-qx/css/index.css b/view/peko/activity/act-2023-qx/css/index.css new file mode 100644 index 0000000..0b06bc5 --- /dev/null +++ b/view/peko/activity/act-2023-qx/css/index.css @@ -0,0 +1,65 @@ +body { + width: 100%; + height: 21.6533333333rem; + background: linear-gradient(90deg, #9980FF, #EB8FEA); + margin: 0 auto; + box-sizing: border-box; +} + +.back { + position: fixed; + top: 0.9333333333rem; + left: 0.4533333333rem; + z-index: 9999; + width: 0.8266666667rem; + height: 0.8266666667rem; +} +.back img { + width: 100%; + height: 100%; +} +.back p { + color: #fff; + font-size: 0.4266666667rem; + position: absolute; + width: 9rem; + left: 0; + top: 0; + height: 100%; + text-align: center; + line-height: 0.8266666667rem; +} + +.header { + width: 10rem; + height: 12.76rem; + background: url(../images/header.png) no-repeat; + background-size: 100% 100%; + margin: 0 auto -1.4rem; + position: relative; +} +.header .rule { + width: 1.84rem; + height: 0.6133333333rem; + line-height: 0.6133333333rem; + text-align: center; + position: absolute; + top: 0.8666666667rem; + right: 0; + color: #F8F3FC; + font-size: 0.3466666667rem; + background: url(../images/rule_bg.png) no-repeat; + background-size: 100% 100%; +} + +.betrothal { + width: 9.28rem; + height: 4.2533333333rem; + background: url(../images/betrothal.png) no-repeat; + background-size: 100% 100%; + margin: 0 auto 0.4rem; + position: relative; + z-index: 2; +} + +/*# sourceMappingURL=index.css.map */ diff --git a/view/peko/activity/act-2023-qx/css/index.scss b/view/peko/activity/act-2023-qx/css/index.scss new file mode 100644 index 0000000..ad524bb --- /dev/null +++ b/view/peko/activity/act-2023-qx/css/index.scss @@ -0,0 +1,71 @@ +@function px2rem($px, $rem:75) { + @return $px / $rem+rem; +} + +html {} + +body { + width: 100%; + height: px2rem(1624, ); + background: linear-gradient(90deg, #9980FF, #EB8FEA); + margin: 0 auto; + box-sizing: border-box; +} + +.back { + position: fixed; + top: px2rem(70, ); + left: px2rem(34, ); + z-index: 9999; + width: px2rem(62, ); + height: px2rem(62, ); + + img { + width: 100%; + height: 100%; + } + + p { + color: #fff; + font-size: px2rem(32, ); + position: absolute; + width: 9rem; + left: 0; + top: 0; + height: 100%; + text-align: center; + line-height: px2rem(62, ); + } +} + +.header { + width: px2rem(750, ); + height: px2rem(957, ); + background: url(../images/header.png) no-repeat; + background-size: 100% 100%; + margin: 0 auto -1.4rem; + position: relative; + + .rule { + width: px2rem(138, ); + height: px2rem(46, ); + line-height: px2rem(46, ); + text-align: center; + position: absolute; + top: px2rem(65, ); + right: 0; + color: #F8F3FC; + font-size: px2rem(26, ); + background: url(../images/rule_bg.png) no-repeat; + background-size: 100% 100%; + } +} +.betrothal{ + width: px2rem(696, ); + height: px2rem(319, ); + background: url(../images/betrothal.png) no-repeat; + background-size: 100% 100%; + margin: 0 auto px2rem(30, ); + position: relative; + z-index: 2; +} \ No newline at end of file diff --git a/view/peko/activity/act-2023-qx/images/betrothal.png b/view/peko/activity/act-2023-qx/images/betrothal.png new file mode 100644 index 0000000..51de51f Binary files /dev/null and b/view/peko/activity/act-2023-qx/images/betrothal.png differ diff --git a/view/peko/activity/act-2023-qx/images/header.png b/view/peko/activity/act-2023-qx/images/header.png new file mode 100644 index 0000000..39a3ab7 Binary files /dev/null and b/view/peko/activity/act-2023-qx/images/header.png differ diff --git a/view/peko/activity/act-2023-qx/images/rule_bg.png b/view/peko/activity/act-2023-qx/images/rule_bg.png new file mode 100644 index 0000000..afdb41e Binary files /dev/null and b/view/peko/activity/act-2023-qx/images/rule_bg.png differ diff --git a/view/peko/activity/act-2023-qx/images/travel/back.png b/view/peko/activity/act-2023-qx/images/travel/back.png new file mode 100644 index 0000000..7b81adb Binary files /dev/null and b/view/peko/activity/act-2023-qx/images/travel/back.png differ diff --git a/view/peko/activity/act-2023-qx/index.html b/view/peko/activity/act-2023-qx/index.html new file mode 100644 index 0000000..dfd7e26 --- /dev/null +++ b/view/peko/activity/act-2023-qx/index.html @@ -0,0 +1,33 @@ + + + +
+ + + +