一般样式固定滚动,--和顶部有固定指定像素单位
width: 100%;
margin-top: 固定像素单位;
height: calc(100vh - 固定像素单位);
position: relative;
background: #fff;
z-index: 5;
overflow: hidden;

本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可。
- 上一篇: amap2.0 插件列表
- 下一篇: 实时模板-webstorm - Vue
目录
评论暂时关闭了,可以过段时间再试