Commit c8d5311f by doszhang

dos

parent 8c68cb54
......@@ -77,6 +77,7 @@ $(document).ready(function () {
$('.logo-top').css('top',getTranslateDistance(30));
$('.btn-back').css('top',getTranslateDistance(50));
$('.share-arrow').css('top',getTranslateDistance(50));
$('.music').css('top',getTranslateDistance(86));
$('.logo-bottom').css('top',parseInt(getTranslateDistance($('.wrap').height())) - 50 + 'px');
$('.btn-go').on('click',homeBtnGoHandleClick);
......@@ -96,7 +97,7 @@ $(document).ready(function () {
$('.upload-page .btn-back').on('click',backToReupload);
$('.poster-page .btn-back').on('click',backToUpload);
$('.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