Authored by xuqi

add underline to footer's user name

... ... @@ -95,6 +95,7 @@ module.exports = {
},
creativeLife: {
name: '创意生活',
more: '',
url: '',
banner: 'http://img10.static.yhbimg.com/yhb-img01/2015/07/09/18/0119ffceddb0819d36d74b408bd743b4a9.jpg?imageView/2/w/640/h/640',
classify: [
... ...
... ... @@ -7,6 +7,10 @@
color: #000;
}
.user-name {
text-decoration: underline;
}
.op-row {
position: relative;
padding: 0 30rem / $pxConvertRem;
... ...