评论:jQuery瀑布流响应式  [查看原文]

所属分类:UI-布局

 54652  595  31
当前第2页 / 共2页
    Red-Hat0
    2017/6/21 17:09:57

    手机端怎样改成2个一行?

        一个好人0
        2017/9/8 19:02:32
        你的改好了吗,我的也遇见这样的问题了
        莫停1
        2018/7/20 17:08:53

        在salvattore.css里面改,把

        @media screen and (min-width:851px) {
        	#fh5co-board[data-columns]::before {
        	content:'4 .column.size-1of4';
        }

        改成

        @media screen and (min-width:851px) {
        	#fh5co-board[data-columns]::before {
        	content:'2 .column.size-1of2';
        }
        青春没有彩排2
        2020/1/13 11:53:51

        在salvattore.css里面改,把

        @media screen and (max-width: 480px) {
            .column { float: none; position: relative; clear: both; }
        }

        改成

        @media screen and (max-width: 319px) {
            .column { float: none; position: relative; clear: both; }
        }


        @media screen and (max-width: 450px) {
            #fh5co-board[data-columns]::before { content: '1 .column'; }
        }

        改成

        @media screen and (max-width: 450px) {
            #fh5co-board[data-columns]::before { content: '2 .column.size-1of2'; }
        }

        ok

    回复
    随遇而安0
    2017/4/20 15:21:46

    要是有说明就更好了

    回复
    ?、念0
    2017/3/30 10:23:34

    IE9不能显示图片和字体,而且没有效果,只有空白的框架,怎么解决

        思想纠结者0
        2017/12/5 14:37:01

        换成IE10打开,哈哈哈

    回复
    SiriBen0
    2017/3/21 15:42:15

    这个不错哟,特别是交互的效果挺不错,果冻浮动效果,而且兼容性不错

    回复
     0
    2017/3/21 12:54:09

    怎么使用呢,使用方法

    回复
    leonardray0
    2017/3/19 10:34:00

讨论这个项目(31)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

取消回复