Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	color:#333;
	font:16px 'Microsoft Yahei',Tahoma,"\5B8B\4F53",Arial,Helvetica,Arial,sans-serif;
	overflow-x:hidden;
	background:#b8e1ea;
}
a {
	text-decoration:none;
}
.content {
	width:1000px;
	margin:0 auto;
}
.demo {
	background:#333;
	position:relative;
	width:462px;
	overflow:hidden;
	box-shadow:0 0 33px #e4e2e2;
	-webkit-box-shadow:0 0 33px #e4e2e2;
	-moz-box-shadow:0 0 33px #e4e2e2;
	float:left;
	margin:10px;
}
.box {
	width:412px;
	background:#fff;
	padding:25px;
	overflow:hidden;
	cursor:default;
}
.box:hover {
	opacity:0.2;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.box_l {
	float:left;
	margin-right:10px;
}
.box_l img {
	width:100px;
	height:100px;
}
.box_r {
	float:left;
}
.box_r span {
	padding-bottom:5px;
	display:block;
	font-size:16px;
	font-weight:bold;
}
.buttons {
	position:absolute;
	z-index:999;
	opacity:1;
	top:10px;
	left:10px;
	width:200px;
	top:60px;
	left:50%;
	margin-left:-100px;
}
.buttons a {
	height:20px;
	background:#3689ff;
	text-align:center;
	line-height:20px;
	border:1px solid transparent;
	border-radius:20px;
	padding:5px 20px;
	color:#fff;
	display:block;
	float:left;
	margin:0 5px;
	display:none;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.9.1
 立即下载

jquery鼠标经过内容变暗

鼠标经过内容变暗,可用于图片列表或内容版块

4
      小巷陌影0
      2018/2/11 18:52:36
      每个mouseleave事件开头加上
       $(this).find('a').stop();
          insist0
          2018/2/22 16:56:25
          好的谢谢了 。
          insist0
          2018/2/22 16:56:25
          好的谢谢了 。
      回复
      Miss李0
      2018/2/9 15:39:10
      貌似有bug,在最右边那列在两个板块当中快速移动多次。停下来之后。两个模块会交替出现(找项目)的按钮。并持续一段时间 回复