h2.html 739 B

1234567891011121314151617181920212223242526272829303132
  1. <html lang="zh-CN">
  2. <head>
  3. <title></title>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="format-detection" content="telephone=yes">
  8. <style>
  9. body{
  10. padding: 0 10px;
  11. }
  12. button{
  13. background: #2196F3;
  14. text-align: center;
  15. margin: 10px 0;
  16. padding: 5px 10px;
  17. border-radius: 5px;
  18. color: #fff;
  19. display: block;
  20. width: 100%;
  21. border:none;
  22. }
  23. </style>
  24. <script src="./jlingxi-1.0.3.min.js"></script>
  25. <body>
  26. <button onClick="ls.goback()">返回上一级</button>
  27. <button onClick="ls.gohome()">返回主页</button>
  28. </body>
  29. </html>