页面上方搜索框固定,下面信息滑动带滚动条

position: absolute;
box-sizing: border-box;
width: 100%;
overflow-x: hidden;
overflow-y: scroll;
height: 60%;
z-index: 1;

 上方想固定的地方加上  position: relative;

posted @ 2024-05-23 17:21  prince11  阅读(5)  评论(0编辑  收藏  举报