感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>菜鸟教程(runcodex.com)</title>
<script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js">
</script>
<script>
$(document).ready(function(){
$("p").click(function(){
$(this).hide();
});
</head>
<body>
<p>如果你点我,我就会消失。</p>
<p>继续点我!</p>
<p>接着点我!</p>
</body>
</html>
输入 JavaScript 代码……
xxxxxxxxxx
.black_overlay {
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index: 1001;
-moz-opacity: 0.8;
opacity: .70;
filter: alpha(opacity = 80);
}
.white_content {
top: 5%;
left: 10%;
width: 80%;
height: 80%;
border: 3px solid lightblue;
background-color: #EBEEF7;
z-index: 1002;
overflow: auto;
span.lineOne {
margin-left: 12px;
width: 30%;
display: inline-block;
height: 45px;
vertical-align:top;
.otherMsg{
disabled:disabled;