slide_01.html 1.6 KB

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=1280">
  6. <title>WAIC 2026 主要新亮点</title>
  7. <script src="https://static.ima.qq.com/ima/pptxgen/ajax/libs/tailwind/3.4.17/index.js"></script>
  8. <link href="https://static.ima.qq.com/ima/pptxgen/ajax/libs/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">
  9. <link href="https://static.ima.qq.com/ima/pptxgen/ajax/libs/fonts/index.css" rel="stylesheet">
  10. <style>
  11. body { margin:0; padding:0; display:flex; justify-content:center; align-items:center; min-height:100vh; }
  12. .slide { width:1280px; height:720px; overflow:hidden; position:relative; }
  13. .font-display { font-family:'Noto Sans SC', sans-serif; }
  14. </style>
  15. </head>
  16. <body>
  17. <div class="slide bg-stone-50 font-display flex flex-col justify-center items-center text-center px-20">
  18. <div class="text-teal-600 text-xl font-semibold tracking-widest mb-6">WORLD ARTIFICIAL INTELLIGENCE CONFERENCE 2026</div>
  19. <h1 class="text-7xl font-bold text-stone-900 leading-tight mb-4">WAIC 2026</h1>
  20. <h2 class="text-4xl font-bold text-stone-800 mb-6">世界人工智能大会 · 主要新亮点</h2>
  21. <div class="w-24 h-1 bg-teal-600 mb-6"></div>
  22. <p class="text-2xl text-stone-600 mb-2">智能伙伴 · 共创未来</p>
  23. <p class="text-lg text-stone-500 mb-8">从 9 条主线梳理本届大会的趋势信号与碳硅契借力点</p>
  24. <p class="text-lg text-stone-500">2026.07.17–20 · 上海(世博 / 张江 / 西岸)</p>
  25. <p class="text-base text-stone-400 mt-12">知微 🔍 · ima.copilot · 腾讯</p>
  26. </div>
  27. </body>
  28. </html>