Commit c9414bb9 by sunchao

欢迎信添加头像

parent 0604f9e9
<div class="wrapper"> <div class="wrapper">
<div #letter_src id="letter_src"> <div #letter_src id="letter_src">
<div class="welcome_header" >
<img src="assets/images/welcome_header.jpg" >
</div>
<div class="chinese"> <div class="chinese">
亲爱的 <span style="font-weight: bold;">{{brokerInfo?.name}}</span> 亲爱的 <span style="font-weight: bold;">{{brokerInfo?.name}}</span>
<br /><br /> <br /><br />
......
...@@ -83,5 +83,15 @@ ...@@ -83,5 +83,15 @@
color: #fff; color: #fff;
} }
.welcome_header{
width: 180px;
height: 180px;
overflow: hidden;
margin: 0 auto;
border-radius: 50%;
}
.welcome_header img{
max-width: 100%;
margin-top: -10px;
}
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