摘要: 注:最近研究整理swiper时,发现了Flex这个好东西,好东西! 原文地址:http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html Flex 布局教程:语法篇 网页布局(layout)是CSS的一个重点应用。 布局的传统解决方案,基于盒状模 阅读全文
posted @ 2017-04-24 22:14 LIULIULIU666 阅读(174) 评论(0) 推荐(0) 编辑
摘要: //文字弹框,1秒后消失 function txt_layer_glo(txt, time) { var txt_layer = " " + txt + ""; if ($("body .txt_layer").length > 0) { $(".txt_layer").show(); $(".txt_layer").text(txt); } else { $("body").append(... 阅读全文
posted @ 2017-04-24 15:11 LIULIULIU666 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 点击按钮显示隐藏DIV,点击DIV外面隐藏DIV 注意:此方法对touch事件不行,因为stopPropagation并不能阻止touchend的冒泡 阅读全文
posted @ 2017-04-24 14:33 LIULIULIU666 阅读(1891) 评论(0) 推荐(0) 编辑