|
@@ -279,6 +279,18 @@
|
|
padding: 0 3px;
|
|
padding: 0 3px;
|
|
line-height: .39rem;
|
|
line-height: .39rem;
|
|
}
|
|
}
|
|
|
|
+ .modal-content {
|
|
|
|
+ position: relative;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ border: 0px solid #999 !important;
|
|
|
|
+ border: 0px solid rgba(0,0,0,.2) !important;
|
|
|
|
+ border-radius: 6px;
|
|
|
|
+ -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
|
|
|
|
+ box-shadow: none;
|
|
|
|
+ -webkit-background-clip: padding-box;
|
|
|
|
+ background-clip: padding-box;
|
|
|
|
+ outline: 0;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
<body style="min-height:100vh;">
|
|
<body style="min-height:100vh;">
|
|
@@ -286,15 +298,14 @@
|
|
<div class="modal fade" data-backdrop="static" id="homePageTap" tabindex="-1" role="dialog">
|
|
<div class="modal fade" data-backdrop="static" id="homePageTap" tabindex="-1" role="dialog">
|
|
<div class="modal-dialog" role="document">
|
|
<div class="modal-dialog" role="document">
|
|
<div class="modal-content" style="background: unset;margin:.7rem;top: 2rem;">
|
|
<div class="modal-content" style="background: unset;margin:.7rem;top: 2rem;">
|
|
|
|
+
|
|
<div class="modal-body" style="padding:0px;">
|
|
<div class="modal-body" style="padding:0px;">
|
|
- <div style="background: #fff;border-radius: 10px;position: relative;width:5.7rem;height: 7.5rem;">
|
|
|
|
|
|
+<!-- <div style="background: #fff;border-radius: 10px;position: relative;width:5.7rem;height: 7.5rem;">-->
|
|
|
|
+ <div style="border-radius: 10px;position: relative;width:5.7rem;height: 7.5rem;">
|
|
<img onclick="tapClose(0)" src="/vipsubscribe/image/close.png" style="position: absolute;right: 0px;top: -1rem;width: .6rem;" >
|
|
<img onclick="tapClose(0)" src="/vipsubscribe/image/close.png" style="position: absolute;right: 0px;top: -1rem;width: .6rem;" >
|
|
- <img src="/images/wx/frame.png" >
|
|
|
|
- <div style="padding:.5rem .6rem;font-family: PingFang SC;font-style: normal;font-weight: normal;font-size: 12px;line-height: 22px;">
|
|
|
|
- 疫情阻止了我们出门的脚步,但却阻挡不了公司前进的步伐。
|
|
|
|
- <br> 剑鱼标讯为广大企业推出<span style="color:#2ABED1;font-size:14px;">免费</span>的商机洞察功能,通过招标大数据的深度分析,全面透视企业的客户和竞争对手,助力企业开工大吉!
|
|
|
|
- </div>
|
|
|
|
- <div onclick="tapClose(1)" class="tap_div_btn" style="position: absolute;background: #2ABED1;border-radius: 41px;width: 5rem;height: .9rem;text-align: center;line-height: .9rem;color: #fff;left: 50%;margin-left: -2.5rem;bottom: .5rem;">查看详情</div>
|
|
|
|
|
|
+<!-- <img src="/images/wx/frame.png" >-->
|
|
|
|
+ <img src ="/vipsubscribe/image/vip_home.png" onclick="gotoIntroducePage()">
|
|
|
|
+<!-- <div onclick="tapClose(1)" class="tap_div_btn" style="position: absolute;background: #2ABED1;border-radius: 41px;width: 5rem;height: .9rem;text-align: center;line-height: .9rem;color: #fff;left: 50%;margin-left: -2.5rem;bottom: .5rem;">查看详情</div>-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -1152,6 +1163,9 @@
|
|
['input', 'textarea'].includes(e.target.localName) && document.body.scrollIntoView(false)
|
|
['input', 'textarea'].includes(e.target.localName) && document.body.scrollIntoView(false)
|
|
}, true)
|
|
}, true)
|
|
}
|
|
}
|
|
|
|
+ function gotoIntroducePage(){
|
|
|
|
+ window.location.href="/front/vipsubscribe/introducePage";
|
|
|
|
+ }
|
|
|
|
|
|
</script>
|
|
</script>
|
|
<!--百度统计-->
|
|
<!--百度统计-->
|