| 1 | <!DOCTYPE html> |
| 2 | <html lang="zh-CN"><head><meta charset="utf-8"><title>Image Grid</title> |
| 3 | <link rel="stylesheet" href="../../assets/fonts.css"> |
| 4 | <link rel="stylesheet" href="../../assets/base.css"> |
| 5 | <link rel="stylesheet" id="theme-link" href="../../assets/themes/minimal-white.css"> |
| 6 | <link rel="stylesheet" href="../../assets/animations/animations.css"> |
| 7 | <style> |
| 8 | .gg{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:180px;gap:14px;margin-top:24px} |
| 9 | .gg .cell{border-radius:var(--radius);overflow:hidden;position:relative;box-shadow:var(--shadow)} |
| 10 | .gg .cell span{position:absolute;inset:auto 0 0 0;padding:12px 14px;color:#fff;font-size:13px;font-weight:500;background:linear-gradient(transparent,rgba(0,0,0,.55))} |
| 11 | .gg .c1{background:linear-gradient(135deg,#3b6cff,#7a5cff);grid-column:span 2;grid-row:span 2} |
| 12 | .gg .c2{background:linear-gradient(135deg,#ff7a90,#ff2742)} |
| 13 | .gg .c3{background:linear-gradient(135deg,#5ef2c6,#7aa2ff)} |
| 14 | .gg .c4{background:linear-gradient(135deg,#ffd27a,#f2a341)} |
| 15 | .gg .c5{background:linear-gradient(135deg,#c984ff,#ff5c8a)} |
| 16 | .gg .c6{background:linear-gradient(135deg,#0e1530,#24283b)} |
| 17 | .gg .c7{background:linear-gradient(135deg,#88c0d0,#5ef2c6);grid-column:span 2} |
| 18 | </style> |
| 19 | </head><body class="single"> |
| 20 | <div class="deck"><section class="slide is-active" data-title="Image Grid"> |
| 21 | <p class="kicker">Gallery · 作品集</p> |
| 22 | <h2 class="h2">一次 bento grid,六张要点图</h2> |
| 23 | <div class="gg anim-stagger-list" data-anim-target> |
| 24 | <div class="cell c1"><span>主视觉 · Keynote 封面</span></div> |
| 25 | <div class="cell c2"><span>暖色 · Stat</span></div> |
| 26 | <div class="cell c3"><span>冷色 · Flow</span></div> |
| 27 | <div class="cell c4"><span>日落 · Code</span></div> |
| 28 | <div class="cell c5"><span>渐变 · Quote</span></div> |
| 29 | <div class="cell c6"><span>暗色 · Terminal</span></div> |
| 30 | <div class="cell c7"><span>极光 · CTA</span></div> |
| 31 | </div> |
| 32 | </section></div> |
| 33 | <script src="../../assets/runtime.js"></script> |
| 34 | </body></html> |
| 35 |