bootstrap响应式自适应垂直时间轴时间线效果代码
代码语言:html
所属分类:响应式
代码描述:bootstrap响应式自适应垂直时间轴时间线效果代码
代码标签: bootstrap 垂直 时间轴 自适应 时间线
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.3.3.4.css">
<style>
.timeline {
list-style:none;
padding:20px 0 20px;
position:relative;
}
.timeline:before {
top:0;
bottom:0;
position:absolute;
content:" ";
width:10px;
background-color:#eaeaea;
left:50%;
margin-left:-5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
.timeline >li {
margin-bottom:20px;
position:relative;
}
.timeline >li:before,.timeline >li:after {
content:" ";
display:table;
}
.timeline >li:after {
clear:both;
}
.timeline >li:before,.timeline >li:after {
content:" ";
display:table;
}
.timeline >li:after {
clear:both;
}
.timeline >li >.timeline-panel {
width:44%;
float:left;
margin-left:.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0