Authored by 毕凯

code review by zhaobiao

@@ -82,8 +82,7 @@ $.ajax({ @@ -82,8 +82,7 @@ $.ajax({
82 } 82 }
83 }); 83 });
84 84
85 -  
86 -if (UA.indexOf('MQQBrowser') > -1) { 85 +if (UA.indexOf('mqqbrowser') > -1) {
87 $('.detail > div').removeClass('column').addClass('oldbox'); 86 $('.detail > div').removeClass('column').addClass('oldbox');
88 } 87 }
89 require('./like'); 88 require('./like');
@@ -280,7 +280,7 @@ @@ -280,7 +280,7 @@
280 } 280 }
281 } 281 }
282 } 282 }
283 - 283 +
284 .comment-content-footer, 284 .comment-content-footer,
285 .consult-content-footer { 285 .consult-content-footer {
286 min-height: pxToRem(88px); 286 min-height: pxToRem(88px);
@@ -290,7 +290,7 @@ @@ -290,7 +290,7 @@
290 line-height: pxToRem(88px); 290 line-height: pxToRem(88px);
291 font-size: pxToRem(28px); 291 font-size: pxToRem(28px);
292 a { 292 a {
293 - color: #e0e0e0; 293 + color: #b0b0b0;
294 .iconfont { 294 .iconfont {
295 font-size: inherit; 295 font-size: inherit;
296 } 296 }
@@ -46,7 +46,7 @@ $basicBtnC:#eb0313; @@ -46,7 +46,7 @@ $basicBtnC:#eb0313;
46 .column { 46 .column {
47 box-sizing: border-box; 47 box-sizing: border-box;
48 //padding: pxToRem(20px) pxToRem(12px); 48 //padding: pxToRem(20px) pxToRem(12px);
49 - padding: 4% 3%; 49 + padding: pxToRem(6px) 3%;
50 width: 49.9%; 50 width: 49.9%;
51 border-bottom: pxToRem(4px) solid #fff; 51 border-bottom: pxToRem(4px) solid #fff;
52 border-right: pxToRem(4px) solid #fff; 52 border-right: pxToRem(4px) solid #fff;
@@ -65,7 +65,7 @@ $basicBtnC:#eb0313; @@ -65,7 +65,7 @@ $basicBtnC:#eb0313;
65 )) 65 ))
66 } 66 }
67 .oldbox{ 67 .oldbox{
68 - padding: 4% 3%; 68 + padding: pxToRem(4px) 3%;
69 width: 49.9%; 69 width: 49.9%;
70 background-color: $tableCellC; 70 background-color: $tableCellC;
71 box-sizing: border-box; 71 box-sizing: border-box;
@@ -74,8 +74,8 @@ $basicBtnC:#eb0313; @@ -74,8 +74,8 @@ $basicBtnC:#eb0313;
74 width: 49.9%; 74 width: 49.9%;
75 height: 100%; 75 height: 100%;
76 float: left; 76 float: left;
77 - text-overflow:ellipsis;  
78 - white-space:nowrap; 77 + text-overflow:ellipsis;
  78 + white-space:nowrap;
79 overflow:hidden; 79 overflow:hidden;
80 } 80 }
81 } 81 }