|
|
@import "compass", "compass/reset";
|
|
|
@import "compass", "compass/reset", "compass/css3";
|
|
|
$pxConvertRem : 40;
|
|
|
|
|
|
body {
|
...
|
...
|
@@ -11,7 +11,7 @@ ol, ul { |
|
|
}
|
|
|
|
|
|
.hide {
|
|
|
display: none;
|
|
|
display: none !important;
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
@@ -69,7 +69,7 @@ ol, ul { |
|
|
}
|
|
|
/*以上为common部分 代码合并develop后移除*/
|
|
|
|
|
|
@import "common/time-view-like-share", "common/good-info";
|
|
|
@import "common/time-view-like-share", "common/good-info", "common/loader";
|
|
|
|
|
|
.ps-container {
|
|
|
.ps-block {
|
...
|
...
|
@@ -240,5 +240,32 @@ ol, ul { |
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.load-more-info {
|
|
|
width: 100%;
|
|
|
height: 70rem / $pxConvertRem;
|
|
|
line-height: 70rem / $pxConvertRem;
|
|
|
text-align: center;
|
|
|
font-size: 14px;
|
|
|
overflow: hidden;
|
|
|
|
|
|
.loading {
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
|
|
|
.loader-inner {
|
|
|
display: inline-block;
|
|
|
height: 40rem / $pxConvertRem;
|
|
|
width: 40rem / $pxConvertRem;
|
|
|
margin-top: 12rem / $pxConvertRem;
|
|
|
|
|
|
> div {
|
|
|
height: 30rem / $pxConvertRem;
|
|
|
width: 30rem / $pxConvertRem;
|
|
|
border: 2px solid #f00;
|
|
|
border-bottom-color: transparent;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|