实现: 复制代码代码如下: <!doctype html> <html> <head> <title>遮罩层</title> <meta charset=”utf-8′′ /> <style> #cover{ display:none; position:fixed; z-index:1; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.44); } #coverShow{ display:none; position:fixed;