Commit 16eaaa4d by doszhang

dos

parent f8794e2b
...@@ -103,7 +103,6 @@ input::-webkit-input-placeholder { ...@@ -103,7 +103,6 @@ input::-webkit-input-placeholder {
.loading-page .progress { .loading-page .progress {
width: 0; width: 0;
overflow: hidden; overflow: hidden;
border: 2px solid #000;
} }
.loading-page .plant { .loading-page .plant {
......
...@@ -80,8 +80,8 @@ preloadimages(preloadImageList, function () { ...@@ -80,8 +80,8 @@ preloadimages(preloadImageList, function () {
}, 100); }, 100);
} else { } else {
initPage(); initPage();
// $('.loading-page').hide(); $('.loading-page').hide();
// $('.page1').show(); $('.page1').show();
} }
$('input[name=name]').attr('placeholder', '姓名').attr('id', 'name');; $('input[name=name]').attr('placeholder', '姓名').attr('id', 'name');;
......
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