Authored by 2586703@qq.com

css 规范调整

... ... @@ -23,7 +23,7 @@ module.exports = function() {
}
},
{
collocation: {
collocation: {
list: [
{
thumb: 'http://placehold.it/98x134',
... ...
... ... @@ -7,14 +7,16 @@
color: #000;
font-size: 40rem / $pxConvertRem;
}
.date-pageview {
color: #b0b0b0;
line-height: 38rem / $pxConvertRem;
font-size: 24rem / $pxConvertRem;
.iconfont {
margin: 0 4px 0 0;
vertical-align: 9%;
font-size: 16rem / $pxConvertRem;
font-size: 22rem / $pxConvertRem;
}
}
}
\ No newline at end of file
... ...
... ... @@ -8,7 +8,7 @@
height: 420rem / $pxConvertRem;
}
img:first-child{
img:first-child {
float: left;
}
}
\ No newline at end of file
... ...
... ... @@ -5,23 +5,23 @@
@include relatedTitle;
}
.post-list{
.post-list {
background: #fff;
padding: 0 0 30rem / $pxConvertRem 0;
border-top: 1px solid #e0e0e0;
li{
li {
padding: 30rem / $pxConvertRem 0 0 0;
margin: 0 0 10rem / $pxConvertRem 0;
img{
img {
float: left;
margin: 0 0 0 30rem / $pxConvertRem;
width: 182rem / $pxConvertRem;
height: 162rem / $pxConvertRem;
}
span{
span {
float: left;
width: 360rem / $pxConvertRem;
margin: 20rem / $pxConvertRem 0 0 30rem / $pxConvertRem;
... ...