分类 CSS2/3/4 下的文章
使用user-select复制粘贴功能,ios手机无法输入和删除
一般样式固定滚动,--和顶部有固定指定像素单位
width: 100%;
margin-top: 固定像素单位;
height: calc(100vh - 固定像素单位);
position: relative;
background: #fff;
z-index: 5;
overflow: hidden;
width: 100%;
margin-top: 固定像素单位;
height: calc(100vh - 固定像素单位);
position: relative;
background: #fff;
z-index: 5;
overflow: hidden;