好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

腾讯微博布局实现_html/css_WEB-ITnose

布局 腾讯微博

像腾讯微博那种布局怎么实现,

高人给点提示


回复讨论(解决方案)

     CSS3瀑布布局  .container {    -webkit-column-width: 160px;    -moz-column-width: 160px;    -o-colum-width: 160px;    -webkit-column-gap: 1px;    -moz-column-gap: 1px;    -o-column-gap: 1px;}div:not(.container) {    -webkit-border-radius: 5px;    -moz-border-radius: 5px;    border-radius: 5px;    background: #D9D9D9;border::#CCC 1px solid;    display: inline-block;    width: 157px;    position: relative;    margin: 2px;}.title {    line-height: 80px;    font-size: 18px;    color: #900;    text-align: center;    font-family: "Microsoft YaHei";}        

纯CSS3瀑布布局

查看更多关于腾讯微博布局实现_html/css_WEB-ITnose的详细内容...

  阅读:31次