Commit 98a982a3 by sunchao

字体改大

parent d4bb21bc
......@@ -28,6 +28,7 @@
.content{
padding: 10px 5px 60px 5px;
position: relative;
text-align: center;
.contentDetail {
.contentItem {
display: flex;
......
......@@ -50,7 +50,7 @@
<div class="experience_list" *ngIf="experienceList?.length>0">
<ul *ngFor="let experienceItem of experienceList;index as i;">
<div style="font-size: 14px;font-weight: bold;margin-bottom: 5px;">经历 {{i+1}}</div>
<div style="font-size: 18px;font-weight: bold;margin-bottom: 5px;">经历 {{i+1}}</div>
<li>
<span>工作单位</span>
<span>{{experienceItem.workingCompany}}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment