蒙板模态对话框_html/css
来源:动视网
责编:小采
时间:2020-11-27 16:19:07
蒙板模态对话框_html/css
蒙板模态对话框_html/css_WEB-ITnose: 1 2 3 4 5 6 7 #maskBackground { position: absolute; left: 0px; top: 0px; opacity: 0.2; background-color: red; display: none; z-index: 99; } 8 /*蒙板*/ 9 #maskTip { position: absolute; border: 1px solid blue; background-color: white; z-
导读蒙板模态对话框_html/css_WEB-ITnose: 1 2 3 4 5 6 7 #maskBackground { position: absolute; left: 0px; top: 0px; opacity: 0.2; background-color: red; display: none; z-index: 99; } 8 /*蒙板*/ 9 #maskTip { position: absolute; border: 1px solid blue; background-color: white; z-

蒙板模态对话框_html/css
蒙板模态对话框_html/css_WEB-ITnose: 1 2 3 4 5 6 7 #maskBackground { position: absolute; left: 0px; top: 0px; opacity: 0.2; background-color: red; display: none; z-index: 99; } 8 /*蒙板*/ 9 #maskTip { position: absolute; border: 1px solid blue; background-color: white; z-