暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

footer.htm 378B

12345678910111213141516
  1. <div id="goTop">
  2. <a href="JavaScript:void(0);" id="btntop">
  3. <i class="fa fa-angle-up"></i>
  4. </a>
  5. <a href="JavaScript:void(0);" id="btnbottom">
  6. <i class="fa fa-angle-down"></i>
  7. </a>
  8. </div>
  9. <script type="text/javascript">
  10. $(document).ready(function(){
  11. $('#think_page_trace_open').css('z-index', 99999);
  12. });
  13. </script>
  14. </body>
  15. </html>