Commit bc460bc2 by liuyingying

封!

parent 9aab450f
...@@ -47,9 +47,15 @@ span{ ...@@ -47,9 +47,15 @@ span{
#top, #wrap{ #top, #wrap{
width:100%; width:100%;
} }
.name, .right{
}
#top{
height:150px;
}
#top p{ #top p{
height:100%; height:100%;
line-height: 50px; line-height: 35px;
font-size:28px; font-size:28px;
font-weight: 600; font-weight: 600;
} }
......
...@@ -11,8 +11,11 @@ ...@@ -11,8 +11,11 @@
<body> <body>
<div id="resume"> <div id="resume">
<div id="top"> <div id="top">
<p>{{ user.name_eng }}</p> <div class="name">
<div> <p>{{ user.name_eng }}</p>
<p style="font-weight: 200">{{ user.name_hanzi }}</p>
</div>
<div class="right">
{% if user.mailAddress %} {% if user.mailAddress %}
<span>{{ user.mailAddress }} </span> <span>{{ user.mailAddress }} </span>
{% endif %} {% endif %}
......
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