Commit bc460bc2 by liuyingying

封!

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