PHP群:95885625 Hbuilder+MUI群:81989597 站长QQ:634381967
    您现在的位置: 首页 > JS特效 > 瀑布流 > 正文

    jquery下拉会无限加载的瀑布流代码

    作者:admin来源:B5教程网浏览:时间:2014-04-09 16:29:05我要评论
    分享到

    内容介绍

    使用方法:
    在头部加入下面的css样式:
    <style type="text/css">
    *{margin:0;padding:0;list-style-type:none;}
    a,img{border:0;}
    body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}
    /* container */
    #container{width:940px;margin:50px auto;}
    #container ul{width:300px;list-style:none;float:left;margin-right:20px;}
    #container ul li{margin-bottom:20px;}
    #container ul li img{width:300px;}
    </style>
    下载资源:178 下载积分:0 积分
    转载请注明(B5教程网)原文链接:https://b5.mxunkeji.com/content-79-119-1.html
    相关热词搜索: 瀑布流 无限加载