diff --git a/view/peko/activity/act-ocean/css/index.css b/view/peko/activity/act-ocean/css/index.css index 66820da..dfa938e 100644 --- a/view/peko/activity/act-ocean/css/index.css +++ b/view/peko/activity/act-ocean/css/index.css @@ -11,9 +11,26 @@ html, body { font-family: "din-medium"; - background: #531800; + background: #E17E3D; overflow-x: hidden; } +html::-webkit-scrollbar, +body::-webkit-scrollbar { + display: none; +} + +.back { + position: fixed; + top: 0.9333333333rem; + left: 0.4533333333rem; + z-index: 9; + width: 0.8266666667rem; + height: 0.8266666667rem; +} +.back img { + width: 100%; + height: 100%; +} .wrap { width: 100%; diff --git a/view/peko/activity/act-ocean/css/index.scss b/view/peko/activity/act-ocean/css/index.scss index b74db45..a0da8d9 100644 --- a/view/peko/activity/act-ocean/css/index.scss +++ b/view/peko/activity/act-ocean/css/index.scss @@ -25,12 +25,27 @@ html, body { font-family: 'din-medium'; - background: #531800; + background: #E17E3D; // 海浪svga过长 overflow-x: hidden; // height: 19rem; + &::-webkit-scrollbar{ + display: none; + } } +.back { + position: fixed; + top: px2rem(70, ); + left: px2rem(34, ); + z-index: 9; + width: px2rem(62, ); + height: px2rem(62, ); + img { + width: 100%; + height: 100%; + } +} .wrap { width: 100%; height: 100vh; diff --git a/view/peko/activity/act-ocean/images/travel/back.png b/view/peko/activity/act-ocean/images/travel/back.png new file mode 100644 index 0000000..7b81adb Binary files /dev/null and b/view/peko/activity/act-ocean/images/travel/back.png differ diff --git a/view/peko/activity/act-ocean/index.html b/view/peko/activity/act-ocean/index.html index 86bc029..f15c3f4 100644 --- a/view/peko/activity/act-ocean/index.html +++ b/view/peko/activity/act-ocean/index.html @@ -11,6 +11,8 @@
+ +