Browse Source

修改问题3

zjm
等你 4 months ago
parent
commit
494728f8d5

BIN
dev/static/images/index/banner2.jpg View File


BIN
dev/static/images/index/banner2m.jpg View File


BIN
dev/static/images/index/banner3.jpg View File


BIN
dev/static/images/index/banner3m.jpg View File


BIN
dev/static/images/product/Industrial1.png View File


BIN
dev/static/images/product/Industrial2.png View File


BIN
dev/static/images/product/Industrial3.png View File


BIN
src/pages/common/images/logoB.png View File


BIN
src/pages/common/images/logoW.png View File


+ 1
- 1
src/pages/index/index.less View File

@@ -817,7 +817,7 @@
817 817
     left: 0px;
818 818
     text-align: center;
819 819
     z-index: 2;
820
-    padding-bottom: 60px;
820
+    padding-bottom: 90px;
821 821
     .corTits{
822 822
       width: 670px;
823 823
       margin: 0px auto;

+ 2
- 2
src/pages/news/index.less View File

@@ -1204,7 +1204,7 @@ img{
1204 1204
                         div:nth-child(1){
1205 1205
                             font-size: 3.75vw;
1206 1206
                             color: #282828;
1207
-                            line-height: 7.5vw;
1207
+                            line-height: 28px;
1208 1208
                             display: -webkit-box;        /* 使用 Flexbox 布局 */
1209 1209
                             -webkit-box-orient: vertical; /* 垂直方向排列 */
1210 1210
                             -webkit-line-clamp: 1;      /* 限制显示的行数,这里是3行 */
@@ -1216,7 +1216,7 @@ img{
1216 1216
                             width: auto;
1217 1217
                             height: auto;
1218 1218
                             overflow: unset;
1219
-                            line-height: 1.5;
1219
+                            line-height: 18px;
1220 1220
                             font-size: 3.25vw;
1221 1221
                             color: #A7A5A5;
1222 1222
                             padding: 0;

+ 9
- 0
src/pages/product/App.js View File

@@ -107,6 +107,15 @@ export default class App {
107 107
                 
108 108
             });
109 109
         });
110
+        let memberLi=document.querySelectorAll(".memberLi a");
111
+        memberLi.forEach((item,index)=>{
112
+            let hrefa=item.getAttribute("href");
113
+            if(hrefa.length>0){
114
+
115
+            }else{
116
+                item.classList.add("hideA")
117
+            }
118
+        });
110 119
     }
111 120
 
112 121
 }

+ 3
- 0
src/pages/product/index.less View File

@@ -302,6 +302,9 @@
302 302
           background-size: 100% 100%;
303 303
           transition: all 0.4s ease 0s;
304 304
         }
305
+        .hideA{
306
+          display: none;
307
+        }
305 308
       }
306 309
       &:hover{
307 310
         

Loading…
Cancel
Save