Authored by 王水玲

星潮教室

... ... @@ -23,7 +23,7 @@ function massageAJAX(page) {
success: function(data) {
stopLoading = false;
if (data === '') {
if (data === ' ') {
stopLoading = true;
tip.show('没有更多内容了');
}
... ...
... ... @@ -715,6 +715,11 @@ body {
line-height: 46rem / $pxConvertRem;
color: #b0b0b0;
margin-top: 10rem / $pxConvertRem;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
img {
... ...