Authored by 2586703@qq.com

article-title 样式调整

@import "compass/css3";
$pxConvertRem : 40;
.article-author {
height: 88rem / $pxConvertRem;
... ...
.article-title {
padding: 0 0 0 30rem / $pxConvertRem;
margin: 0 0 26rem / $pxConvertRem 0;
.title {
line-height: 48px;
margin-top:16rem / $pxConvertRem;
line-height: 60rem / $pxConvertRem;
color: #000;
font-size: 40px;
font-size: 40rem / $pxConvertRem;
}
.date-pageview {
color: #b0b0b0;
font-size: 24px;
line-height: 38rem / $pxConvertRem;
font-size: 24rem / $pxConvertRem;
}
}
\ No newline at end of file
... ...
$pxConvertRem : 40;
@import "compass";
@include global-reset();
@import "article-author", "article-title";
body {
font-family: helvetica,Arial,"黑体";
}
... ...