Commit 2cff0c5c authored by agping's avatar agping

h5商铺详情 分享

parent 9d0d51fb
......@@ -236,7 +236,7 @@
<div>
<div>
<p>
<img src="/app/images/ic_default_headpic.png" class="head-img-agent"/>
<img src="/app/images/ic_default_headpic.png" onerror="javascript:this.src='/app/images/ic_default_headpic.png'" class="head-img-agent"/>
<span class="head-agent">&nbsp;经纪人:<span id="fix_name"></span></span>
</p>
</div>
......
......@@ -226,7 +226,7 @@ display: none;}*/
display: none;
}
/* 立即下载 */
.public{ width: 100%; height:1rem; background:rgba(0,0,0,0.6); position: fixed; bottom: 0;z-index: 300;}
.public{ width: 100%; height:1rem; background:rgba(0,0,0,0.7); position: fixed; bottom: 0;z-index: 300;}
.pbl_cha{width: 0.19rem; height: 0.19rem;display: block; float: left; margin-left: 0.26rem; margin-top: 0.17rem;}
.pbl_logo{width: 0.65rem; height: 0.65rem;display: block;float: left; margin-left: 0.44rem; margin-top: 0.17rem;}
.public p{ width: 3.2rem; float: left; margin-left: 0.2rem;}
......
......@@ -393,7 +393,7 @@
.fix_area_bottom_new>div{
width: 100%;
height: 1rem;
background: rgba(0,0,0,0.6);
background: rgba(0,0,0,0.7);
position: absolute;
bottom: 0;
left: 0;
......@@ -418,7 +418,7 @@
.head-img-agent{
height: .64rem;
width: .64rem;
border-radius: .28rem;
border-radius: .32rem;
margin-left: .7rem;
vertical-align: middle;
margin-top: -0.16rem;
......
......@@ -264,9 +264,7 @@
$("#fix_name").html(_name);
// $("#fix_tel").attr("href", "tel:" + _tel).html(_tel);
$("#fix_tel").attr("href", "tel:" + _tel);
if(_name_img){
$(".head-img-agent").attr("src", _name_img);
}
$("#fix_area_bottom_btn").click(function() {
_fix_bottom.hide();
});
......
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