mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 20:21:01 +01:00
feat(core): list music top list and newest in home page
This commit is contained in:
@@ -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%');
|
||||
|
||||
Reference in New Issue
Block a user