Commit ad9eca89 authored by xishifeng's avatar xishifeng

优化处理

parent 0627b76c
......@@ -19,7 +19,11 @@
<div class="user-info-area oh">
<div class="user-info-area-left fl oh">
<figure class="portrait-area oh fl"><img src="/app/images/ic_default_headpic.png" class="fl" onerror="javascript:this.src='/app/images/ic_default_headpic.png'" /></figure>
<figure class="portrait-area oh fl">
<div class="fl oh">
<img src="/app/images/ic_default_headpic.png" class="fl" onerror="javascript:this.src='/app/images/ic_default_headpic.png'" />
</div>
</figure>
<figcaption class="info-p-area fl">
<p id="name_jingjiren"></p>
<p>入职同联:<span id="time_ruzhi"></span></p>
......@@ -132,11 +136,6 @@
<script src="/app/js/jquery-1122-min.js" charset="UTF-8"></script>
<script src="/app/js/common.js" charset="UTF-8"></script>
<script src="/app/js/agent_detail.js" charset="UTF-8"></script>
<script src="http://dev0.tonglianjituan.com/vConsole-dev/dist/vconsole.min.js"></script>
<script>
var vConsole = new VConsole();
console.log('Hello world');
</script>
</body>
</html>
......@@ -10,13 +10,18 @@ body{
.portrait-area{
padding: .45rem .2rem 0 .3rem;
}
.portrait-area>img{
.portrait-area>div{
width: 1.4rem;
height: 1.4rem;
box-sizing: border-box;
border: .05rem solid white;
border-radius: 50%;
}
.portrait-area>div>img{
width: 100%;
height: 100%;
object-fit: cover;
}
.info-p-area{
width: 3rem;
padding-top: .5rem;
......
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