|
@@ -147,6 +147,155 @@
|
|
|
.bid-fl{
|
|
|
float: left;
|
|
|
}
|
|
|
+ .free-equity-contrast{
|
|
|
+ width: 100%;
|
|
|
+ border: 1px solid #ECECEC;
|
|
|
+ border-radius: 8px;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows {
|
|
|
+ position: relative;
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows .item-td{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ text-align: center;
|
|
|
+ padding: 8px 0;
|
|
|
+ border-right: 1px solid #ECECEC;
|
|
|
+ border-bottom: 1px solid #ECECEC;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows .item-td.third-column-scale-top,
|
|
|
+ .free-equity-contrast .table-rows .item-td.fourth-column-scale-top{
|
|
|
+ transition: top 1s ease;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows .item-td.third-column-scale-bottom,
|
|
|
+ .free-equity-contrast .table-rows .item-td.fourth-column-scale-bottom{
|
|
|
+ transition: bottom 1s ease;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows:last-child .item-td{
|
|
|
+ border-bottom: 0;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows .item-td:nth-child(1) {
|
|
|
+ width: 116px;
|
|
|
+ min-height: 48px;
|
|
|
+ background: #F7F9FC;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 22px;
|
|
|
+ color: #1D1D1D;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows strong{
|
|
|
+ font-weight: 700;
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows .item-td:nth-child(2) {
|
|
|
+ width: 116px;
|
|
|
+ color: #686868;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows .item-td:nth-child(3) {
|
|
|
+ width: 152px;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows .item-td:nth-child(4) {
|
|
|
+ width: 184px;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows:nth-child(1),
|
|
|
+ .free-equity-contrast .table-rows:nth-child(5) {
|
|
|
+ height: 72px;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows:nth-child(1) .item-td:nth-child(1),
|
|
|
+ .free-equity-contrast .table-rows:nth-child(5) .item-td:nth-child(1){
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows:nth-child(1) .item-td:nth-child(2),
|
|
|
+ .free-equity-contrast .table-rows:nth-child(5) .item-td:nth-child(2) {
|
|
|
+ position: absolute;
|
|
|
+ left: 116px;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows:nth-child(1) .item-td:nth-child(3),
|
|
|
+ .free-equity-contrast .table-rows:nth-child(5) .item-td:nth-child(3) {
|
|
|
+ position: absolute;
|
|
|
+ left: 232px;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows:nth-child(1) .item-td:nth-child(4),
|
|
|
+ .free-equity-contrast .table-rows:nth-child(5) .item-td:nth-child(4) {
|
|
|
+ position: absolute;
|
|
|
+ left: 384px;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .third-column:hover.third-column-scale-top,
|
|
|
+ .free-equity-contrast .fourth-column:hover.fourth-column-scale-top{
|
|
|
+ position: absolute;
|
|
|
+ top: -16px;
|
|
|
+ height: 88px!important;
|
|
|
+ border-radius: 8px 8px 0 0;
|
|
|
+ cursor: pointer;
|
|
|
+ transition: top 1s ease;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .third-column:hover.third-column-scale-bottom,
|
|
|
+ .free-equity-contrast .fourth-column:hover.fourth-column-scale-bottom{
|
|
|
+ position: absolute;
|
|
|
+ bottom: -16px;
|
|
|
+ height: 88px!important;
|
|
|
+ background: #fff;
|
|
|
+ border-radius: 0 0 8px 8px;
|
|
|
+ box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ cursor: pointer;
|
|
|
+ transition: bottom 1s ease;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .table-rows .item-td.fourth-column{
|
|
|
+ border-right: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .free-equity-contrast .item-td.main-bg{
|
|
|
+ background: #2CB7CA;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .item-td.gold-bg{
|
|
|
+ color: #593913;
|
|
|
+ background: linear-gradient(to right, #FFF3E0, #F4DEB1);
|
|
|
+ }
|
|
|
+ .free-equity-contrast .item-td.main-color{
|
|
|
+ color: #2CB7CA;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .item-td.gold-color{
|
|
|
+ color: #B1700E;
|
|
|
+ }
|
|
|
+
|
|
|
+ .free-equity-contrast .perfect-btn{
|
|
|
+ display: inline-block;
|
|
|
+ padding: 5px 14px;
|
|
|
+ background: #2ABED1;
|
|
|
+ border-radius: 6px;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 22px;
|
|
|
+ text-align: center;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .free-taste-btn{
|
|
|
+ display: inline-block;
|
|
|
+ padding: 5px 28px;
|
|
|
+ border: 1px solid #E7C28A;
|
|
|
+ background: linear-gradient(to right, #FFF9F0, #E7C28A);
|
|
|
+ color: #B1700E;
|
|
|
+ font-size: 14px;
|
|
|
+ text-align: center;
|
|
|
+ border-radius: 6px;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .free-equity-contrast .contact-kf {
|
|
|
+ text-decoration: underline;
|
|
|
+ color: #B1700E;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 18px;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
</style>
|
|
|
</head>
|
|
|
<body style="height: 100%">
|
|
@@ -668,16 +817,66 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="mask-zzz hidden" style="position:absolute; top:0;width: 900px;padding:0;height: 408px;background-color:white;z-index: 1;">
|
|
|
+ <div class="mask-zzz hidden free-equity-mask" style="position:absolute; top:0;width: 900px;padding:0;height: 587px;background-color:white;z-index: 1;">
|
|
|
<img style="width: 100%;height: 100%" src="/images/pc/pc_mh.png">
|
|
|
- <div class="mask-zzz" style="position:absolute; left: 50%; top: 50%; transform: translate3d(-50%, -50%, 0);width: 500px;background-color: white;z-index: 100;border-radius: 10px">
|
|
|
+ <div class="mask-zzz" style="position:absolute; left: 50%; top: 50%; transform: translate3d(-50%, -50%, 0);width: 632px;background-color: white;z-index: 100;border-radius: 10px">
|
|
|
<div style="position: relative">
|
|
|
- <img style="width: 100%;height: 35%" src='{{Msg "seo" "cdn"}}/images/pc/pc_zzt.png?v={{Msg "seo" "version"}}'>
|
|
|
- <div style="position: absolute;top: 50%;left: 50%; margin-top: -13px;margin-left: -90px;width: 180px;height: 26px;color: antiquewhite;font-size: 16px;">免费查看更多公告</div>
|
|
|
+ <img style="width: 100%;height: 35%" src='{{Msg "seo" "cdn"}}/images/pc/pc_zzt_new.jpg?v={{Msg "seo" "version"}}'>
|
|
|
+ <div style="position: absolute;top: 50%;left: 50%; margin-top: -13px;width: 100%;height: 26px;color:#1d1d1d;font-size: 18px;transform: translateX(-50%);text-align: center;">您尚未完善信息,今日查看公告权限用完啦
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="tip-box">
|
|
|
- <div class="tip-text">请完善个人信息,获取更多免费查看公告权限</div>
|
|
|
- <button class="detail-nj-btn jyarticle_see3" style="background: #2CB7CA;color: white;border:none;width: 132px;height: 36px;border-radius: 6px;margin-bottom: 12px;margin-top: 10px">立即解锁</button>
|
|
|
+ <div class="tip-box" style="padding: 12px 32px 32px;border: 0;border-radius: 0 0 8px 8px;">
|
|
|
+ <!-- <div class="tip-text">请完善个人信息,获取更多免费查看公告权限</div>
|
|
|
+ <button class="detail-nj-btn jyarticle_see3" style="background: #2CB7CA;color: white;border:none;width: 132px;height: 36px;border-radius: 6px;margin-bottom: 12px;margin-top: 10px">立即解锁</button> -->
|
|
|
+ <div class="free-equity-contrast">
|
|
|
+ <div class="table-rows">
|
|
|
+ <div class="item-td"></div>
|
|
|
+ <div class="item-td"><strong>免费注册用户</strong></div>
|
|
|
+ <div class="item-td third-column third-column-scale-top main-bg"><strong>免费注册用户</strong>(完善信息)</div>
|
|
|
+ <div class="item-td fourth-column fourth-column-scale-top gold-bg">
|
|
|
+ <strong>大会员</strong>
|
|
|
+ <span>大数据赋能企业数字化营销</span>
|
|
|
+ <a href="/big/page/index" target="_blank">全面了解></a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="table-rows">
|
|
|
+ <div class="item-td">标讯权益</div>
|
|
|
+ <div class="item-td" style="flex: 1;width: unset;">可查看招标预告、招标公告、招标结果、招标信用信息</div>
|
|
|
+ </div>
|
|
|
+ <div class="table-rows">
|
|
|
+ <div class="item-td">超前项目权益</div>
|
|
|
+ <div class="item-td">
|
|
|
+ <img src="/images/icon-aaa.png" alt="" width="24" height="24">
|
|
|
+ </div>
|
|
|
+ <div class="item-td third-column">
|
|
|
+ <img src="/images/icon-aaa.png" alt="" width="24" height="24">
|
|
|
+ </div>
|
|
|
+ <div class="item-td fourth-column gold-color">
|
|
|
+ 采购意向
|
|
|
+ <br>
|
|
|
+ 拟建项目
|
|
|
+ <br>
|
|
|
+ AI智能预测
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="table-rows">
|
|
|
+ <div class="item-td">每日查看数量</div>
|
|
|
+ <div class="item-td">3条</div>
|
|
|
+ <div class="item-td third-column main-color">不限</div>
|
|
|
+ <div class="item-td fourth-column gold-color">不限</div>
|
|
|
+ </div>
|
|
|
+ <div class="table-rows">
|
|
|
+ <div class="item-td"></div>
|
|
|
+ <div class="item-td"></div>
|
|
|
+ <div class="item-td third-column third-column-scale-bottom">
|
|
|
+ <span class="detail-nj-btn jyarticle_see3 perfect-btn">完善个人信息</span>
|
|
|
+ </div>
|
|
|
+ <div class="item-td fourth-column fourth-column-scale-bottom gold-color">
|
|
|
+ <span class="free-taste-btn">免费体验</span>
|
|
|
+ <span class="open-customer contact-kf">咨询客服</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -702,7 +901,7 @@
|
|
|
// vm.showForm = true
|
|
|
var infoid = window.location.pathname.split("/")[3].split(".html")[0]
|
|
|
vm.isNeedSubmit('peugeot_supplier_regist', function () {
|
|
|
- vm.showSuccess = true
|
|
|
+ // vm.showSuccess = true
|
|
|
},"",infoid)
|
|
|
vm.dialogTitleTop='供应商报名'
|
|
|
vm.dialogTitle = '请完善您的个人信息,抢先对接采购单位'
|
|
@@ -1632,10 +1831,10 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
|
|
|
function checkunPreBuildCanRead () {
|
|
|
var subType = goTemplateData.params.obj.subtype
|
|
|
if(!advancedProject && !canRead) {
|
|
|
- $('#tip-title').text('免费查看更多公告')
|
|
|
- $(".tip-box .tip-text").eq(0).text('请完善个人信息,获取更多免费查看公告权限')
|
|
|
- $(".tip-box .tip-text").eq(1).text('')
|
|
|
- $(".tip-box .detail-nj-btn").text('立即解锁')
|
|
|
+ // $('#tip-title').text('免费查看更多公告')
|
|
|
+ // $(".tip-box .tip-text").eq(0).text('请完善个人信息,获取更多免费查看公告权限')
|
|
|
+ // $(".tip-box .tip-text").eq(1).text('')
|
|
|
+ // $(".tip-box .detail-nj-btn").text('立即解锁')
|
|
|
$(".tabfat").hide()
|
|
|
$(".recoveryfat").hide()
|
|
|
$("#attach-list").hide()
|
|
@@ -1676,15 +1875,15 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
|
|
|
|
|
|
checkunPreBuildCanRead()
|
|
|
if (!canRead && !privatedata){
|
|
|
- if (subType === '拟建') {
|
|
|
- // $('.nijian-guide').removeClass('hidden')
|
|
|
- }
|
|
|
- if (subType === '采购意向') {
|
|
|
- // $('.caigouyixiang-guide').removeClass('hidden')
|
|
|
- }
|
|
|
$(".com-prebuilt").removeClass("hidden");
|
|
|
- $(".com-prebuilt").css('height', '408px')
|
|
|
- $(".mask-zz").removeClass("hidden");
|
|
|
+ if (subType === '拟建' || subType === '采购意向') {
|
|
|
+ $(".mask-zz:not(.free-equity-mask)").removeClass("hidden");
|
|
|
+ $(".com-prebuilt").css('height', '408px')
|
|
|
+ } else {
|
|
|
+ $(".com-prebuilt").css('height', '587px')
|
|
|
+ $(".free-equity-mask").removeClass("hidden");
|
|
|
+ $('.reward').hide()
|
|
|
+ }
|
|
|
|
|
|
$('.original-text').hide()
|
|
|
$(".tabfat").remove()
|
|
@@ -1727,7 +1926,7 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
|
|
|
// 1. 有权限展示
|
|
|
// 2. 无权限的非超前项目展示
|
|
|
if (window.isFree) {
|
|
|
- if (!advancedProject) {
|
|
|
+ if (!advancedProject && canRead) {
|
|
|
$('.reward').show()
|
|
|
}
|
|
|
} else {
|
|
@@ -1829,6 +2028,9 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
|
|
|
person_Dialog.getData('yes') // 发送获取人员列表请求
|
|
|
})
|
|
|
}
|
|
|
+ $('.free-taste-btn').click(function() {
|
|
|
+ vm.isNeedSubmit('pc_article_member_freeuse', function() {})
|
|
|
+ })
|
|
|
|
|
|
})
|
|
|
</script>
|