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 @@
校园经历
- +
+ 武汉科技大学领航工作室(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,