隐藏厨房滚动条
This commit is contained in:
@@ -11,9 +11,26 @@
|
|||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
font-family: "din-medium";
|
font-family: "din-medium";
|
||||||
background: #531800;
|
background: #E17E3D;
|
||||||
overflow-x: hidden;
|
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 {
|
.wrap {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@@ -25,12 +25,27 @@
|
|||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
font-family: 'din-medium';
|
font-family: 'din-medium';
|
||||||
background: #531800;
|
background: #E17E3D;
|
||||||
// 海浪svga过长
|
// 海浪svga过长
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
// height: 19rem;
|
// 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 {
|
.wrap {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
BIN
view/peko/activity/act-ocean/images/travel/back.png
Normal file
BIN
view/peko/activity/act-ocean/images/travel/back.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
@@ -11,6 +11,8 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<!-- 顶部返回 -->
|
||||||
|
<!-- <div class="back"><img src="./images/travel/back.png" alt=""></div> -->
|
||||||
<div class="wrap no-in-app">
|
<div class="wrap no-in-app">
|
||||||
<!-- <div class="wrap "> -->
|
<!-- <div class="wrap "> -->
|
||||||
<div class="banner">
|
<div class="banner">
|
||||||
|
Reference in New Issue
Block a user