add noscript
This commit is contained in:
parent
bd9531044f
commit
1671006805
@ -44,6 +44,13 @@ a:hover {
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.noscript {
|
||||
z-index: 999999;
|
||||
font-size: 0.95rem;
|
||||
text-align: center;
|
||||
margin: 14px 0px;
|
||||
}
|
||||
|
||||
/*页面样式*/
|
||||
section {
|
||||
display: block;
|
||||
|
@ -374,6 +374,10 @@
|
||||
<div id="lrc"></div>
|
||||
</footer>
|
||||
</section>
|
||||
<!-- noscript -->
|
||||
<noscript>
|
||||
<div class="noscript fixed-top">请开启 JavaScript</div>
|
||||
</noscript>
|
||||
<!-- JS -->
|
||||
<script type="text/javascript" src="./js/main.js"></script>
|
||||
<script type="text/javascript" src="./js/time.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user