diff --git a/view/peko/modules/noble/css/index.css b/view/peko/modules/noble/css/index.css index 9290049..362c82b 100644 --- a/view/peko/modules/noble/css/index.css +++ b/view/peko/modules/noble/css/index.css @@ -4,6 +4,19 @@ body { background: #0E1417; } +.back { + position: fixed; + top: 0.9333333333rem; + left: 0.4533333333rem; + z-index: 9; + width: 0.8266666667rem; + height: 0.8266666667rem; +} +.back img { + width: 100%; + height: 100%; +} + .header { width: 10rem; height: 16.16rem; diff --git a/view/peko/modules/noble/css/index.scss b/view/peko/modules/noble/css/index.scss index 80d162c..4ad059b 100644 --- a/view/peko/modules/noble/css/index.scss +++ b/view/peko/modules/noble/css/index.scss @@ -7,7 +7,19 @@ body { width: 100%; background: #0E1417; } +.back { + position: fixed; + top: px2rem(70, ); + left: px2rem(34, ); + z-index: 9; + width: px2rem(62, ); + height: px2rem(62, ); + img { + width: 100%; + height: 100%; + } +} .header { width: px2rem(750, ); height: px2rem(1212, ); diff --git a/view/peko/modules/noble/images/travel/back.png b/view/peko/modules/noble/images/travel/back.png new file mode 100644 index 0000000..7b81adb Binary files /dev/null and b/view/peko/modules/noble/images/travel/back.png differ diff --git a/view/peko/modules/noble/index.html b/view/peko/modules/noble/index.html index 282c55f..5aa290b 100644 --- a/view/peko/modules/noble/index.html +++ b/view/peko/modules/noble/index.html @@ -11,6 +11,8 @@
+ +