HTML5技术

Jquery实现的几款漂亮的时间轴 - 一个北漂的女孩(15)

字号+ 作者:H5之家 来源:H5之家 2017-01-23 10:03 我要评论( )

1 @charset "utf-8"; { 4 margin : 0 ; 5 padding : 0 ; 6 border : 0 ; 7 outline : 0 ; 8 font-size : 100% ; 9 vertical-align : baseline ; 10 background : transparent ; 11 }{; 15 text-decoration : none ;

1 @charset "utf-8"; { 4 margin: 0; 5 padding: 0; 6 border: 0; 7 outline: 0; 8 font-size: 100%; 9 vertical-align: baseline; 10 background: transparent; 11 } { ; 15 text-decoration: none; 16 } { 19 text-decoration: underline; 20 } { 23 list-style: none; 24 } { 27 border-collapse: collapse; 28 border-spacing: 0; 29 } { 32 height: 100%; 33 font: 12px/18px Tahoma, Helvetica, Arial, Verdana, "\5b8b\4f53", sans-serif; 34 color: #51555C; 35 background: #D3D3D3; 36 } { 39 border: none; 40 } { 43 width: 550px; 44 min-height: 400px; 45 margin: 30px auto 0 auto; 46 background: #fff; 47 -moz-border-radius: 12px; 48 -khtml-border-radius: 12px; 49 -webkit-border-radius: 12px; 50 border-radius: 12px; 51 margin-left:5px; 52 } { 55 margin: 4px 20px; 56 padding-top: 15px; 57 padding-left: 20px; 58 padding-bottom: 10px; 59 border-bottom: 1px solid #d3d3d3; 60 font-size: 18px; 61 color: #a84c10; 62 background: url(../images/arrL.gif) no-repeat 2px 14px; 63 }

View Code

3、HTML代码

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • jQuery鼠标悬停3d菜单展开动画 - roucheng

    jQuery鼠标悬停3d菜单展开动画 - roucheng

    2017-01-19 13:04

  • 车大棒浅谈for循环+canvas实现黑客帝国矩形阵 - 车大棒

    车大棒浅谈for循环+canvas实现黑客帝国矩形阵 - 车大棒

    2017-01-18 15:01

  • 纯CSS3实现不错的表单验证效果 - 绿岛之北

    纯CSS3实现不错的表单验证效果 - 绿岛之北

    2017-01-18 12:00

  • 利用HTML5的devicemotion事件实现手机摇一摇抽奖,年会抽奖 - 熊仔其人

    利用HTML5的devicemotion事件实现手机摇一摇抽奖,年会抽奖 - 熊仔其

    2017-01-16 12:00

网友点评
2