1. 首页
  2. 编程语言
  3. Actionscript
  4. 基于jquery的loading 加载提示效果实现代码

基于jquery的loading 加载提示效果实现代码

上传者: 2020-12-07 06:28:47上传 PDF文件 27.45KB 热度 20次
loading 加载提示 ······ 透明遮罩 居中 代码如下: body{ margin: 0; font-size: 12px; line-height: 100%; font-family: Arial, sans-serif; } .background { display: block; width: 100%; height: 100%; opacity: 0.4; filter: alpha(opacity=40); background:while; position: absolute; top: 0; left: 0; z-index: 2000; } .pro
用户评论