Procházet zdrojové kódy

feat: 首页新增广告位

cuiyalong před 1 rokem
rodič
revize
b92f187a8d

+ 9 - 1
src/web/staticres/pccss/index_pc.css

@@ -1001,7 +1001,15 @@
     width: 100%;
 }
 
-
+.service-desc-button a:hover,
+.service-desc-button a:focus {
+    text-decoration: none;
+}
+.service-flow-chart-link {
+    display: block;
+    width: 584px;
+    height: 314px;
+}
 .service-desc-button {
     display: flex;
     align-items: center;

+ 3 - 1
src/web/templates/pc/template/index/ent-service-module.html

@@ -30,7 +30,9 @@
     </div>
     <div class="service-module-content-right">
       <div class="service-flow-chart">
-        <img src="/images/index/ent-service-flow-chart_2x.png" alt="">
+        <a class="service-flow-chart-link" href="javascript:volid(0);">
+          <img src="/images/index/ent-service-flow-chart_2x.png" alt="">
+        </a>
       </div>
     </div>
   </main>