|
@@ -39,11 +39,11 @@
|
|
|
<!-- 用户留资 -->
|
|
|
<div id="vue-collect-user-info"></div>
|
|
|
<div class=" enptc-index">
|
|
|
- <div class="w-box" style=" text-align: center;">
|
|
|
- <img style="width: 100%;height: 600px;" src='{{Msg "seo" "cdn"}}/enptc/images/top-bg.png' alt="">
|
|
|
- <div class="subpage-button white" data-source="商机管理">了解更多</div>
|
|
|
+ <div class="w-box" style=" text-align: center; overflow: hidden;">
|
|
|
+ <img style="width: 1920px; margin-left: 50%;transform: translateX(-50%);" src='{{Msg "seo" "cdn"}}/enptc/images/top-bg.png' alt="">
|
|
|
+ <div id="ts" class="subpage-button white" data-source="商机管理" style="font-weight: bold;">了解更多</div>
|
|
|
</div>
|
|
|
- <div class="w-box" style="margin-top: -60px;background: linear-gradient(134deg, #F0FCFF 0%, #E2F1FF 100%);" >
|
|
|
+ <div class="w-box" style="text-align: center; margin-top: -60px;background: linear-gradient(134deg, #F0FCFF 0%, #E2F1FF 100%);" >
|
|
|
<div class="w1200">
|
|
|
<div class="title-box--new" style="padding: 60px 0 16px 0;margin-bottom: 0">
|
|
|
<img src='{{Msg "seo" "cdn"}}/enptc/images/title-1.png' alt="" width="395px">
|
|
@@ -69,7 +69,7 @@
|
|
|
</div>
|
|
|
<div class="w-box bg-2">
|
|
|
<div class="w1200 ">
|
|
|
- <div class="title-box--new" style="padding: 60px 0 68px 0;margin-bottom: 0">
|
|
|
+ <div class="title-box--new" style="padding: 60px 0 68px 0;margin-bottom: 0 ;text-align: center;">
|
|
|
<img src='{{Msg "seo" "cdn"}}/enptc/images/title-2.png' alt="" width="395px">
|
|
|
</div>
|
|
|
<div class="module-2">
|
|
@@ -127,9 +127,11 @@
|
|
|
<img src='{{Msg "seo" "cdn"}}/enptc/images/title-3.png' alt="" width="395px">
|
|
|
</div>
|
|
|
<div class="module-3">
|
|
|
- <div>
|
|
|
+ <div style="margin-top: -48px;">
|
|
|
<div>
|
|
|
- <div class="module-3-blue">数据管理</div>
|
|
|
+ <div class="module-3-blue">
|
|
|
+ <img src='{{Msg "seo" "cdn"}}/enptc/images/module-3-sm-title.png' alt="" width="97px">
|
|
|
+ </div>
|
|
|
<span class="xiabiao"></span>
|
|
|
</div>
|
|
|
<div class="module-3-text">通过商机数据管理看板,使销售工作可视化呈<br>现、高效管理,全面掌控商机的增长和转化,<br>反馈商机追踪过程的问题。</div>
|
|
@@ -142,7 +144,7 @@
|
|
|
</div>
|
|
|
<div class="w-box">
|
|
|
<div class="w1200">
|
|
|
- <div class="title-box--new" style="padding: 68px 0 0 0;">
|
|
|
+ <div class="title-box--new" style="padding: 68px 0 0 0; text-align: center;">
|
|
|
<img src='{{Msg "seo" "cdn"}}/enptc/images/title-4.png' alt="" width="473px">
|
|
|
</div>
|
|
|
<div class="module-4-list">
|
|
@@ -244,7 +246,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="subpage-button footer-blue" data-source="商机管理">了解更多</div>
|
|
|
+ <div id="ts" class="subpage-button footer-blue" data-source="商机管理">了解更多</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div id="iphoneX-box"></div>
|
|
@@ -313,17 +315,16 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- 提交成功弹框 -->
|
|
|
- <!-- <div id="success-dialog" style="display: none;">
|
|
|
+ <!-- 弹窗提示 -->
|
|
|
+ <div id="success-dialog" style="display: none;">
|
|
|
<div class="mask"></div>
|
|
|
<div class="success-dialog-container">
|
|
|
- <div class="success-title">提交成功</div>
|
|
|
- <div class="success-content">我们的客户经理会在24小时内尽快与您联系。</div>
|
|
|
+ <div class="success-content">温馨提示:您已经是商机管理用户,如需开通PC端相关功能,请联系客服400-108-6670进行开通。</div>
|
|
|
<div class="success-footer">
|
|
|
<button type="button" class="custom-btn go-know">我知道了</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<script src='{{Msg "seo" "cdn"}}/js/public-nav.js?v={{Msg "seo" "version"}}' type="text/javascript"></script>
|
|
|
<script src='{{Msg "seo" "cdn"}}/js/jquery.cookie.js?v={{Msg "seo" "version"}}' type="text/javascript"></script>
|
|
@@ -387,6 +388,14 @@
|
|
|
})
|
|
|
})
|
|
|
</script>
|
|
|
+
|
|
|
+<script>
|
|
|
+ $(function(){
|
|
|
+ $(".go-know").click(function(){
|
|
|
+ $(this).parents("#success-dialog").hide("slow");
|
|
|
+ });
|
|
|
+ });
|
|
|
+</script>
|
|
|
<!--S-百度统计-->
|
|
|
{{include "/common/pcbottom.html"}}
|
|
|
{{include "/common/baiducc.html"}}
|