Authored by 2586703@qq.com

代码规范

@@ -17,8 +17,8 @@ exports.init = function() { @@ -17,8 +17,8 @@ exports.init = function() {
17 $(this).mlellipsis(2); 17 $(this).mlellipsis(2);
18 }); 18 });
19 19
  20 + //图片懒加载
20 var options; 21 var options;
21 -  
22 var settings = { 22 var settings = {
23 threshold : 0, // 灵敏度. 提前加载, 值为像素值 23 threshold : 0, // 灵敏度. 提前加载, 值为像素值
24 failure_limit : 0, // 容差范围. 检查是否在显示区域内,默认找到第 1 张不可见的图片时,就终止遍历 24 failure_limit : 0, // 容差范围. 检查是否在显示区域内,默认找到第 1 张不可见的图片时,就终止遍历
@@ -31,9 +31,7 @@ exports.init = function() { @@ -31,9 +31,7 @@ exports.init = function() {
31 load : null, // 图片加载后的事件 (Function) 31 load : null, // 图片加载后的事件 (Function)
32 placeholder : "data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw==" 32 placeholder : "data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw=="
33 }; 33 };
34 - //图片懒加载  
35 - $.extend(settings, options || {});  
36 - 34 + $.extend(settings, options || {});
37 setTimeout(function(){ 35 setTimeout(function(){
38 $("img.lazy").lazyload(options); 36 $("img.lazy").lazyload(options);
39 }, 0) 37 }, 0)
@@ -19,7 +19,7 @@ $pxConvertRem : 40; @@ -19,7 +19,7 @@ $pxConvertRem : 40;
19 z-index: 10; 19 z-index: 10;
20 border-bottom: 1px solid #969696; 20 border-bottom: 1px solid #969696;
21 21
22 - &.fixed{ 22 + &.fixed {
23 position: fixed; 23 position: fixed;
24 left: 0; 24 left: 0;
25 right: 0; 25 right: 0;
@@ -50,9 +50,9 @@ body { @@ -50,9 +50,9 @@ body {
50 } 50 }
51 51
52 .iconfont { 52 .iconfont {
53 - font-family:"iconfont" !important;  
54 - font-size:16px;  
55 - font-style:normal; 53 + font-family: "iconfont" !important;
  54 + font-size: 16px;
  55 + font-style: normal;
56 -webkit-font-smoothing: antialiased; 56 -webkit-font-smoothing: antialiased;
57 -webkit-text-stroke-width: 0.2px; 57 -webkit-text-stroke-width: 0.2px;
58 -moz-osx-font-smoothing: grayscale; 58 -moz-osx-font-smoothing: grayscale;