Skip to content

Instantly share code, notes, and snippets.

View w20260408's full-sized avatar

w20260408

  • Joined Apr 8, 2026
View GitHub Profile
@w20260408
w20260408 / index.html
Created May 6, 2026 08:22
HR Sidebar Card v22
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; background: #f5f6f7; }
.sidebar-container {
width: 100%;
padding: 12px;
}
/* 欢迎区 */