返回 oh-my-ppt
preview.html
根目录 / resources / styles / academic-navy / preview.html
1 <!doctype html>
2 <html lang="zh-CN">
3 <head>
4 <meta charset="UTF-8" />
5 <title>藏青学衡</title>
6 <style>
7 *{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden}body{display:grid;place-items:center;background:#112d5c;color:#fff;font-family:Arial,"PingFang SC",sans-serif}.page{width:min(100vw,177.78vh);height:min(56.25vw,100vh);padding:5.5%;background:linear-gradient(135deg,#f3f5f8 0 55%,#112d5c 55%);color:#112d5c;position:relative;overflow:hidden}.meta{font:12px/1 monospace;letter-spacing:2px;color:#7c4e2c}.title{margin-top:8%;max-width:54%}h1{margin:0;font-size:clamp(45px,6.5vw,108px);line-height:.95}.title p{font-size:clamp(14px,1.6vw,26px);line-height:1.5;color:#404040}.seal{position:absolute;right:12%;top:17%;width:23%;aspect-ratio:1;border:2px solid #d4ba54;border-radius:50%;display:grid;place-items:center;color:#d4ba54;font:clamp(14px,2vw,34px) Georgia}.cards{position:absolute;left:5.5%;bottom:7%;display:flex;gap:12px;width:64%}.card{flex:1;padding:16px;border-top:4px solid #173c7a;background:#fff;font-size:13px;line-height:1.35}.card b{display:block;font-size:clamp(24px,3vw,50px);color:#7c4e2c}.side{position:absolute;right:6%;bottom:9%;color:#fff;font:13px/1.5 monospace;letter-spacing:1px}.side strong{display:block;font-size:clamp(38px,6vw,100px);color:#d4ba54}
8 </style>
9 </head>
10 <body><main class="page"><div class="meta">RESEARCH DEFENSE / 2026</div><section class="title"><h1>从问题<br>抵达证据</h1><p>以清晰的方法框定发现,以克制的表达呈现结论。</p></section><div class="seal">ACADEMIA<br>01</div><div class="cards"><div class="card"><b>01</b>研究问题</div><div class="card"><b>02</b>方法路径</div><div class="card"><b>03</b>核心发现</div></div><aside class="side"><strong>3.4</strong>RESEARCH INDEX</aside></main></body>
11 </html>
12
12 lines HTML