jquery手风琴图文人物介绍排名效果代码
代码语言:html
所属分类:布局界面
代码描述:jquery手风琴图文人物介绍排名效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style type="text/css">
* {
margin: 0;
padding: 0;
}
ul li,ul ol {
list-style: none;
}
i,b,em,strong {
font-style: normal;
}
body {
font-family: '微软雅黑';
}
img {
display: block;
}
.dh ul {
position: relative;
overflow: hidden;
width: 910px;
height: 306px;
margin: 60px auto 0;
}
.dh ul li {
float: left;
width: 108px;
overflow: hidden;
height: 100%;
position: relative;
cursor: pointer;
}
.dh ul li a {
display: block;
width: 100%;
height: 100%;
}
.dh ul li .layer {
position: abso.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0