|
131 | 131 | .step-card a { color: var(--link); text-decoration: none; font-size: 13px; font-weight: 500; } |
132 | 132 | .step-card a:hover { text-decoration: underline; } |
133 | 133 |
|
| 134 | +/* Playbook entry */ |
| 135 | +.playbook-entry { padding: 56px 24px 24px; background: var(--canvas-soft, #fafafa); } |
| 136 | +.playbook-entry-inner { max-width: 1100px; margin: 0 auto; } |
| 137 | +.playbook-entry h2 { text-align: center; font-size: 28px; font-weight: 600; letter-spacing: -1px; margin: 0 0 10px; } |
| 138 | +.playbook-entry .section-sub { text-align: center; font-size: 14px; color: var(--body); margin: 0 0 32px; line-height: 1.6; } |
| 139 | +.playbook-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 28px; } |
| 140 | +@media (max-width: 768px) { .playbook-grid { grid-template-columns: repeat(2, 1fr); } } |
| 141 | +.pb-card { display: block; padding: 18px 16px; background: var(--bg-card); border: 1px solid var(--border-soft); border-radius: var(--rounded-lg); text-decoration: none; color: inherit; transition: background 0.2s, box-shadow 0.2s, transform 0.2s; } |
| 142 | +.pb-card:hover { background: var(--bg-card-hover); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.06); text-decoration: none; } |
| 143 | +.pb-emoji { font-size: 26px; display: block; margin-bottom: 8px; } |
| 144 | +.pb-card h3 { font-size: 14px; font-weight: 500; margin: 0 0 4px; letter-spacing: -0.2px; color: var(--ink); } |
| 145 | +.pb-card p { font-size: 12px; color: var(--mute); margin: 0; line-height: 1.4; } |
| 146 | +.playbook-cta-wrap { text-align: center; } |
| 147 | +.playbook-cta { display: inline-block; padding: 10px 22px; background: var(--ink); color: #fff; border-radius: 100px; text-decoration: none; font-size: 13px; font-weight: 500; transition: opacity 0.15s; } |
| 148 | +.playbook-cta:hover { opacity: 0.85; text-decoration: none; } |
| 149 | + |
134 | 150 | /* Ecosystem */ |
135 | 151 | .ecosystem { padding: 64px 24px; background: var(--canvas); } |
136 | 152 | .ecosystem-inner { max-width: 1100px; margin: 0 auto; } |
@@ -222,6 +238,24 @@ <h3>运行一个 Skill</h3> |
222 | 238 | </div> |
223 | 239 | </section> |
224 | 240 |
|
| 241 | +<section class="playbook-entry"> |
| 242 | + <div class="playbook-entry-inner"> |
| 243 | + <h2>不知道从哪开始?按岗位找你的能力样板</h2> |
| 244 | + <p class="section-sub">8 个岗位,每个都有「想清楚 → 动手做 → 检查对不对」的完整回路 + 30 分钟最小流程,复制即用。</p> |
| 245 | + <div class="playbook-grid"> |
| 246 | + <a class="pb-card" href="/playbook/#kw"><span class="pb-emoji">📚</span><h3>知识工作者</h3><p>写报告 · 做调研 · 整理资料</p></a> |
| 247 | + <a class="pb-card" href="/playbook/#dz"><span class="pb-emoji">🎨</span><h3>设计师</h3><p>出图 · 出视频 · 做海报</p></a> |
| 248 | + <a class="pb-card" href="/playbook/#dev"><span class="pb-emoji">💻</span><h3>AI 开发</h3><p>接 API · 搭 Agent · 做产品</p></a> |
| 249 | + <a class="pb-card" href="/playbook/#fin"><span class="pb-emoji">📈</span><h3>投研咨询</h3><p>拉数据 · 做估值 · 写研报</p></a> |
| 250 | + <a class="pb-card" href="/playbook/#cs"><span class="pb-emoji">📞</span><h3>客服运营</h3><p>回复用户 · 处理工单</p></a> |
| 251 | + <a class="pb-card" href="/playbook/#mkt"><span class="pb-emoji">📣</span><h3>内容营销</h3><p>写文章 · 出配图 · 做短视频</p></a> |
| 252 | + <a class="pb-card" href="/playbook/#ops"><span class="pb-emoji">⚙️</span><h3>AI Ops</h3><p>用量 · 配额 · SLA</p></a> |
| 253 | + <a class="pb-card" href="/playbook/#legal"><span class="pb-emoji">⚖️</span><h3>法务合规</h3><p>条款比对 · 出意见</p></a> |
| 254 | + </div> |
| 255 | + <div class="playbook-cta-wrap"><a class="playbook-cta" href="/playbook/">看完整 8 岗位样板 →</a></div> |
| 256 | + </div> |
| 257 | +</section> |
| 258 | + |
225 | 259 | <section class="ecosystem"> |
226 | 260 | <div class="ecosystem-inner"> |
227 | 261 | <h2>生态全景</h2> |
|
0 commit comments