Browse Source

feat:三级页投标企业信用报告入口文案调整

yangfeng 2 months ago
parent
commit
ffdf2ff9c3

+ 7 - 1
resource/staticres/css/mobile/detail.css

@@ -17,6 +17,12 @@ body{
     margin: 10px 16px 0;
 }
 
+.toolbar_container{
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+}
+
 .toolbar .tool_top {
     height: 20px;
 }
@@ -51,7 +57,7 @@ body{
 }
 
 .collec_star {
-    margin: 0 .2rem;
+    margin: 0 .2rem 0 0;
     display: flex;
     align-items: center;
     justify-content: center;

+ 11 - 9
resource/template/mobile/detail.html

@@ -39,16 +39,18 @@
             <div class="info">
                 <div class="title myfollow" id="title">{{$bidData.title}}</div>
                 <div class="toolbar">
-                    <div class="tool_top">
-                        {{if $global.bidData.area}}
-                        <span class="tag area">{{$global.bidData.area}}</span>
-                        {{end}}
-                        {{if $bidData.subtype}}
-                        <span class="tag type">{{$bidData.subtype}}</span>
-                        {{end}}
+                    <div class="toolbar_container">
+                      <div class="tool_top">
+                          {{if $global.bidData.area}}
+                          <span class="tag area">{{$global.bidData.area}}</span>
+                          {{end}}
+                          {{if $bidData.subtype}}
+                          <span class="tag type">{{$bidData.subtype}}</span>
+                          {{end}}
+                      </div>
+                      <span class="timebefore">{{$bidData.publishtime | date "Y-m-d"}}</span>
                     </div>
                     <div class="tool_bottom">
-                        <span class="timebefore">{{$bidData.publishtime | date "Y-m-d"}}</span>
                         <div class="right-container">
                             <div class="collec_star">
                                 <span class="icon weishoucang"></span>
@@ -57,7 +59,7 @@
                             <span class="follow"><i class="glyphicon weiguanzhu" data-quick-login></i>关注项目</span>
                         </div>
                         {{if or (eq $bidData.toptype "采购意向") (eq $bidData.toptype "招标") (eq $bidData.toptype "预告") }}
-                        <a href="/jy_mobile/common/pdfview" onclick="trackReportClick(event)" class="credit-report">投标企业信用报告</a>
+                        <a href="/jy_mobile/common/pdfview" onclick="trackReportClick(event)" class="credit-report">下载投标企业信用报告</a>
                         {{end}}
                     </div>
                 </div>

+ 1 - 1
resource/template/pc/detail.html

@@ -118,7 +118,7 @@
               <div class="credit-report">
                 <div class="report-container">
                   <div class="report-text">通过信用背书、风险预警、政策适配,赋能投标突围</div>
-                  <a href="/swordfish/page_big_pc/free/report/preview?source=bidCreditReportPreview" target="_blank" onclick="trackReportClick(event)" class="report-btn">投标企业信用报告</a>
+                  <a href="/swordfish/page_big_pc/free/report/preview?source=bidCreditReportPreview" target="_blank" onclick="trackReportClick(event)" class="report-btn">下载投标企业信用报告</a>
                 </div>
               </div>
               {{end}}