Commit e373f855 by doszhang

dos

parent 80ce3bd2
......@@ -59,10 +59,11 @@ let imgInfo = {};
let blackUrl, black;
blackUrl = $('.black').css('background-image').replace(/^url\((['"]?)(.*)\1\)$/, '$2');
preloadimages(preloadImageList, function () {}, function (progress) {});
$(document).ready(function () {
blackUrl = $('.black').css('background-image').replace(/^url\((['"]?)(.*)\1\)$/, '$2');
$('.logo').css('top', getTranslateDistance(20));
$('.music').click(function () {
if ($('#music')[0].paused) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment