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

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

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

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

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
           background-size: 100% 100%;
302
           background-size: 100% 100%;
303
           transition: all 0.4s ease 0s;
303
           transition: all 0.4s ease 0s;
304
         }
304
         }
305
+        .hideA{
306
+          display: none;
307
+        }
305
       }
308
       }
306
       &:hover{
309
       &:hover{
307
         
310
         

Loading…
Cancel
Save