隐藏厨房滚动条

This commit is contained in:
Dragon
2023-07-21 16:06:32 +08:00
parent 23630c40b9
commit 46db54d18b
4 changed files with 36 additions and 2 deletions

View File

@@ -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%;

View File

@@ -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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -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">