Commit 5f602ee4 authored by xishifeng's avatar xishifeng

经纪人详情优化处理

parent 9b48d670
...@@ -21,6 +21,7 @@ body{ ...@@ -21,6 +21,7 @@ body{
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
background: url(/app/images/ic_default_headpic.png) no-repeat center center/1.4rem 1.4rem;
} }
.info-p-area{ .info-p-area{
width: 3rem; width: 3rem;
...@@ -174,6 +175,7 @@ body{ ...@@ -174,6 +175,7 @@ body{
.pingjia-list-area .li-top-area-left>div>img{ .pingjia-list-area .li-top-area-left>div>img{
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url(/app/images/ic_default_headpic.png) no-repeat center center/0.8rem 0.8rem;
} }
.pingjia-list-area .li-top-area-left>figcaption{ .pingjia-list-area .li-top-area-left>figcaption{
width: 3.5rem; width: 3.5rem;
...@@ -254,6 +256,7 @@ body{ ...@@ -254,6 +256,7 @@ body{
width: 100%; width: 100%;
height: 100%; height: 100%;
float: left; float: left;
background: url(/resource/image/pzz_.jpg) no-repeat center center/2.5rem 2rem;
} }
.chengjiao-list-area>ul>li>div:nth-of-type(2){ .chengjiao-list-area>ul>li>div:nth-of-type(2){
width: 4.4rem; width: 4.4rem;
......
...@@ -83,7 +83,6 @@ $(function() { ...@@ -83,7 +83,6 @@ $(function() {
}; };
fn && fn(); fn && fn();
} else { } else {
$('.chengjiao-list-area .zanwu_data').show();
}; };
} else { } else {
layerTipsX(data['msg']); layerTipsX(data['msg']);
......
...@@ -95,7 +95,6 @@ $(function() { ...@@ -95,7 +95,6 @@ $(function() {
}; };
fn && fn(); fn && fn();
} else { } else {
$('.pingjia-list-area .zanwu_data').show();
}; };
} else { } else {
layerTipsX(data['msg']); layerTipsX(data['msg']);
......
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