摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> <?php $str = file_get_contents('http://cn.bing.com/HPImageArchive.aspx?idx=0 阅读全文
posted @ 2019-12-29 20:42 绿林豪士 阅读(219) 评论(0) 推荐(0) 编辑
摘要: //超过一定高度导航添加类名 var nav=$("header"); //得到导航对象 var win=$(window); //得到窗口对象 var sc=$(document);//得到document文档对象。 win.scroll(function(){ if(sc.scrollTop() 阅读全文
posted @ 2019-12-29 16:15 绿林豪士 阅读(219) 评论(0) 推荐(0) 编辑
摘要: <body> <style> .parent { width:100%; -moz-column-count: 4; -webkit-column-count: 4; column-count: 4; } .child { margin-bottom:20px; -moz-page-break-in 阅读全文
posted @ 2019-12-29 13:44 绿林豪士 阅读(238) 评论(0) 推荐(0) 编辑