摘要: http://nicolasgallagher.com/pure-css-speech-bubbles/demo/ http://share.baidu.com/ 阅读全文
posted @ 2016-06-01 17:24 leestar 阅读(198) 评论(0) 推荐(0)
摘要: 前提是要给div加一个行内的display:none; 阅读全文
posted @ 2016-06-01 17:22 leestar 阅读(2453) 评论(0) 推荐(0)
摘要: var t=10; setInterval(function refer(){ if(t>0){ document.getElementById("em").innerHTML = t; t-- }else{ location="http://www.baidu.com" } },1000) 阅读全文
posted @ 2016-06-01 17:18 leestar 阅读(228) 评论(0) 推荐(0)