From df69fb4850a96d886db8ff94c0730414ba413b40 Mon Sep 17 00:00:00 2001 From: wonder Date: Thu, 27 Aug 2026 10:45:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B0=83=E6=95=B4=E8=8D=A3?= =?UTF-8?q?=E8=AA=89=E5=A5=96=E9=A1=B9=E6=8E=92=E7=89=88=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E5=8F=8A=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将现有奖项包裹在 60% 宽度的左侧容器中,右侧预留 40% 空间 - 添加 honor-section/honor-left/honor-right 布局类 - 缩小奖项名称与等级、证书链接、日期之间的间距 --- resume.css | 20 ++++++++++++++++++-- resume.html | 36 +++++++++++++++++++++--------------- 2 files changed, 39 insertions(+), 17 deletions(-) diff --git a/resume.css b/resume.css index 3a6a886..78128be 100644 --- a/resume.css +++ b/resume.css @@ -139,6 +139,18 @@ body { } /* Honors */ +.honor-section { + display: flex; +} + +.honor-left { + width: 60%; +} + +.honor-right { + width: 40%; +} + .honor-item { display: flex; align-items: baseline; @@ -161,7 +173,7 @@ body { display: inline-block; min-width: 52px; text-align: right; - margin-left: 8px; + margin-left: 4px; color: #222; } @@ -173,10 +185,14 @@ body { white-space: nowrap; } +.honor-item .cert-link { + margin-left: 4px; +} + .honor-date { color: #888; white-space: nowrap; - margin-left: 12px; + margin-left: 4px; min-width: 56px; text-align: right; } diff --git a/resume.html b/resume.html index e7b4744..2155c8e 100644 --- a/resume.html +++ b/resume.html @@ -61,23 +61,29 @@
荣誉奖项
-
-
- - "金山杯"华中地区高校第十八届程序设计邀请赛 - 三等奖 +
+
+
+
+ + "金山杯"华中地区高校第十八届程序设计邀请赛 + 三等奖 +
+ 证书 +
2024-04
+
+
+
+ + 国际大学生程序设计竞赛(ICPC)湖北省赛 + 优秀奖 +
+ 证书 +
2024-06
+
- 证书 -
2024-04
-
-
-
- - 国际大学生程序设计竞赛(ICPC)湖北省赛 - 优秀奖 +
- 证书 -
2024-06