代码拉取完成,页面将自动刷新
<!doctype html>
<html class="">
<head>
<style>
.x-scrollbar-container {
scrollbar-width: none;
-ms-overflow-style: none;
}
.x-scrollbar-container::-webkit-scrollbar {
display: none;
}
</style>
</head>
<body>
<div class="x-scrollbar" style="
width: 300px;
height: 300px;
background: antiquewhite;
overflow: hidden;
position: relative;
">
<div class="x-scrollbar-container" style="
width: 100%;
height: 100%;
overflow: auto;
">
<div class="x-scrollbar-content" style="
display: inline-block;
vertical-align: middle;
min-width: 100%;
">
<div style="
width: 500px;
height: 500px;
border: 1px solid;
"></div>
</div>
</div>
<div class="x-scrollbar-x" style="
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 8px;
background: #00ffff4f;
"></div>
<div class="x-scrollbar-y" style="
position: absolute;
right: 0;
top: 0;
width: 8px;
height: 100%;
background: #00ffff4f;
"></div>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。