|
@@ -853,7 +853,7 @@
|
|
|
<div id="tip-title" style="position: absolute;top: 50%;left: 50%; margin-top: -38px;transform: translateX(-50%);height: 26px;color: antiquewhite;font-size: 14px;">拟建项目抢先获知</div>
|
|
|
</div>
|
|
|
<div class="tip-box">
|
|
|
- <div class="tip-box-example" style="width: 602px;height: auto;margin-top: -88px;z-index: 9;">
|
|
|
+ <div class="tip-box-example" style="width: 602px;margin-top: -88px;z-index: 9;">
|
|
|
<img style="width: 100%;height: 100%;" src="{{Msg "seo" "cdn"}}/images/pc/pc-cq-example.png?v={{Msg "seo" "version"}}" alt="">
|
|
|
</div>
|
|
|
<div class="tip-text" style="margin-top: 12px">提前获取正在审批中的新项目,比招标信息更超前!</div>
|
|
@@ -1944,6 +1944,7 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
|
|
|
$(".tip-box .tip-text").eq(1).text('')
|
|
|
$(".detail-nj-btn").text("点击进入")
|
|
|
$('.tip-box-example img').attr('src', '{{Msg "seo" "cdn"}}/images/pc/pc-cq-example.png?v={{Msg "seo" "version"}}')
|
|
|
+ $('.tip-box-example').css('height', '324px')
|
|
|
// $('.caigouyixiang-guide').removeClass('hidden')
|
|
|
}
|
|
|
if(subType == "拟建") {
|
|
@@ -1951,6 +1952,7 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
|
|
|
$(".tip-box .tip-text").eq(0).text('提前3-12个月获取审批中的新项目,超前项目抢先介入,商机提前掌控。')
|
|
|
$(".tip-box .tip-text").eq(1).text('')
|
|
|
$('.tip-box-example img').attr('src', '{{Msg "seo" "cdn"}}/images/pc/pc-nj-example.png?v={{Msg "seo" "version"}}')
|
|
|
+ $('.tip-box-example').css('height', '357px')
|
|
|
$(".detail-nj-btn").text("点击进入")
|
|
|
}
|
|
|
|