css把容器级别(div...)标签固定在一个位置(在页面最右边)
程序员文章站
2022-05-18 18:22:15
没有滚动条时候: 有滚动条时候: ......
.process{ border:1px solid #B7B7B8; background:#F8F8F8; width:80px; height:250px; <!--固定定位-->
position: fixed;
right:0;
text-align: center;
}
没有滚动条时候:
有滚动条时候:
上一篇: 浅谈自记忆函数
下一篇: Vue学习之路6-条件渲染