上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: $('#backToTop').click(function(){ var dist = $(document).height() - $(window).height(); timer = requestAnimationFrame(function fn(){ if($(window).scro 阅读全文
posted @ 2018-04-10 15:59 暖爱 阅读(154) 评论(0) 推荐(0) 编辑
摘要: https://img.kzcn.cc/80x60/c/0 阅读全文
posted @ 2018-04-09 15:56 暖爱 阅读(84) 评论(0) 推荐(0) 编辑
摘要: var u = navigator.userAgent; var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; if(isAndroid){xxxx } 阅读全文
posted @ 2018-03-26 14:42 暖爱 阅读(4576) 评论(0) 推荐(0) 编辑
摘要: /* 增加该属性,可以增加弹性,是滑动更加顺畅 */ -webkit-overflow-scrolling: touch; 阅读全文
posted @ 2018-03-26 14:13 暖爱 阅读(66) 评论(0) 推荐(0) 编辑
摘要: position: fixed; top:50%; left: 50%; transform: translate(-50%, -50%); 阅读全文
posted @ 2018-03-20 11:47 暖爱 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 使用服务端与本地的时间差进行计算 $(function(){ // 倒计时 var _ordertimer = null; var data =new Date(); var txt = $('.js_time_txt'); var buyTime = '2018/03/28 10:30:00'; 阅读全文
posted @ 2018-03-16 17:25 暖爱 阅读(1344) 评论(0) 推荐(0) 编辑
摘要: <div class="preloaderHidden"> <script type="text/javascript"> <!--//--><![CDATA[//><!-- var images = new Array() function preload() { for (i = 0; i < 阅读全文
posted @ 2018-02-23 14:08 暖爱 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 版权声明:本文为博主原创文章,转载请注明原文地址。 http://blog.csdn.net/rongbo_j/article/details/52106580 版权声明:本文为博主原创文章,转载请注明原文地址。 http://blog.csdn.net/rongbo_j/article/detai 阅读全文
posted @ 2018-02-22 10:12 暖爱 阅读(99) 评论(0) 推荐(0) 编辑
摘要: .filterGray{ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale 阅读全文
posted @ 2018-02-05 15:40 暖爱 阅读(141) 评论(0) 推荐(0) 编辑
摘要: <style> .comment_inner{ width: 200px; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/ -webkit-box-orient: v 阅读全文
posted @ 2018-01-25 10:23 暖爱 阅读(486) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页