摘要:
1 function imgReporter(url) { 2 var _log = window['_imgLog'] || (window['_imgLog'] = {}), 3 _unique = (function() { 4 var time = (new Date()).getTime( 阅读全文
posted @ 2020-06-11 11:13
xlsdg
阅读(476)
评论(0)
推荐(0)
摘要:
1 var $body = $('body'); 2 3 document.title = 'the title you want to set'; 4 5 var $iframe = $("<iframe style='display:none;' src='/favicon.ico'></ifr 阅读全文
posted @ 2020-06-11 11:12
xlsdg
阅读(126)
评论(0)
推荐(0)
摘要:
1 .border-image-1px { 2 border-width: 1px 0px; 3 -webkit-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAACXBI 阅读全文
posted @ 2020-06-11 11:10
xlsdg
阅读(156)
评论(0)
推荐(0)
摘要:
1 .fn-clear { 2 *zoom: 1; 3 } 4 5 .fn-clear:before, 6 .fn-clear:after { 7 content: ''; 8 display: table; 9 } 10 11 .fn-clear:after { 12 clear: both; 1 阅读全文
posted @ 2020-06-11 11:09
xlsdg
阅读(90)
评论(0)
推荐(0)
摘要:
1 function handleMotionEvent() { 2 const speed = 4500; 3 let count = 0; 4 let startTime = new Date().getTime(); 5 let startAcceleration = { 6 x: 0, 7 阅读全文
posted @ 2020-06-11 11:07
xlsdg
阅读(119)
评论(0)
推荐(0)
摘要:
1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <title>Document</title> 7 <style type="text/css"> 8 *, 9 *:before, 10 *:aft 阅读全文
posted @ 2020-06-11 11:04
xlsdg
阅读(75)
评论(0)
推荐(0)
摘要:
1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <title>Document</title> 7 <style type="text/css"> 8 *, 9 *:before, 10 *:aft 阅读全文
posted @ 2020-06-11 11:03
xlsdg
阅读(17)
评论(0)
推荐(0)