We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2cbd3 commit 4bcc81fCopy full SHA for 4bcc81f
libs/mobile.js
@@ -79,4 +79,5 @@ function getwidth(){
79
80
$(document).ready(function(){
81
getwidth();
82
+ $("#display"),fadeIn(500);
83
});
mobile.html
@@ -12,7 +12,7 @@
12
<script type="text/javascript" src="libs/mobile.js"></script>
13
</head>
14
<body>
15
- <section id="display">
+ <section id="display" style="display:none;">
16
<canvas id="canvas" width="100%" height="100%"></canvas>
17
<a href="" style="text-decoration:none;"><h3 id="title"><span id="title-moe">Moe</span>Front</h3></a>
18
<p id="description">当<span id="des-ecy">#二次元#</span>遇到前端</p>
0 commit comments