feat(core): list music top list and newest in home page

This commit is contained in:
OldHawk
2017-10-03 17:25:05 +08:00
parent 768a89154d
commit 54a0735e99
7 changed files with 158 additions and 4 deletions

View File

@@ -31,7 +31,9 @@
if (attrs.src) {
cir2.css('background-image', 'url(' + attrs.src + ')');
}
cir2.css('background-size', '100% 100%');
cir2.css('background-size', 'cover');
cir2.css('background-position', 'center');
cir2.css('background-repeat', 'no-repeat');
cir2.css('height', '100%');
cir2.css('width', '100%');
cir2.css('padding', '36%');