Commit 98a982a3 by sunchao

字体改大

parent d4bb21bc
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
.content{ .content{
padding: 10px 5px 60px 5px; padding: 10px 5px 60px 5px;
position: relative; position: relative;
text-align: center;
.contentDetail { .contentDetail {
.contentItem { .contentItem {
display: flex; display: flex;
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<div class="experience_list" *ngIf="experienceList?.length>0"> <div class="experience_list" *ngIf="experienceList?.length>0">
<ul *ngFor="let experienceItem of experienceList;index as i;"> <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> <li>
<span>工作单位</span> <span>工作单位</span>
<span>{{experienceItem.workingCompany}}</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