amy's website

courage is grace under presur cctv

My interest

Resources Home

資源分類

備註

haha make u look

/* 基本重置 */ * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: "Microsoft JhengHei", "Noto Sans TC", sans-serif; background: #f8f8f8; color: #222; line-height: 1.5; padding: 24px; } /* Header */ .site-header { text-align: center; margin-bottom: 18px; } .site-header h1 { font-size: 28px; color: #2c3e50; } .subtitle { color: #666; margin-top: 6px; } /* 佈局:三欄(內容 + 側欄)在較大螢幕 */ main.content { max-width: 800px; margin: 0 auto 20px auto; } .sidebar { max-width: 300px; margin: 20px auto; text-align: center; } /* 導覽 */ .main-nav { display:flex; justify-content:center; gap: 12px; margin: 12px 0 18px 0; flex-wrap:wrap; } .main-nav a { text-decoration: none; color: #2b7a78; background: rgba(43,122,120,0.06); padding: 6px 10px; border-radius: 6px; font-weight: 600; } /* 資源列表 */ .resource-list { list-style: none; padding-left: 8px; } .resource-list li { margin: 8px 0; font-size: 16px; } .resource-list a { color: #1a4b63; text-decoration: none; } .resource-list .star { color: #f39c12; margin-left:8px; } /* 縮圖區 */ .thumbs { display:flex; gap:12px; flex-wrap:wrap; margin-top:8px; } .thumb { display:block; width:120px; text-align:center; text-decoration:none; color:#222; } .thumb img { width:100%; height:80px; object-fit:cover; border-radius:6px; border:1px solid #ddd; } .thumb span { display:block; margin-top:6px; font-size:13px; color:#555; } /* 小備註 */ .note { margin-top:18px; background:#fff; padding:10px; border-radius:8px; border:1px solid #eee; } /* footer */ .site-footer { text-align:center; margin-top:26px; color:#777; font-size:14px; } /* 手機響應 */ @media (min-width: 900px) { body { display:grid; grid-template-columns: 1fr 320px; gap:28px; padding:32px; } main.content { margin:0; } .sidebar { margin: 0; position:sticky; top:24px; } }