Authored by 毕凯

code review by zhaobiao

... ... @@ -82,8 +82,7 @@ $.ajax({
}
});
if (UA.indexOf('MQQBrowser') > -1) {
if (UA.indexOf('mqqbrowser') > -1) {
$('.detail > div').removeClass('column').addClass('oldbox');
}
require('./like');
... ...
... ... @@ -280,7 +280,7 @@
}
}
}
.comment-content-footer,
.consult-content-footer {
min-height: pxToRem(88px);
... ... @@ -290,7 +290,7 @@
line-height: pxToRem(88px);
font-size: pxToRem(28px);
a {
color: #e0e0e0;
color: #b0b0b0;
.iconfont {
font-size: inherit;
}
... ...
... ... @@ -46,7 +46,7 @@ $basicBtnC:#eb0313;
.column {
box-sizing: border-box;
//padding: pxToRem(20px) pxToRem(12px);
padding: 4% 3%;
padding: pxToRem(6px) 3%;
width: 49.9%;
border-bottom: pxToRem(4px) solid #fff;
border-right: pxToRem(4px) solid #fff;
... ... @@ -65,7 +65,7 @@ $basicBtnC:#eb0313;
))
}
.oldbox{
padding: 4% 3%;
padding: pxToRem(4px) 3%;
width: 49.9%;
background-color: $tableCellC;
box-sizing: border-box;
... ... @@ -74,8 +74,8 @@ $basicBtnC:#eb0313;
width: 49.9%;
height: 100%;
float: left;
text-overflow:ellipsis;
white-space:nowrap;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
}
}
... ...