<div class="alert_wapper">
<div class="wapper">
<!--内容 -->
</div>
</div> <style>
.alert_wapper{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.70);
z-index: 99;
overflow: auto;
}
.wapper{
display: inline-block;
&:after {
display: block;
content: ".";
height: 0;
line-height: 0;
clear: both;
visibility: hidden;
}
}
</style>

内容会随着wapper的高度 向正常页面滚动一样

最新文章

  1. TypeError: &#39;bool&#39; object is not callable g.user.is_authenticated()
  2. Hsqldb安装与使用
  3. PHP安全编程:对输出要进行转义
  4. 问题:LVM lvextend增加空间后,df查看还是原来空间
  5. BestCoder Round #81 (div.1)A
  6. C#中格式化数据的输出
  7. shonc项目中的设计资讯模块 php 字符串操作与正则表达式 strip_tags preg_match
  8. Flink资料(8) -- Flink代码贡献的指导及准则
  9. IE 中开发,兼容与性能测试工具汇总
  10. Mac 终端提示You have not agreed to the Xcode license agreements
  11. Cocos2d-x3.0 RenderTexture(一) 保存
  12. 各种ps特效的网址
  13. 在JDBC中使用Java8的日期LocalDate、LocalDateTime
  14. tomcat 绑定ipv4端口
  15. pycharm中split的应用
  16. Liunx系统升级自带的Python版本
  17. python ----django---打包重用
  18. golang cronexpr定时任务包使用
  19. Omi框架学习之旅 - 组件通讯(data通讯) 及原理说明
  20. linux 远程执行命令

热门文章

  1. Codeforces Round #452 (Div. 2)
  2. JavaScript 的HTML转义方法 html_encode 和 html_decode
  3. Permission Policies
  4. 开源第三方登录组件OAuthLogin2.0 架构解析及开源地址
  5. vim使用技巧(插入,删除,查找,复制,粘贴,剪切)
  6. Laya自动图集原理
  7. 来源自rnnoise,但非rnn
  8. 【Kubernetes】基于角色的权限控制:RBAC
  9. Windows ,获取硬盘物理序列号(VC++)
  10. [持久更新] 剑指offer题目Python做题记录