feat: 荣誉奖项新增两条并优化排版布局
- 右侧新增七牛云 XEngineer 开源实训项目(三等奖)和 WaytoAGI 飞书全球黑客松(创意奖) - 添加七牛云和飞书图标 - 调整荣誉奖项左右比例为 55%/45%,添加虚线分隔 - 奖项等级样式与实习经历岗位文本统一(12px, #888) - 移除所有荣誉奖项的日期显示 - 右侧奖项等级靠右对齐
This commit is contained in:
+18
-3
@@ -144,16 +144,20 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.honor-left {
|
.honor-left {
|
||||||
width: 60%;
|
width: 55%;
|
||||||
|
border-right: 1px dashed #ccc;
|
||||||
|
padding-right: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.honor-right {
|
.honor-right {
|
||||||
width: 40%;
|
width: 45%;
|
||||||
|
padding-left: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.honor-item {
|
.honor-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
|
flex-wrap: wrap;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 1.45;
|
line-height: 1.45;
|
||||||
@@ -165,6 +169,15 @@ body {
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.honor-right .honor-content {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.honor-right .honor-name {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.honor-name {
|
.honor-name {
|
||||||
color: #222;
|
color: #222;
|
||||||
}
|
}
|
||||||
@@ -174,7 +187,9 @@ body {
|
|||||||
min-width: 52px;
|
min-width: 52px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
color: #222;
|
font-size: 12px;
|
||||||
|
color: #888;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cert-link {
|
.cert-link {
|
||||||
|
|||||||
+14
-2
@@ -70,7 +70,6 @@
|
|||||||
<span class="honor-badge">三等奖</span>
|
<span class="honor-badge">三等奖</span>
|
||||||
</div>
|
</div>
|
||||||
<a href="http://47.121.181.112:40027/i/2026/05/28/6a17ca366d125.jpg" class="cert-link" target="_blank">证书</a>
|
<a href="http://47.121.181.112:40027/i/2026/05/28/6a17ca366d125.jpg" class="cert-link" target="_blank">证书</a>
|
||||||
<div class="honor-date">2024-04</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="honor-item">
|
<div class="honor-item">
|
||||||
<div class="honor-content">
|
<div class="honor-content">
|
||||||
@@ -79,10 +78,23 @@
|
|||||||
<span class="honor-badge">优秀奖</span>
|
<span class="honor-badge">优秀奖</span>
|
||||||
</div>
|
</div>
|
||||||
<a href="http://47.121.181.112:40027/i/2026/05/28/6a17ca3666920.png" class="cert-link" target="_blank">证书</a>
|
<a href="http://47.121.181.112:40027/i/2026/05/28/6a17ca3666920.png" class="cert-link" target="_blank">证书</a>
|
||||||
<div class="honor-date">2024-06</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="honor-right">
|
<div class="honor-right">
|
||||||
|
<div class="honor-item">
|
||||||
|
<div class="honor-content">
|
||||||
|
<img src="img/qiniu.svg" class="company-logo qiniu" alt="七牛云">
|
||||||
|
<span class="honor-name">七牛云 XEngineer 开源实训项目</span>
|
||||||
|
<span class="honor-badge">三等奖</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="honor-item">
|
||||||
|
<div class="honor-content">
|
||||||
|
<img src="img/lark.svg" class="company-logo" alt="飞书" style="height: 20px;">
|
||||||
|
<span class="honor-name">WaytoAGI 飞书全球黑客松(武汉站)</span>
|
||||||
|
<span class="honor-badge">创意奖</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user