From 645276040f9afcf652b8c999fd9d53d8817859f7 Mon Sep 17 00:00:00 2001 From: wonder Date: Sun, 27 Sep 2026 00:35:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=AE=E5=9B=BD=E4=BC=81=E7=AE=80?= =?UTF-8?q?=E5=8E=86=E6=A0=A1=E5=9B=AD=E7=BB=8F=E5=8E=86=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=A8=AA=E6=8E=92=E6=9D=A1=E7=9B=AE=E4=B8=8E=E9=87=91=E5=B1=B1?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=9B=9B=E8=A6=81=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Code --- soe/index.html | 27 +++++++++++++++++++-------- soe/resume.css | 33 +++++++++++++++++++++++---------- 2 files changed, 42 insertions(+), 18 deletions(-) diff --git a/soe/index.html b/soe/index.html index ad52701..8971a2d 100644 --- a/soe/index.html +++ b/soe/index.html @@ -49,12 +49,25 @@
校园经历
-
    -
  • 金山办公 WPS 菁英工程师训练营2026-03 ~ 2026-05
  • -
  • 武汉科技大学领航工作室2024-05 ~ 2026-05
  • -
  • 字节跳动 MarsCode 青训营2025-01 ~ 2025-03
  • -
  • 东软集团生产实习2026-06 ~ 2026-07
  • -
+
+ 武汉科技大学领航工作室(2024) + | + 字节跳动青训营(2025) + | + 东软集团生产实习(2026) +
+
@@ -117,8 +130,6 @@
diff --git a/soe/resume.css b/soe/resume.css index b85259a..a302224 100644 --- a/soe/resume.css +++ b/soe/resume.css @@ -124,28 +124,40 @@ body { } /* Campus */ -.campus-items { +.campus-line { margin-left: 12px; font-size: 15px; color: #252525; - line-height: 1.45; - list-style: none; -} - -.campus-items li { + line-height: 1.3; display: flex; align-items: baseline; - margin-left: 0; + flex-wrap: wrap; } .campus-name { - flex: 1; + white-space: nowrap; } -.campus-date { +.campus-sep { color: #888; - white-space: nowrap; + margin: 0 8px; +} + +.campus-featured { margin-left: 12px; + margin-top: 4px; +} + +.campus-featured .exp-date { + margin-left: auto; +} + +/* 金山条目要点:左侧虚线连贯分割 */ +.campus-featured .exp-items { + margin-left: 6px; + padding-left: 18px; + border-left: 1px dashed #b0b0b0; + line-height: 1.35; } /* Honors */ @@ -388,6 +400,7 @@ body { } .honor-item, + .campus-line, .proj-intro, .exp-items li, .proj-work-items li,