|
|
@@ -11,9 +11,17 @@ |
|
|
|
margin-bottom: 20px; |
|
|
|
} |
|
|
|
.education{ |
|
|
|
width: 30%; |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
.education:nth-child(1){ |
|
|
|
width: 20%; |
|
|
|
} |
|
|
|
.education:nth-child(2){ |
|
|
|
width: 20%; |
|
|
|
} |
|
|
|
.education:nth-child(3){ |
|
|
|
width: 60%; |
|
|
|
} |
|
|
|
.education div:first-child{ |
|
|
|
color: #999; |
|
|
|
margin-right: 50px; |
|
|
@@ -194,7 +202,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div style="width: 25%;display: flex;justify-content: center;align-items: center;flex-direction: column;"> |
|
|
|
<div style="width: 45%;height: 100%;"><img style="width: 100%;height: 100%" th:src="*{photo}" /></div> |
|
|
|
<div style="width: 45%;height: 100%;"><img style="width: 100%;height: 100%" th:src="*{photo}=='cs'?'/img/use/tx1.jpg':*{photo}" /></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="piece" style="font-size: 16px;"> |
|
|
|