飞天AI数字人展会页面
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

141 lines
5.2 KiB

11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
11 months ago
10 months ago
10 months ago
10 months ago
11 months ago
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  8. <meta http-equiv="Pragma" content="no-cache" />
  9. <meta http-equiv="Expires" content="0" />
  10. <link rel="stylesheet" type="text/css" href="css/libs/reset.css" />
  11. <link rel="stylesheet" type="text/css" href="css/libs/animate.min.css" />
  12. <link rel="stylesheet" type="text/css" href="css/index.css" />
  13. <!--[if lt IE 9]>
  14. <script src="js/html5shiv.js"></script>
  15. <script src="js/respond.min.js"></script>
  16. <![endif]-->
  17. <title>首页</title>
  18. </head>
  19. <body>
  20. <div class="ai-wrapper">
  21. <video class="ai-bg" src="images/bg.mp4" autoplay="autoplay" loop="loop" muted="muted"></video>
  22. <div class="ai-header-wrapper">
  23. <div class="ai-header">
  24. <!-- <div class="header-btn header-home"><span></span><p>首页</p></div> -->
  25. <div class="header-title">
  26. <h2>AI编程机器人体验系统</h2>
  27. </div>
  28. <div class="header-btn header-login"><span></span><p>登录</p></div>
  29. </div>
  30. </div>
  31. <div class="ai-index">
  32. <!-- no-box-style -->
  33. <ul class="index-list list-left">
  34. <li class="animate__animated animate__backInLeft">
  35. <!-- page1.html -->
  36. <a id="page1" href="javascript:;">
  37. <p>编程体验</p>
  38. <span>Programming experience</span>
  39. <img src="images/index-an1.webp" alt="编程体验" />
  40. </a>
  41. </li>
  42. <li class="animate__animated animate__backInLeft">
  43. <!-- page2.html -->
  44. <a id="page2" href="javascript:;">
  45. <p>场景演示</p>
  46. <span>Scene presentation</span>
  47. <img src="images/index-an2.webp" alt="场景演示" />
  48. </a>
  49. </li>
  50. <li class="animate__animated animate__backInLeft">
  51. <a id="page3" href="javascript:;">
  52. <p>AI资源库</p>
  53. <span>AI resource library</span>
  54. <img src="images/index-an3.webp" alt="AI资源库" />
  55. </a>
  56. </li>
  57. </ul>
  58. <div class="index-middle">
  59. <img class="ai-human" src="images/animation.webp" alt="机器人" />
  60. <img class="ai-bottom" src="images/an-bottom.webp" alt="底部光效" />
  61. </div>
  62. <!-- no-box-style -->
  63. <ul class="index-list list-right">
  64. <li class="animate__animated animate__backInRight">
  65. <a id="page4" href="javascript:;">
  66. <p>实战竞赛</p>
  67. <span>Actual combat</span>
  68. <img src="images/index-an4.webp" alt="实战竞赛" />
  69. </a>
  70. </li>
  71. <li class="animate__animated animate__backInRight">
  72. <a id="page5" href="javascript:;">
  73. <p>作品展示</p>
  74. <span>Work display</span>
  75. <img src="images/index-an5.webp" alt="作品展示" />
  76. </a>
  77. </li>
  78. <li class="animate__animated animate__backInRight">
  79. <a id="aiChat" href="javascript:;">
  80. <p>AI数字人</p>
  81. <span>AI digital human</span>
  82. <img src="images/index-an6.webp" alt="AI数字人" />
  83. </a>
  84. </li>
  85. </ul>
  86. </div>
  87. <!-- 退出程序 -->
  88. <div class="doubleExit"></div>
  89. <!-- 账号:admin 密码:83560792 -->
  90. <!-- 登录 -->
  91. <div id="form-layer" class="layer-login" style="display: none;">
  92. <h3>账号登录</h3>
  93. <ul class="login-form">
  94. <li>
  95. <p>账号</p>
  96. <input type="text" placeholder="请输入账号" value="admin" />
  97. </li>
  98. <li>
  99. <p>密码</p>
  100. <input type="password" placeholder="请输入密码" value="83560792" />
  101. </li>
  102. </ul>
  103. <button type="submit" class="login-submit" id="btn-submit-form">立即登录</button>
  104. </div>
  105. <div id="user-layer" class="layer-login" style="display: none;">
  106. <div class="user-info">
  107. <img src="images/index-img2.png" alt="" />
  108. <p class="user-name">Admin</p>
  109. <ul class="user-other">
  110. <li>
  111. <p>8个</p>
  112. <span>代码上传</span>
  113. </li>
  114. <li>
  115. <p>100</p>
  116. <span>积分</span>
  117. </li>
  118. <li>
  119. <p>10</p>
  120. <span>获赞</span>
  121. </li>
  122. </ul>
  123. <div class="change-accout-btn">切换账号</div>
  124. </div>
  125. </div>
  126. <!-- 微信登录 -->
  127. <div id="wechat-layer" class="layer-login" style="display: none;">
  128. <h3>账号登录</h3>
  129. <div class="wechat-login">
  130. <img src="images/wechat.png" alt="" />
  131. <span>请使用微信扫描二维码登录</span>
  132. </div>
  133. </div>
  134. </div>
  135. </body>
  136. <script type="text/javascript" src="js/libs/jquery-3.7.1.min.js"></script>
  137. <script type="text/javascript" src="js/libs/flexible.js"></script>
  138. <!-- 弹出框 -->
  139. <script type="text/javascript" src="js/libs/layer/layer.js"></script>
  140. <script type="text/javascript" src="js/index.js"></script>
  141. </html>