123456789101112131415161718 |
- <br/>
- <div id="goTop">
- <a href="JavaScript:void(0);" id="btntop">
- <i class="fa fa-angle-up"></i>
- </a>
- <a href="JavaScript:void(0);" id="btnbottom">
- <i class="fa fa-angle-down"></i>
- </a>
- </div>
-
- <script type="text/javascript">
- $(document).ready(function(){
- // 调试信息
- $('#think_page_trace_open').css('z-index', 99999);
- });
- </script>
- </body>
- </html>
|