bootstrap自适应手风琴式折叠文字效果代码
代码语言:html
所属分类:其他
代码描述:bootstrap自适应手风琴式折叠文字效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.3.3.4.css">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/font-awesome-4.7.0/css/font-awesome.min.css">
<style type="text/css">
.container {
padding:5em 0;
background:#fff;
}
a:hover,a:focus {
text-decoration:none;
outline:none;
}
#accordion:before {
content:"";
width:1px;
height:80%;
background:#550527;
position:absolute;
top:20px;
left:24px;
bottom:20px;
}
#accordion .panel {
border:none;
border-radius:0;
box-shadow:0 2px 5px rgba(0,0,0,0.15);
margin:0 0 12px 50px;
position:relative;
}
#accordion .panel:before {
content:"";
width:2px;
height:100%;
background:linear-g.........完整代码请登录后点击上方下载按钮下载查看
网友评论0