Commit 49cd21f8 authored by clone's avatar clone

Merge branch 'test' of https://gitee.com/zwyjjc/tl_estate into test

parents 17b81924 5f602ee4
......@@ -21,6 +21,7 @@ body{
width: 100%;
height: 100%;
object-fit: cover;
background: url(/app/images/ic_default_headpic.png) no-repeat center center/1.4rem 1.4rem;
}
.info-p-area{
width: 3rem;
......@@ -174,6 +175,7 @@ body{
.pingjia-list-area .li-top-area-left>div>img{
width: 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{
width: 3.5rem;
......@@ -254,6 +256,7 @@ body{
width: 100%;
height: 100%;
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){
width: 4.4rem;
......
......@@ -83,7 +83,6 @@ $(function() {
};
fn && fn();
} else {
$('.chengjiao-list-area .zanwu_data').show();
};
} else {
layerTipsX(data['msg']);
......
......@@ -95,7 +95,6 @@ $(function() {
};
fn && fn();
} else {
$('.pingjia-list-area .zanwu_data').show();
};
} else {
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