Browse Source

Merge branch 'dev/v4.9.1_yf' of qmx/jy into feature/v4.9.1

yangfeng 1 year ago
parent
commit
41d1fe9123

+ 33 - 2
src/web/staticres/pccss/index_pc.css

@@ -1188,7 +1188,8 @@
 }
 
 .hot-industry-chart-footer {
-    margin-top: 22px;
+    padding: 20px 0 14px;
+    border-bottom: 1px dashed #E0E0E0;
 }
 .chart-search-container {
     display: flex;
@@ -1226,7 +1227,37 @@
     border-bottom-right-radius: 6px;
     border-radius: 6px;
 }
-
+.industry-report-header{
+  display:flex;
+  align-items:center;
+  justify-content:space-between;
+  padding: 15px 0 2px;
+}
+.industry-report-header > a{
+  font-size: 12px;
+  line-height: 18px;
+  color: #2CB7CA;
+}
+.industry-report-main ul {
+  display: flex;
+  flex-wrap: wrap;
+}
+.industry-report-main ul li {
+  width: 50%;
+  margin-top: 8px;
+  height: 24px;
+}
+.industry-report-main ul li > a{
+  display: inline-block;
+  max-width: 400px;
+  font-size: 14px;
+  line-height: 22px;
+  color: #686868;
+  white-space: nowrap;
+  text-overflow: ellipsis;
+  overflow: hidden;
+  box-sizing: border-box;
+}
 
 /* bidding-desc-module */
 .bidding-desc-module {}

+ 13 - 0
src/web/templates/pc/template/index/data-service-module.html

@@ -28,6 +28,8 @@
         <a class="service-desc-button button-blink pointer s-plain" href="/front/dataExport/toSieve" target="_blank">数据导出</a>
         <a class="service-desc-button button-blink pointer s-plain" href="/front/dataMarket/customExport" target="_blank">定制服务</a>
         <a class="service-desc-button button-blink pointer s-plain" href="/front/dataMarket/dataInterface" target="_blank">对接服务</a>
+        <a class="service-desc-button button-blink pointer s-plain" href="/datasmt/qygssj_1" target="_blank">企业数据</a>
+        <a class="service-desc-button button-blink pointer s-plain" href="/datasmt/cgdwsj_1" target="_blank">业主数据</a>
       </div>
     </div>
     <div class="service-module-content-right">
@@ -70,6 +72,17 @@
             <button class="search-button button-blink blink-fast" type="submit" maxlength="100" id="doAnalysis">定制化分析</button>
           </div>
         </footer>
+        <header class="hot-industry-chart-header industry-report-header">
+          <h3 class="title-left-line">行业分析简报</h3>
+          <a href="#" target="_blank">查看更多</a>
+        </header>
+        <main class="industry-report-main">
+          <ul>
+            <li>
+              <a href="#" title="" target="_blank">上海对外经贸大学智慧教室改造项目工程上海对外经贸大学智程上海对外经贸大学</a>
+            </li>
+          </ul>
+        </main>
       </section>
     </div>
   </main>