发展历程大事记效果
代码语言:html
所属分类:菜单导航
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>timeline</title> <script type="text/javascript" src="http://repo.bfw.wiki/bfwrepo/js/jquery.17.js"></script> <style> @charset "utf-8"; ul,li { list-style: none; } body { font-family: "microsoft yahei"; margin: 0; padding: 0; } .clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; } .cont { width: 1000px; margin: 0 auto; padding: 20px 0 50px; } .biz-timeline-box { width: 785px; margin: 0 auto 45px; } /*奇数 odd*/ .biz-timeline-box:nth-child(odd) .biz_timeline-eventbox { -webkit-border-radius: 0 40px 40px 0; -moz-border-radius: 0 40px 40px 0; border-radius: 0 40px 40px 0; float: right; } /*偶数 even*/ .biz-timeline-box:nth-child(even) .biz_timeline-eventbox { -webkit-border-radius: 40px 0 0 40px; -moz-border-radius: 40px 0 0 40px; border-radius: 40px 0 0 40.........完整代码请登录后点击上方下载按钮下载查看
网友评论0