Ver código fonte

feat:微信落地页修改

malin 3 anos atrás
pai
commit
a2ddb888b1

+ 0 - 45
src/jfw/modules/app/src/web/templates/frontRouter/enptc/sess/app_enptc.html

@@ -181,30 +181,6 @@
                     }
                 }
             },
-            // 查看是否试用过
-            getVipMeal:function () {
-                var _this = this
-                $.ajax({
-                    type:'POST',
-                    url:'/bigmember/use/isAdd',
-                    data:{},
-                    success:function(res) {
-                        if (res && res.data) {
-                            if (res.data.memberStatus > 0){
-                                _this.onlyBuy = false
-                            } else {
-                                if (res.data.is_member_trial) {
-                                    _this.onlyBuy = false
-                                } else {
-                                    _this.onlyBuy = true
-                                }
-                            }
-                        }
-
-                        _this.isCantrial = true
-                    }
-                })
-            },
             getLog: function (res) {
                 if(!res){
                     res = ''
@@ -228,27 +204,6 @@
                         location.href = './buy_commit?meal='+ res + '&mid=' + utils.getParam('mid')
                 }
             },
-            linkBuy:function (res, i) {
-                this.getLog(res)
-                const ts = ['', '购买【大会员】立享', '购买【商机版】立享', '购买【智慧版】立享', '购买【专家版】立享', '购买大会员', '立即购买']
-                this.setStatistics(ts[i || 0])
-                // location.href = './buy_commit?meal='+ res
-            },
-            linkContrast:function(){
-                this.setStatistics('了解详情')
-                location.href = './index'
-            },
-            // 试用7天
-            sevenBtn:function(){
-                this.setStatistics('试用7天')
-                location.href = './free_contrast_trial'
-            },
-            // 功能体验
-            exper_fun:function () {
-                this.setStatistics('免费体验')
-                // location.href = '/demo-member/demo_action.html'
-                location.href = '/jyapp/frontPage/bigmember/free/perfect_info?origin=member_freeuser&mid=' + utils.getParam('mid')
-            },
             // 咨询客服
             consult:function(){
                 this.setStatistics('咨询客服')

+ 2 - 2
src/jfw/modules/app/src/web/templates/weixin/search/mainSearch.html

@@ -328,7 +328,7 @@
 <!--                        <div class="jy_sprite_home_icon_new icon_7"></div>-->
 <!--                        <span>行业解决方案</span>-->
 <!--                    </a>-->
-                    <a class="tab_item" data-only-name="商机管理" id="mainSearch-tab7">
+                    <a class="tab_item" data-only-name="商机管理" id="mainSearch-tab7" href="/jyapp/frontPage/enptc/sess/app_enptc">
                         <div class="jy_sprite_home_icon icon_7"></div>
                         <span>商机管理</span>
                     </a>
@@ -339,7 +339,7 @@
                     <a class="tab_item" data-only-name="数据流量包" id="">
                       <div class="jy_sprite_home_icon_add1 icon_10"></div>
                       <span>数据流量包</span>
-                  </a>
+                    </a>
                 </div>
             </div>
             <!-- 最新标讯 -->

+ 834 - 0
src/web/staticres/common-module/enptc/css/page_landingPage_new.css

@@ -0,0 +1,834 @@
+@charset "UTF-8";
+.j-main {
+  background: #fff;
+  clear: both;
+  content: "";
+  display: block;
+}
+
+.j-icon {
+  width: 0.32rem;
+  height: 0.32rem;
+  margin-right: 0.08rem;
+}
+
+.sale_label {
+  position: relative;
+  width: 100%;
+}
+
+.sale_label .sale_label_1 {
+  margin-top: 0.32rem;
+  padding-left: 0.64rem;
+  width: 100%;
+  height: 0.52rem;
+  background: url("/big-member/image/landpage_new/gold_bg.png") no-repeat;
+  background-size: 4rem 0.16rem;
+  background-position: 0 0.3rem;
+  font-weight: bold;
+  font-size: 0.34rem;
+  line-height: 0.52rem;
+  color: #171826;
+}
+
+.sale_label .new_pro {
+  color: #fff;
+}
+
+.sale_label .new_agent {
+  background: url("/big-member/image/landpage_new/blue_bg.png") no-repeat;
+  background-size: 4rem 0.16rem;
+  background-position: 0 0.3rem;
+  color: #fff;
+}
+
+.sale_label .cover_label {
+  background: url("/big-member/image/landpage_new/blue_bg.png") no-repeat;
+  background-size: 4rem 0.16rem;
+  background-position: 0 0.3rem;
+}
+
+.sale_label .pro_label {
+  background: url("/big-member/image/landpage_new/violet_bg.png") no-repeat;
+  background-size: 4rem 0.16rem;
+  background-position: 0 0.3rem;
+}
+
+.sale_label .cameraphoto {
+  position: absolute;
+  top: 0.16rem;
+  right: 0.64rem;
+  width: 1.28rem;
+  height: 1.28rem;
+}
+
+.sale_label .sale_label_2 {
+  display: flex;
+  align-items: center;
+  margin-top: 0.08rem;
+  padding-left: 0.64rem;
+  width: 100%;
+  line-height: 0.4rem;
+  font-size: 0.28rem;
+  color: #5f5E64;
+}
+
+/* 图片左右滑动*/
+.big_scroll {
+  width: 100%;
+  /*margin-top: 0.48rem;*/
+  padding: 0 0.32rem;
+  overflow-x: scroll;
+  margin-top: 0.18rem;
+}
+
+.big_scroll .big_ul {
+  display: flex;
+  /*width: 44.1rem;*/
+  width: 19.1rem;
+}
+
+.big_scroll .big_ul .list_item {
+  width: 6rem;
+  margin-right: 0.3rem;
+}
+
+.big_scroll .fiveimg {
+  width: 38.5rem;
+  /*width: 31.5rem;*/
+}
+.big_scroll .fourimg {
+  width: 24.8rem;
+}
+
+.new_action {
+  padding-top:0.8rem;
+  width: 100%;
+  height: 11.38rem;
+  /*background: url("/big-member/image/landpage_new/head_bg.png") no-repeat;*/
+  background-size: 100% 100%;
+}
+
+.new_action .action_out{
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  width: 100%;
+}
+.new_action .action_title {
+  position: relative;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  /* width: 100%; */
+  height: 0.68rem;
+  font-size: 0.48rem;
+  font-weight: 900;
+  color: #EFC197;
+}
+
+.new_action .action_title[data-text]::after {
+  content: attr(data-text);
+  color: inherit;
+  position: absolute;
+  left: 0;
+  z-index: 2;
+  background-color: #EFC197;
+  background-image: linear-gradient(to right, #FEE7D9, #EFC197);
+  -webkit-background-clip: text;
+  -webkit-text-fill-color: transparent;
+}
+
+.new_action .action_main {
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+  margin-top: 0.12rem;
+  flex-wrap: wrap;
+  padding: 0 0.32rem;
+}
+
+.new_action .action_main .action_list {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  width: 3.28rem;
+  height: 4rem;
+  margin-top: 0.32rem;
+  border-radius: 0.16rem;
+  background: #fff;
+}
+
+.new_action .action_main .action_list .list_title {
+  margin-top: 0.24rem;
+  font-weight: bold;
+  font-size: 0.4rem;
+  color: #B96416;
+  line-height: 0.52rem;
+}
+
+.new_action .action_main .action_list .list_label {
+  font-size: 0.28rem;
+  color: #B96416;
+  line-height: 0.5rem;
+}
+
+.new_action .action_main .action_list .list_li {
+  display: flex;
+  margin-top: 0.2rem;
+  padding: 0 0.16rem;
+}
+
+.new_action .action_main .action_list .list_li .li_text {
+  display: flex;
+  flex-wrap: wrap;
+  width: 2.56rem;
+  line-height: 0.36rem;
+  font-size: 0.2rem;
+  color: #686868;
+}
+
+.new_action .btn_buy {
+  bottom: -0.44rem;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  width: 100%;
+  height: 2.12rem;
+}
+
+.new_action .btn_buy .btn_buy_img {
+  width: 6.26rem;
+}
+
+/*帮你抢先获取销售机会*/
+.new_sale {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  margin-top: 1.42rem;
+}
+
+.new_sale .sale_title {
+  font-size: 0.48rem;
+  line-height: 0.68rem;
+  color: #171826;
+}
+
+.new_sale .sale_forecast {
+  margin-top: 0.32rem;
+  padding: 0 0.32rem;
+  width: 100%;
+}
+
+.new_sale .sale_forecast .fore_top {
+  position: relative;
+  display: flex;
+  flex-direction: column;
+  justify-content: space-between;
+  padding: 0.24rem 0.32rem;
+  width: 100%;
+  height: 1.52rem;
+  background: #F5F6F7;
+  border-radius: 0.16rem;
+}
+
+.new_sale .sale_forecast .fore_top .forecast {
+  display: flex;
+  align-items: center;
+  line-height: 0.4rem;
+  font-size: 0.28rem;
+}
+
+.new_sale .sale_forecast .fore_top .forecast .cast_left {
+  color: #B96416;
+}
+
+.new_sale .sale_forecast .fore_top .forecast .cast_right {
+  margin-left: 0.14rem;
+  color: #000000;
+}
+
+.new_sale .sale_forecast .fore_top .manysquare {
+  position: absolute;
+  right: 0.32rem;
+  top: -0.32rem;
+  width: 1.28rem;
+  height: 1.28rem;
+}
+
+.new_sale .sale_forecast .fore_top .manysquare .manysquare_img {
+  width: 100%;
+  height: 100%;
+}
+
+.new_sale .sale_forecast .fore_bottom {
+  overflow: hidden;
+  margin-top: 0.24rem;
+  padding: 0 0.32rem 0.2rem 0.32rem;
+  width: 100%;
+  background: #F5F6F7;
+  border-radius: 0.16rem;
+}
+
+.new_sale .sale_forecast .fore_bottom .fore_example {
+  display: flex;
+  align-items: flex-start;
+  justify-content: space-between;
+  margin-top: 0.24rem;
+}
+
+.new_sale .sale_forecast .fore_bottom .fore_example .exa_left {
+  font-weight: bold;
+  font-size: 0.28rem;
+  line-height: 0.4rem;
+  color: #B96416;
+}
+
+.new_sale .sale_forecast .fore_bottom .fore_example .exa_right {
+  width: 5.34rem;
+  font-size: 0.24rem;
+  color: #5f5e64;
+  line-height: 0.36rem;
+}
+
+.new_sale .privilege {
+  position: relative;
+  margin-top: 0.08rem;
+  width: 100%;
+  padding: 0 0.64rem;
+}
+
+.new_sale .privilege .privilege_list {
+  display: flex;
+  align-items: flex-start;
+  margin-top: 0.24rem;
+}
+
+.new_sale .privilege .privilege_list .privilege_text {
+  margin-left: 0.08rem;
+  font-size: 0.28rem;
+  color: #686868;
+  line-height: 0.36rem;
+}
+
+.new_sale .privilege .many_square {
+  position: absolute;
+  right: 0.64rem;
+  top: 0.2rem;
+  width: 1.28rem;
+  height: 1.28rem;
+}
+
+.new_sale .privilege .many_square .many_square_img {
+  width: 100%;
+  height: 100%;
+}
+
+.new_sale .btn_sj {
+  margin-top: 0.48rem;
+  padding: 0 0.64rem 0 0.6rem;
+  width: 100%;
+}
+
+.new_sale .btn_sj .btn_sj_img {
+  width: 100%;
+  height: 100%;
+}
+
+/*辅助你做投标决策 */
+.bid_decision {
+  /*margin-top: 0.96rem;*/
+  padding-top: 0.8rem;
+  width: 100%;
+  height: 10.08rem;
+  /*height: 16.08rem;*/
+  background:  url("/big-member/image/landpage_new/itemA_04.jpg") no-repeat;
+  background-size: 100% 100%;
+  /*border-radius: 0.48rem;*/
+}
+
+.bid_decision .bid_title_out{
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  width: 100%;
+}
+
+.bid_decision .bid_title_out .bid_title {
+  position: relative;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  width: auto;
+  height: 0.68rem;
+  font-size: 0.48rem;
+  font-weight: 900;
+  color: #EFC197;
+}
+.bid_decision .bid_title_out .bid_title[data-text]::after {
+  content: attr(data-text);
+  color: inherit;
+  position: absolute;
+  left: 0;
+  z-index: 2;
+  background-color: #EFC197;
+  background-image: linear-gradient(to right, #FEE7D9, #EFC197);
+  -webkit-background-clip: text;
+  -webkit-text-fill-color: transparent;
+}
+
+.bid_decision .bid_ul {
+  margin-top: 0.06rem;
+  padding: 0 0.64rem;
+  overflow: hidden;
+  width: 100%;
+}
+
+.bid_decision .bid_ul .bid_list {
+  margin-top: 0.24rem;
+  display: flex;
+  align-items: flex-start;
+}
+
+.bid_decision .bid_ul .bid_list .li_text {
+  margin-left: 0.08rem;
+  line-height: 0.4rem;
+  font-size: 0.28rem;
+  color: #fff;
+}
+
+.bid_decision .offer_title {
+  margin-top: 0.48rem;
+  padding-left: 0.64rem;
+  width: 100%;
+  font-size: 0.34rem;
+  line-height: 0.52rem;
+  color: #fff;
+}
+
+.bid_decision .provide_main {
+  margin-top: 0.24rem;
+  padding: 0 0.32rem;
+  width: 100%;
+}
+
+.bid_decision .provide_main .provide_what {
+  display: flex;
+  justify-content: flex-start;
+  align-items: flex-start;
+  padding: 0.24rem 0.32rem;
+  width: 100%;
+  border-radius: 0.16rem;
+  background: #F5F6F7;
+}
+
+.bid_decision .provide_main .provide_what .provide_text {
+  font-weight: bold;
+  font-size: 0.28rem;
+  line-height: 0.5rem;
+  color: #B96416;
+}
+
+.bid_decision .provide_main .provide_what .provide_ul {
+  margin-left: 0.32rem;
+}
+
+.bid_decision .provide_main .provide_what .provide_ul .pro_li {
+  font-weight: 400;
+  font-size: 0.28rem;
+  line-height: 0.48rem;
+  color: #5F5E64;
+}
+
+.bid_decision .btn_zh {
+  padding: 0 0.64rem 0 0.6rem;
+  width: 100%;
+}
+
+.bid_decision .btn_zh .btn_zh_img {
+  width: 100%;
+  height: 100%;
+}
+
+.bid_decision .buy_big {
+  margin: 0.48rem 0;
+  padding: 0 0.64rem;
+  width: 100%;
+  height: 0.96rem;
+}
+
+.bid_decision .buy_big .big_btn {
+  width: 100%;
+  height: 100%;
+  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 3.33%, rgba(255, 255, 255, 0) 50.66%, rgba(255, 255, 255, 0.3) 100%), linear-gradient(0deg, #FFE6C0 0%, #F1D090 25%, #FAE6C8 100%);
+  box-shadow: 0px 2px 8px rgba(54, 147, 179, 0.051);
+  border-radius: 0.48rem;
+  font-weight: bold;
+  font-size: 0.34rem;
+  line-height: 0.44rem;
+  color: #171826;
+}
+
+.insight {
+  width: 100%;
+}
+
+.insight .insight_title {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  margin-top: 0.96rem;
+  font-size: 0.48rem;
+  line-height: 0.68rem;
+  color: #171826;
+}
+
+.insight .competitor_ul {
+  overflow: hidden;
+  margin-top: 0.48rem;
+  padding: 0 0.64rem;
+  width: 100%;
+}
+
+.insight .competitor_ul .com_list {
+  display: flex;
+  align-items: center;
+  margin-top: 0.24rem;
+  font-size: 0.28rem;
+  line-height: 0.36rem;
+  color: #686868;
+}
+
+.insight .provide_main {
+  margin-top: 0.24rem;
+  padding: 0 0.32rem;
+  width: 100%;
+}
+
+.insight .provide_main .provide_what {
+  display: flex;
+  justify-content: flex-start;
+  align-items: flex-start;
+  padding: 0.24rem 0.32rem;
+  width: 100%;
+  border-radius: 0.16rem;
+  background: #F5F6F7;
+}
+
+.insight .provide_main .provide_what .provide_text {
+  font-weight: bold;
+  font-size: 0.28rem;
+  line-height: 0.5rem;
+  color: #B96416;
+}
+
+.insight .provide_main .provide_what .provide_ul {
+  margin-left: 0.32rem;
+}
+
+.insight .provide_main .provide_what .provide_ul .pro_li {
+  font-size: 0.28rem;
+  line-height: 0.48rem;
+  color: #5F5E64;
+}
+
+.insight .foryou {
+  margin-top: 0.48rem;
+  padding: 0 0.32rem;
+}
+
+.insight .foryou .help_analysis, .insight .foryou .help_provide {
+  display: flex;
+  padding: 0.24rem 0.32rem;
+  width: 100%;
+  background: #F5F6F7;
+  border-radius: 0.16rem;
+}
+
+.insight .foryou .help_analysis .help_left, .insight .foryou .help_provide .help_left {
+  font-weight: bold;
+  font-size: 0.28rem;
+  line-height: 0.48rem;
+  color: #B96416;
+}
+
+.insight .foryou .help_analysis .help_right, .insight .foryou .help_provide .help_right {
+  display: flex;
+  flex-direction: column;
+  justify-content: flex-start;
+  margin-left: 0.14rem;
+  height: 1.52rem;
+  font-size: 0.28rem;
+  line-height: 0.4rem;
+  color: #000000;
+}
+
+.insight .foryou .help_analysis .help_right span, .insight .foryou .help_provide .help_right span {
+  margin-bottom: 0.16rem;
+}
+
+.insight .foryou .help_provide {
+  margin-top: 0.24rem;
+}
+
+.insight .btn_zj {
+  margin-top: 0.48rem;
+  padding: 0 0.64rem 0 0.6rem;
+  width: 100%;
+}
+
+.insight .btn_zj .btn_zj_img {
+  width: 100%;
+  height: 100%;
+}
+
+/*剑鱼大会员*/
+.jy_bigvip {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  margin-top: 0.96rem;
+  padding: 0 0.32rem;
+  width: 100%;
+}
+
+.jy_bigvip .bigvip_title {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  width: 100%;
+  height: 0.68rem;
+  font-size: 0.48rem;
+  color: #171826;
+}
+
+.jy_bigvip .bigvip_label {
+  width: 5.44rem;
+  height: 0.52rem;
+  margin-top: 0.24rem;
+  font-size: 0.34rem;
+  color: #171826;
+  text-align: center;
+  background: url("/big-member/image/landpage_new/jy_bigvip_bg.png") no-repeat;
+  background-size: 100% 0.16rem;
+  background-position-y: 0.2rem;
+}
+
+.jy_bigvip .bigvip_meal {
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+  margin-top: 0.48rem;
+  width: 100%;
+}
+
+.jy_bigvip .bigvip_meal .meals {
+  position: relative;
+}
+
+.jy_bigvip .bigvip_meal .meals .viewdetail {
+  position: absolute;
+  left: 0.18rem;
+  bottom: -0.32rem;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  width: 1.76rem;
+  height: 0.64rem;
+  font-size: 0.26rem;
+  font-weight: bold;
+  color: #171826;
+  border-radius: 0.48rem;
+  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 3.33%, rgba(255, 255, 255, 0) 50.66%, rgba(255, 255, 255, 0.3) 100%), linear-gradient(0deg, #FFE6C0 0%, #F1D090 25%, #FAE6C8 100%);
+  /* 大阴影/下方 */
+  box-shadow: 0px 4px 16px rgba(8, 31, 38, 0.08);
+}
+
+.jy_bigvip .bigvip_meal .meal_sj {
+  width: 2.12rem;
+  height: 2.6rem;
+  background: url("/big-member/image/landpage_new/sj_adv.png") no-repeat;
+  background-size: 100% 100%;
+}
+
+.jy_bigvip .bigvip_meal .meal_zh {
+  width: 2.12rem;
+  height: 2.6rem;
+  background: url("/big-member/image/landpage_new/zh_adv.png") no-repeat;
+  background-size: 100% 100%;
+}
+
+.jy_bigvip .bigvip_meal .meal_zj {
+  width: 2.12rem;
+  height: 2.6rem;
+  background: url("/big-member/image/landpage_new/zj_adv.png") no-repeat;
+  background-size: 100% 100%;
+}
+
+/* 招标大数据服务平台*/
+.paltform {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  margin-top: 1.36rem;
+  width: 100%;
+  border-top-left-radius: 0.6rem;
+  border-top-right-radius: 0.6rem;
+  background: linear-gradient(7.32deg, #1DB5E6 5.69%, #2ABED1 94.31%);
+}
+
+.paltform .paltform_main {
+  width: 100%;
+  height: 100%;
+  background: url("/big-member/image/landpage_new/cubeBG.png");
+  background-size: contain;
+}
+
+.paltform .paltform_title {
+  margin-top: 0.8rem;
+  font-size: 0.48rem;
+  line-height: 0.68rem;
+  text-align: center;
+  text-shadow: 0px 4px 16px rgba(8, 31, 38, 0.08);
+  color: #fff;
+}
+
+.paltform .data_ul {
+  margin-top: 0.48rem;
+  padding: 0 0.64rem;
+  width: 100%;
+}
+
+.paltform .data_ul .data_list {
+  display: flex;
+  align-items: center;
+  height: 0.84rem;
+  margin-top: 0.24rem;
+}
+
+.paltform .data_ul .data_list .list_left {
+  padding: 0.1rem 0.32rem;
+  background: #2496B3;
+  border-radius: 0.7rem;
+  font-size: 0.32rem;
+  line-height: 0.44rem;
+  color: #fff;
+  text-align: center;
+  font-weight: bold;
+}
+
+.paltform .data_ul .data_list .list_right {
+  margin-left: 0.2rem;
+  height: 0.44rem;
+}
+
+.paltform .data_ul .data_list .list_right .list_right_img {
+  width: 100%;
+  height: 100%;
+}
+
+.paltform .com_show {
+  margin-bottom: 0.8rem;
+}
+
+.j-button-group {
+  /* padding: 0.16rem 0 0.24rem 0.32rem; */
+}
+
+.j-button-practice {
+  margin-left: 0.32rem;
+  font-size: 0.36rem;
+  line-height: 0.5rem;
+  font-weight: 900;
+  color: #D69E55;
+}
+
+.buy_btn {
+  display: flex;
+  flex: 1;
+  /* box-sizing: border-box; */
+}
+
+.buy_btn .j-btn {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  font-size: 0.36rem;
+  flex: 1;
+}
+
+.buy_btn .sevendays {
+  /* width: 2.4rem; */
+  flex: 1;
+  height: 0.8rem;
+  margin-right: -0.2rem;
+  /*background: url("/big-member/image/landpage_new/seven_bg.png?v=1") no-repeat center center;*/
+  background-size: 100% 100%;
+  color: #fff;
+}
+
+.buy_btn .j-button-now {
+  flex: 1;
+  height: 0.8rem;
+  margin-right: 0.1rem;
+  background-size: 100% 100%;
+  color: #fff;
+}
+
+.buy_btn .j-button-nowly {
+  /* width: 4.6rem; */
+  flex: 1;
+  height: 0.8rem;
+  margin-right: 0.1rem;
+  border-radius: 0.4rem;
+  background: linear-gradient(180deg, #F74E29 0%, #EF3024 100%);
+  color: #fff;
+}
+
+.kefu {
+  position: fixed;
+  bottom: 1.8rem;
+  right: 0;
+}
+
+.kefu .kefu_main {
+  width: 1.6rem;
+  height: 0.64rem;
+  background: linear-gradient(173deg, #FFA573 0%, #F01212 100%);
+  border-radius: 0.32rem 0px 0px 0.32rem;
+  border: none;
+  padding: 0;
+  padding-left: 0.32rem;
+  text-align: left;
+  line-height: 0.64rem;
+}
+
+.kefu .kefu_main .kefu_text {
+  font-size: 0.26rem;
+  font-family: PingFang SC-Medium, PingFang SC;
+  font-weight: 500;
+  color: #FFFFFF;
+}
+
+.kefu .kefu_main .noread_red {
+  position: absolute;
+  top: -0.19rem;
+  right: 0.12rem;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  padding: 0 0.05rem;
+  min-width: 0.32rem;
+  min-height: 0.32rem;
+  background: #FB483D;
+  font-size: 0.22rem;
+  border-radius: 0.32rem;
+  color: #FFFFFF;
+  border: 1px solid #fff;
+  line-height: 0.32rem;
+}
+
+#zc__sdk__sys__btn {
+  display: none;
+}

+ 132 - 0
src/web/staticres/common-module/enptc/css/wx_enptc.css

@@ -0,0 +1,132 @@
+@charset "UTF-8";
+.j-main {
+  background: #fff;
+  clear: both;
+  content: "";
+  display: block;
+}
+
+
+/* 图片左右滑动*/
+.big_scroll {
+  width: 100%;
+  /*margin-top: 0.48rem;*/
+  padding: 0 0.32rem;
+  overflow-x: scroll;
+  margin-top: 0.18rem;
+}
+
+.big_scroll .big_ul {
+  display: flex;
+  /*width: 44.1rem;*/
+  width: 19.1rem;
+}
+
+.big_scroll .big_ul .list_item {
+  width: 6rem;
+  margin-right: 0.3rem;
+}
+
+.big_scroll .fiveimg {
+  width: 38.5rem;
+  /*width: 31.5rem;*/
+}
+.big_scroll .fourimg {
+  width: 24.8rem;
+}
+
+
+
+.buy_btn {
+  display: flex;
+  align-items: center;
+  justify-content: space-around;
+  width: 100%;
+}
+
+.buy_btn .sevendays {
+  background-size: 100% 100%;
+  color: #fff;
+  height: 1.08rem;
+  width: 3.2rem;
+}
+
+.buy_btn .j-button-now {
+  width: 3.2rem;
+  height: 1.08rem;
+  background-size: 100% 100%;
+  color: #fff;
+}
+
+.buy_btn .j-button-nowly {
+  /* width: 4.6rem; */
+  flex: 1;
+  height: 0.8rem;
+  margin-right: 0.1rem;
+  border-radius: 0.4rem;
+  background: linear-gradient(180deg, #F74E29 0%, #EF3024 100%);
+  color: #fff;
+}
+
+
+.kefu .kefu_main .kefu_text {
+  color: rgba(255, 255, 255, 1);
+  font-size: 0.24rem;
+}
+
+
+.kefu {
+  position: fixed;
+  bottom: 1.8rem;
+  right: 0;
+}
+.kefu .kefu_main {
+  width: 1.6rem;
+  height: 0.64rem;
+  background: linear-gradient(173deg, #FFA573 0%, #F01212 100%);
+  border-radius: 0.32rem 0px 0px 0.32rem;
+  border: none;
+  padding: 0;
+  padding-left: 0.32rem;
+  text-align: left;
+  line-height: 0.64rem;
+}
+.kefu .kefu_main .kefu_text {
+  font-size: 0.26rem;
+  font-family: PingFang SC-Medium, PingFang SC;
+  font-weight: 500;
+  color: #FFFFFF;
+}
+
+.kefu .kefu_main .noread_red {
+  position: absolute;
+  top: -0.19rem;
+  right: 0.12rem;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  padding: 0 0.05rem;
+  min-width: 0.32rem;
+  min-height: 0.32rem;
+  background: #FB483D;
+  font-size: 0.22rem;
+  border-radius: 0.32rem;
+  color: #FFFFFF;
+  border: 1px solid #fff;
+  line-height: 0.32rem;
+}
+
+#zc__sdk__sys__btn {
+  display: none;
+}
+.action_out{
+  display: flex;
+  flex-direction: column;
+  justify-content: center;
+  align-items: center;
+}
+.j-container .btbt{
+  background: url(/jyapp/enptc/img/btnBG.png) no-repeat center center;
+  background-size: 100% 100%;
+  width: 100%;
+}

BIN
src/web/staticres/common-module/enptc/img/APP_01.jpg


BIN
src/web/staticres/common-module/enptc/img/APP_02.jpg


BIN
src/web/staticres/common-module/enptc/img/APP_03.jpg


BIN
src/web/staticres/common-module/enptc/img/APP_04.jpg


BIN
src/web/staticres/common-module/enptc/img/APP_05.jpg


BIN
src/web/staticres/common-module/enptc/img/APP_06.jpg


BIN
src/web/staticres/common-module/enptc/img/APP_07.jpg


BIN
src/web/staticres/common-module/enptc/img/bottomHeight.png


BIN
src/web/staticres/common-module/enptc/img/btnBG.png


BIN
src/web/staticres/common-module/enptc/img/btnLeft.png


BIN
src/web/staticres/common-module/enptc/img/btnRight.png


+ 21 - 124
src/web/templates/entpc/enptc_wx.html → src/web/templates/frontRouter/wx/entpc/free/entpc.html

@@ -17,72 +17,51 @@
         <link rel="stylesheet" href='{{Msg "seo" "cdn"}}/big-member/weixin/css/public.css?v={{Msg "seo" "version"}}'>
         <link rel="stylesheet" href='{{Msg "seo" "cdn"}}/big-member/weixin/css/j-icons.css?v={{Msg "seo" "version"}}'>
         <link rel="stylesheet" href='{{Msg "seo" "cdn"}}/big-member/weixin/css/page_landingPage_new.css?v={{Msg "seo" "version"}}1'>
+        <link rel="stylesheet" href='{{Msg "seo" "cdn"}}/common-module/enptc/css/wx_enptc.css?v={{Msg "seo" "version"}}1'>
         <style>
             #zc__sdk__sys__btn {
-                display: none;
+              display: none;
             }
-           .action_out{
-                display: flex;
-                flex-direction: column;
-                justify-content: center;
-                align-items: center;
+            .j-header {
+                transition: background 0.3s;
             }
-          .j-container .btbt{
-               background: url("{{Msg "seo" "cdn"}}/big-member/image/landpage_new/item-btn.png");
-              background-size: 100% 100%;
-          }
-          .action_out div {
-              width: 100%;
-          }
-          .j-main img {
-              width: 100%;
-          }
-      .big_scroll .big_ul {
-          width: auto !important;
-      }
-      .big_scroll .big_ul .list_item img {
-          width: 100%;
-      }
             .btn_buy {
                 font-size: 0;
             }
-        </style>
+          </style>
     </head>
 <body>
     <div class="j-container"  id="v-commit">
         <div class="j-main">
             <div  style="padding-top: 0">
               <div class="action_out" style="font-size: 0;">
-                  <!-- <div>
-                      <img src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/enptc/img/App_01.jpg'>
-                  </div > -->
                   <div style="margin-top:-0.01rem">
-                      <img src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/enptc/img/App_02.jpg'>
+                      <img src='{{Msg "seo" "cdn"}}/common-module/enptc/img/App_02.jpg'>
                   </div>
                   <div style="margin-top:-0.01rem">
-                      <img src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/enptc/img/App_03.jpg'>
+                      <img src='{{Msg "seo" "cdn"}}/common-module/enptc/img/App_03.jpg'>
                   </div>
                   <div style="margin-top:-0.01rem">
-                      <img src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/enptc/img/App_04.jpg'>
+                      <img src='{{Msg "seo" "cdn"}}/common-module/enptc/img/App_04.jpg'>
                   </div>
                   <div style="margin-top:-0.01rem">
-                      <img src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/enptc/img/App_05.jpg'>
+                      <img src='{{Msg "seo" "cdn"}}/common-module/enptc/img/App_05.jpg'>
                   </div>
                   <div style="margin-top:-0.01rem">
-                      <img src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/enptc/img/App_06.jpg'>
+                      <img src='{{Msg "seo" "cdn"}}/common-module/enptc/img/App_06.jpg'>
                   </div>
                   <div style="margin-top:-0.01rem">
-                      <img src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/enptc/img/App_07.jpg'>
+                      <img src='{{Msg "seo" "cdn"}}/common-module/enptc/img/App_07.jpg'>
                   </div>
               </div>
             </div>
           </div>
-          <div class="j-footer " v-show="isCantrial"style="width: 100%;position: absolute; bottom: 33px; ">
+          <div class="j-footer " v-show="isCantrial"style="width: 100%;position: absolute; bottom: 25px; ">
               <div class="j-button-group btbt" style="width: 100%;">
                 <div class="buy_btn" v-if="onlyBuy">
-                  <div class="sevendays j-btn" @click="exper_fun()">
+                  <div class="sevendays j-btn" @click="exper_fun()" style="margin-right: 0;">
                       <div data-need-bind-phone  style="color: #FAE7CA">
-                          <img src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/enptc/img/btnLeft.png'>
+                          <img src='{{Msg "seo" "cdn"}}/common-module/enptc/img/btnLeft.png'>
                       </div>
                   </div>
                   <!-- <div class="kefu" @click="consult()">
@@ -93,19 +72,19 @@
                   </div> -->
                   <div class="j-button-now  j-btn"  @click="consult()" >
                       <div data-need-bind-phone style="color: #1A1A2A">
-                          <img src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/enptc/img/btnRight.png'>
+                          <img src='{{Msg "seo" "cdn"}}/common-module/enptc/img/btnRight.png'>
                       </div>
                   </div>
                 </div>
                 <div class="buy_btn" v-else>
-                  <div class="j-button-nowly j-btn" @click="linkBuy('sj',6)">
-                    <div data-need-bind-phone>立即购买</div>btnRight
+                  <div class="j-button-nowly j-btn tc" @click="tanchu">
+                    <div data-need-bind-phone>立即使用</div>
                   </div>
                 </div>
               </div>
             </div>
           <div style="margin-top:-0.01rem">
-              <img src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/enptc/img/bottomHeight.png'>
+              <img src='{{Msg "seo" "cdn"}}/common-module/enptc/img/bottomHeight.png'>
           </div>
     </div>
     <script src="https://cdn-common.jianyu360.com/cdn/lib/vue/2.6.11/vue.min.js"> </script>
@@ -134,54 +113,7 @@
         data: {
             onlyBuy: true,
             isCantrial:true,
-            cantodo:[
-            ],
-            shangjiImg:[
-                config.cdnHost + '/big-member/image/landpage_new/shangjiImg/itemA1.png',
-                config.cdnHost + '/big-member/image/landpage_new/shangjiImg/itemA2.png',
-                config.cdnHost + '/big-member/image/landpage_new/shangjiImg/itemA3.png',
-            ],
-            toubiaoImg:[
-                config.cdnHost + '/big-member/image/landpage_new/toubiaoImg/itemB1.png',
-                config.cdnHost + '/big-member/image/landpage_new/toubiaoImg/itemB2.png',
-                config.cdnHost + '/big-member/image/landpage_new/toubiaoImg/itemB3.png',
-                config.cdnHost + '/big-member/image/landpage_new/toubiaoImg/itemB4.png',
-                config.cdnHost + '/big-member/image/landpage_new/toubiaoImg/itemB5.png',
-                config.cdnHost + '/big-member/image/landpage_new/toubiaoImg/itemB6.png',
-            ],
-            shichangImg:[
-                config.cdnHost + '/big-member/image/landpage_new/shichangImg/itemC1.png',
-                config.cdnHost + '/big-member/image/landpage_new/shichangImg/itemC2.png',
-                config.cdnHost + '/big-member/image/landpage_new/shichangImg/itemC3.png',
-                config.cdnHost + '/big-member/image/landpage_new/shichangImg/itemC4.png',
-            ],
-            dataList:[
-                {
-                    text:'推送数据',
-                    imgs:config.cdnHost + '/big-member/image/landpage_new/datanum/item01.png',
-                    width:'width:2.16rem'
-                },
-                {
-                    text:'招标信息库',
-                    imgs:config.cdnHost + '/big-member/image/landpage_new/datanum/item02.png',
-                    width:'width:2.84rem'
-                },
-                {
-                    text:'项目库',
-                    imgs:config.cdnHost + '/big-member/image/landpage_new/datanum/item03.png',
-                    width:'width:2.6rem'
-                },
-                {
-                    text:'企业库',
-                    imgs:config.cdnHost + '/big-member/image/landpage_new/datanum/item04.png',
-                    width:'width:2.82rem'
-                },
-                {
-                    text:'采购单位库',
-                    imgs:config.cdnHost + '/big-member/image/landpage_new/datanum/item05.png',
-                    width:'width:2.16rem'
-                }
-            ]
+            cantodo:[],
         },
         created () {
             this.getAnchor()
@@ -195,8 +127,8 @@
         methods: {
             // 快照页引流锚点
             getAnchor: function () {
-                let dsid = utils.getParam('dsid')
-                if(dsid) {
+                var dsid = utils.getParam('dsid')
+                if (dsid) {
                     for(item in powerMap) {
                         if(dsid == item) {
                             console.log(powerMap[item])
@@ -205,30 +137,6 @@
                     }
                 }
             },
-            // 查看是否试用过
-            getVipMeal:function () {
-                var _this = this
-                $.ajax({
-                    type:'POST',
-                    url:'/bigmember/use/isAdd',
-                    data:{},
-                    success:function(res) {
-                        if (res && res.data) {
-                            if (res.data.memberStatus > 0){
-                                _this.onlyBuy = false
-                            } else {
-                                if (res.data.is_member_trial) {
-                                    _this.onlyBuy = false
-                                } else {
-                                    _this.onlyBuy = true
-                                }
-                            }
-                        }
-
-                        _this.isCantrial = true
-                    }
-                })
-            },
             getLog: function (res) {
                 if(!res){
                     res = ''
@@ -262,17 +170,6 @@
                 this.setStatistics('了解详情')
                 location.href = './index'
             },
-            // 试用7天
-            sevenBtn:function(){
-                this.setStatistics('试用7天')
-                location.href = './free_contrast_trial'
-            },
-            // 功能体验
-            exper_fun:function () {
-                this.setStatistics('免费体验')
-                // location.href = '/demo-member/demo_action.html'
-                location.href = '/weixin/frontPage/bigmember/free/perfect_info?origin=member_freeuser&mid=' + utils.getParam('mid')
-            },
             // 咨询客服
             consult:function(){
                 this.setStatistics('咨询客服')