css 文章多列展示

作者: 曾经也是个少年 | 来源:发表于2018-07-30 13:51 被阅读0次

    {

    -moz-column-count:3; /* Firefox */

    -webkit-column-count:3; /* Safari and Chrome */

    column-count:3;

    }

    相关文章

      网友评论

        本文标题:css 文章多列展示

        本文链接:https://www.haomeiwen.com/subject/mehfvftx.html