|
@@ -22,7 +22,26 @@
|
|
|
var id = {{.T.obj._id}};
|
|
|
</script>
|
|
|
<script type="text/javascript" src="{{Msg "seo" "cdn"}}/js/pc_detail_tags.js?v={{Msg "seo" "version"}}"></script>
|
|
|
-
|
|
|
+ <style>
|
|
|
+ .tip-box {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ padding: 20px 35px;
|
|
|
+ background: #FFFFFF;
|
|
|
+ box-shadow: 0px 0px 28px 1px rgba(0, 0, 0, 0.07999999821186066);
|
|
|
+ border-radius: 8px 8px 8px 8px;
|
|
|
+ border: 1px solid #ECECEC;
|
|
|
+ }
|
|
|
+ .tip-text {
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: Microsoft YaHei-Regular, Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #1D1D1D;
|
|
|
+ line-height: 24px;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
</head>
|
|
|
<body>
|
|
|
{{include "/common/pchead.html"}}
|
|
@@ -408,10 +427,10 @@
|
|
|
<img style="width: 100%;height: 35%" src="/images/pc/pc_zzt.png">
|
|
|
<div style="position: absolute;top: 50%;left: 50%; margin-top: -13px;margin-left: -72px;width: 144px;height: 26px;color: antiquewhite;font-size: 18px;">拟建项目抢先获知</div>
|
|
|
</div>
|
|
|
- <div style="display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 20px 35px;">
|
|
|
- <div style="color: #0d0d0d;font-size: 18px;font-weight: 500;margin-bottom: 5px">提前获取正在审批中的新项目,比招标信息更超前!</div>
|
|
|
- <div style="color: #0d0d0d;font-size: 18px;font-weight: 500;margin-bottom: 20px">助您提前了解项目信息,把握重要商机!</div>
|
|
|
- <button class="detail-nj-btn" style="background-color: deepskyblue;color: white;border:none;width: 105px;height:30px;border-radius: 5px;margin-bottom: 20px">免费体验</button>
|
|
|
+ <div class="tip-box">
|
|
|
+ <div class="tip-text">提前获取正在审批中的新项目,比招标信息更超前!</div>
|
|
|
+ <div class="tip-text">助您提前了解项目信息,把握重要商机!</div>
|
|
|
+ <button class="detail-nj-btn" style="background: #2CB7CA;color: white;border:none;width: 105px;height:30px;border-radius: 6px;margin-bottom: 20px">免费体验</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1192,8 +1211,10 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
|
|
|
// }
|
|
|
if(subType == '拟建' || subType == '采购意向'){
|
|
|
if (!bidmember && !entniche && vip <=0){
|
|
|
+ $(".com-prebuilt").css('height', '408px')
|
|
|
$('.mask-zz').show()
|
|
|
} else {
|
|
|
+ $(".com-prebuilt").css('height', 'unset')
|
|
|
$('.mask-zz').hide()
|
|
|
}
|
|
|
}
|
|
@@ -3299,7 +3320,7 @@ function fromwhere(text){
|
|
|
openLoginDig()
|
|
|
return
|
|
|
}
|
|
|
- // 免费用户
|
|
|
+ // 免费用户
|
|
|
if (window.isFree) {
|
|
|
// 判断有无体验过 0:未体验过
|
|
|
if (window.freeFile == 0) {
|
|
@@ -3352,7 +3373,7 @@ function fromwhere(text){
|
|
|
cancelButtonClass: 'custom-confirm-btn',
|
|
|
cancelButtonText: '联系客服'
|
|
|
}).then(function(data){
|
|
|
-
|
|
|
+
|
|
|
}).catch(function(){
|
|
|
$('.open-customer').trigger('click')
|
|
|
$('body').trigger('click')
|