Эх сурвалжийг харах

feat: 文字及样式修复

zhangyuhan 3 жил өмнө
parent
commit
a3a7564f74

+ 6 - 4
src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

@@ -229,7 +229,7 @@
                                 // console.log(res)
                             }
                         })
-                    }  
+                    }
                 });
             </script>
             <div class="title myfollow" id="title">{{.T.obj.title}}</div>
@@ -896,7 +896,7 @@
         isbid=true;
         // 如果项目是中标、成交、合同类型 则不显示投标决策分析入口
         $('.bid-dec-in').hide()
-    } 
+    }
      // 判断是否开通大会员
     var bigstatus = 0
     var tab1hh;
@@ -1109,8 +1109,10 @@
         var subType = {{.T.obj.subtype}}
         if (subType == '拟建' && !bidmember && !entniche && vip <=0){
             // if (subType == '拟建' && entniche == false){
+            $(".com-prebuilt").css('height', '408px')
             $('.mask-zz').show()
         } else {
+            $(".com-prebuilt").css('height', 'unset')
             $('.mask-zz').hide()
         }
     }
@@ -1221,7 +1223,7 @@
                     $('.downs').on('click', function() {
                       var url = $(this).find('a').attr('data-href')
                       console.log(window.isNoMember, window.isFree,window.freeFile, window.vipStatus, window.viper)
-                      // 免费用户 
+                      // 免费用户
                       if (window.isFree) {
                         // 判断有无体验过 0:未体验过
                         if (window.freeFile == 0) {
@@ -2137,7 +2139,7 @@
       $("#h_content").html(content);
       $("#title").html(titleCopy);
       //
-      
+
       $(".follow").click(function(){
           $('#loading').show()
           // 添加关注的项目

+ 1 - 1
src/web/staticres/js/pc-collect-user-info.js

@@ -129,7 +129,7 @@ var temp = `
       <div class="mask"></div>
       <div class="success-dialog-container">
         <div class="success-title">提交成功</div>
-        <div class="success-content">@@successText@@</div>
+        <div class="success-content" v-html="successText"></div>
         <div class="success-footer">
           <button type="button" class="custom-btn go-know" @click="showSuccess = false">我知道了</button>
         </div>

+ 2 - 2
src/web/templates/big-member/pc/page_index.html

@@ -368,7 +368,7 @@
                     <div class="item-info-group active">
                         <div class="title-info-group">人工智能预测</div>
                         <div class="content-info-group">
-                            <p>基于用户历史投标数据,精准分析智能预测未来可能参与竞标企业;</p>
+                            <p>基于用户历史投标数据,精准分析智能预测未来可能参与竞标企业;</p>
                             <p>大数据分析中标价格、折扣率,提供企业投标中标概率排名。</p>
                         </div>
                     </div>
@@ -512,7 +512,7 @@
                     <div class="icon-sprites" data-index="1"></div>
                     <h5>项目进程实时监控</h5>
                     <p>
-                        一键下载包括招标文件、报名表等相关文件资料
+                        实时推送监控500个项目的变更、中标、成交、合同等信息
                     </p>
                     <div class="subpage-button sm gold">立即体验</div>
                 </div>

+ 28 - 7
src/web/templates/pc/biddetail_rec.html

@@ -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')