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

摩羯行僧 20 0 PDF 2020-12-07 06:12:47

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

用户评论
请输入评论内容
评分:
暂无评论