Commit 32947eb1 by doszhang

dos

parent d21aaa08
...@@ -421,7 +421,7 @@ input::-webkit-input-placeholder { ...@@ -421,7 +421,7 @@ input::-webkit-input-placeholder {
.customize-frame { .customize-frame {
top: auto; top: auto;
bottom: 0; bottom: -7.25rem;
} }
.personal-page .flag-list { .personal-page .flag-list {
......
...@@ -248,7 +248,6 @@ $(document).ready(function () { ...@@ -248,7 +248,6 @@ $(document).ready(function () {
// $('.logo').css('top',getTranslateDistance(15)); // $('.logo').css('top',getTranslateDistance(15));
$('.gif-block').append('<img class="musicgif" src="' + picUrl + 'music.gif" />'); $('.gif-block').append('<img class="musicgif" src="' + picUrl + 'music.gif" />');
$('.btn-music').css('top', 'auto').css('bottom', getTranslateDistance(10, true)); $('.btn-music').css('top', 'auto').css('bottom', getTranslateDistance(10, true));
$('.customize-frame').css('top', 'auto').css('bottom', getTranslateDistance(145, true));
initPage(); initPage();
......
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