Merge branch 'main' of http://10.10.14.176:3000/huanghai/ccDangJianExamForOpenGauss
commit
17eb760ae1
@ -0,0 +1,21 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<style>
|
||||||
|
.scroll-container {
|
||||||
|
width: 100%;
|
||||||
|
height: 1300px;
|
||||||
|
overflow-y: scroll;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="scroll-container">
|
||||||
|
<p>这里是一些文本内容,用于演示触摸滚动。</p>
|
||||||
|
<!-- 在这里添加更多内容,以便在容器中产生滚动效果 -->
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in new issue