slide-15.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <style>
  6. :root {
  7. --bg-primary: #0A1A2F;
  8. --bg-secondary: #10264A;
  9. --card-bg-from: #17294A;
  10. --card-bg-to: #101F3B;
  11. --card-border: rgba(255,255,255,0.07);
  12. --card-radius: 14px;
  13. --text-primary: #F5F8FC;
  14. --text-secondary: rgba(235,243,255,0.72);
  15. --accent-1: #FF8C42;
  16. --accent-2: #5AB0FF;
  17. --accent-3: #FF6B9D;
  18. --accent-4: #10B981;
  19. --five-earth: #FF8C42;
  20. --five-fire: #FF6B9D;
  21. --five-metal: #6366F1;
  22. --five-wood: #10B981;
  23. --five-water: #F59E0B;
  24. --grid-dot-color: #FFFFFF;
  25. --grid-dot-opacity: 0.04;
  26. --grid-size: 44px;
  27. --font-family: 'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', system-ui, -apple-system, sans-serif;
  28. --display-font: 'Inter', 'PingFang SC', 'Microsoft YaHei', system-ui, sans-serif;
  29. }
  30. body {
  31. width: 1280px; height: 720px; overflow: hidden;
  32. background: var(--bg-primary);
  33. font-family: var(--font-family);
  34. position: relative;
  35. margin: 0; padding: 0;
  36. color: var(--text-primary);
  37. }
  38. /* Background Decoration */
  39. .grid-overlay {
  40. position: absolute; inset: 0;
  41. background-image: radial-gradient(var(--grid-dot-color) 1px, transparent 1px);
  42. background-size: var(--grid-size) var(--grid-size);
  43. opacity: var(--grid-dot-opacity);
  44. z-index: 0;
  45. pointer-events: none;
  46. }
  47. .hero-image-container {
  48. position: absolute; right: 0; top: 0; width: 60%; height: 100%;
  49. z-index: 1;
  50. overflow: hidden;
  51. }
  52. .hero-image-container img {
  53. width: 100%; height: 100%; object-fit: cover;
  54. }
  55. .hero-mask {
  56. position: absolute; inset: 0;
  57. background: linear-gradient(to right, var(--bg-primary) 0%, transparent 30%);
  58. z-index: 2;
  59. }
  60. /* Section Layout */
  61. .section-content {
  62. position: absolute; left: 80px; top: 180px; width: 600px;
  63. z-index: 10;
  64. }
  65. .section-title {
  66. font-family: var(--display-font);
  67. font-size: 64px; font-weight: 900; line-height: 1.1;
  68. margin: 0 0 32px 0;
  69. letter-spacing: -0.02em;
  70. }
  71. .section-title span {
  72. color: var(--accent-1);
  73. }
  74. .anchor-card {
  75. data-card-id="c1";
  76. background: linear-gradient(135deg, var(--card-bg-from), var(--card-bg-to));
  77. border: 1px solid var(--card-border);
  78. border-radius: var(--card-radius);
  79. padding: 32px;
  80. box-shadow: 0 20px 40px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.05);
  81. transform: translateY(0);
  82. position: relative;
  83. }
  84. .card-headline {
  85. font-size: 24px; font-weight: 700; color: var(--text-primary);
  86. margin: 0 0 16px 0;
  87. display: flex; align-items: center; gap: 12px;
  88. }
  89. .headline-bar {
  90. width: 4px; height: 24px; background: var(--accent-1); border-radius: 2px;
  91. display: inline-block;
  92. }
  93. .card-body {
  94. font-size: 18px; line-height: 1.6; color: var(--text-secondary);
  95. margin: 0;
  96. }
  97. .slide-footer {
  98. position: absolute; bottom: 30px; left: 40px; right: 40px; height: 20px;
  99. display: flex; justify-content: space-between; align-items: center; z-index: 10;
  100. }
  101. .footer-section { font-size: 10px; color: var(--text-secondary); opacity: 0.5; letter-spacing: 1px; text-transform: uppercase; }
  102. .footer-page { font-size: 10px; color: var(--text-secondary); opacity: 0.5; font-variant-numeric: tabular-nums; }
  103. </style>
  104. </head>
  105. <body>
  106. <div class="grid-overlay" data-decoration-layer="background" aria-hidden="true"></div>
  107. <div class="hero-image-container" data-decoration-layer="background" aria-hidden="true">
  108. <img src="../images/slide_15_0.png" alt="五行五维能量体系">
  109. <div class="hero-mask"></div>
  110. </div>
  111. <div class="section-content">
  112. <h1 class="section-title">PART 04<br><span>需求与设计</span></h1>
  113. <div class="anchor-card" data-card-id="c1">
  114. <div class="card-headline"><span class="headline-bar" aria-hidden="true"></span>五维能量体系:测得到 · 评得准 · 做得到</div>
  115. <p class="card-body">
  116. 基于 WHO 三维健康观与"健康中国"四维健康观演进,结合中国五行智慧,项目自研"身·智·富·行·心"五维能量体系,将理论测评与日常行为激励打通
  117. </p>
  118. </div>
  119. </div>
  120. <footer class="slide-footer">
  121. <span class="footer-section">PART 04 &mdash; 需求与设计</span>
  122. <span class="footer-page">15 / 28</span>
  123. </footer>
  124. </body>
  125. </html>