Pārlūkot izejas kodu

修改反馈

master
等你 pirms 2 mēnešiem
vecāks
revīzija
6d56138c55

+ 10
- 8
src/pages/common/css/common.less Parādīt failu

@@ -247,11 +247,11 @@ header{
247 247
             }
248 248
             .logo{
249 249
                 background: url("../images/logoW.png") no-repeat;
250
-                background-size: 142px 32px;
250
+                background-size: 180px 40px;
251 251
             }
252 252
             .logos{
253 253
                 background: url("../images/logoW.png") no-repeat;
254
-                background-size: 142px 32px;
254
+                background-size: 180px 40px;
255 255
             }
256 256
             .language{
257 257
                 .btn2{
@@ -301,19 +301,19 @@ header{
301 301
     font-weight: 400;
302 302
     position: relative;
303 303
     .logo{
304
-        width: 142px;
305
-        height: 32px;
304
+        width: 180px;
305
+        height: 40px;
306 306
         background: url("../images/logoB.png") no-repeat;
307
-        background-size: 142px 32px;
307
+        background-size: 180px 40px;
308 308
         cursor: pointer;
309 309
         position: absolute;
310 310
         left: 100px;
311 311
     }
312 312
     .logos{
313
-        width: 142px;
314
-        height: 32px;
313
+        width: 180px;
314
+        height: 40px;
315 315
         background: url("../images/logoB.png") no-repeat;
316
-        background-size: 142px 32px;
316
+        background-size: 180px 40px;
317 317
         cursor: pointer;
318 318
         position: absolute;
319 319
         left: 100px;
@@ -1073,6 +1073,8 @@ footer{
1073 1073
         }
1074 1074
     }
1075 1075
     footer {
1076
+        padding: 60px 30px 0px;
1077
+        box-sizing: border-box;
1076 1078
         .footer{
1077 1079
             justify-content: space-between;
1078 1080
             &>div{

+ 13
- 13
src/pages/common/js/Common.js Parādīt failu

@@ -83,19 +83,19 @@ export default class Common {
83 83
       // }
84 84
     });
85 85
 
86
-    let wx = document.querySelector(".footerIcon .weixin");
87
-    try {
88
-      // 微信二维码
89
-      wx.addEventListener("click", (e) => {
90
-        if (wx.classList.contains("wxShow")) {
91
-          wx.classList.remove("wxShow");
92
-        } else {
93
-          wx.classList.add("wxShow");
94
-        }
95
-      });
96
-    } catch (error) {
97
-      console.log(error)
98
-    }
86
+    // let wx = document.querySelector(".footerIcon .weixin");
87
+    // try {
88
+    //   // 微信二维码
89
+    //   wx.addEventListener("click", (e) => {
90
+    //     if (wx.classList.contains("wxShow")) {
91
+    //       wx.classList.remove("wxShow");
92
+    //     } else {
93
+    //       wx.classList.add("wxShow");
94
+    //     }
95
+    //   });
96
+    // } catch (error) {
97
+    //   console.log(error)
98
+    // }
99 99
 
100 100
     document.onclick = function (e) {
101 101
       if (wx && !wx.contains(e.target)) {

+ 1
- 0
src/pages/index/index.less Parādīt failu

@@ -363,6 +363,7 @@
363 363
     max-width: 1300px;
364 364
     margin: 50px auto 0;
365 365
     text-align: left;
366
+    text-indent: 2em;
366 367
   }
367 368
   .productCon{
368 369
     margin: 60px auto 0px;

+ 61
- 55
src/pages/news/index.less Parādīt failu

@@ -692,71 +692,77 @@ img{
692 692
             // .tabs_box{
693 693
             //     width: calc(100% - 60px);
694 694
             // }
695
-            .tabs_box{
696
-                width: 100%;
697
-                font-size: 3.75vw;
698
-                display: flex;
699
-                align-items: center;
700
-                .tabs_li{
701
-                    margin-right: 30px;
702
-                    padding-bottom: 5.625vw;
703
-                }
704
-            }
695
+            // .tabs_box{
696
+            //     width: 100%;
697
+            //     font-size: 3.75vw;
698
+            //     display: flex;
699
+            //     align-items: center;
700
+            //     .tabs_li{
701
+            //         margin-right: 30px;
702
+            //         padding-bottom: 5.625vw;
703
+            //     }
704
+            // }
705 705
         }
706 706
         .news_ul{
707
-            padding: 0 3.75vw;
707
+            width: 100%;
708
+            // padding: 0 3.75vw;
708 709
             box-sizing: border-box;
709 710
             .news_list{
711
+                width: calc(100% - 60px);
710 712
                 margin-top: 0;
711
-                width: 100%;
713
+                // width: 100%;
712 714
                 box-sizing: border-box;
713 715
                 // padding: 0 3.75vw;
714
-                padding: 0;
715
-                .news_li{
716
-                    padding:5.625vw 0;
717
-                    display: flex;
718
-                    align-items: center;
719
-                    justify-content: space-between;
720
-                    .li_left{
721
-                        width: 16.25vw;
722
-                        height: 16.25vw;
723
-                        margin-right: 0;
724
-                        font-size: 3vw;
725
-                        .timerData{
726
-                            font-size: 5.75vw;
727
-                            padding: 2.5vw 0 3vw 0;
728
-                        }
729
-                    }
730
-                    .li_cont{
731
-                        width: 70vw;
732
-                        div:nth-child(1){
733
-                            font-size: 3.75vw;
734
-                            color: #282828;
735
-                            line-height: 7.5vw;
736
-                            display: -webkit-box;        /* 使用 Flexbox 布局 */
737
-                            -webkit-box-orient: vertical; /* 垂直方向排列 */
738
-                            -webkit-line-clamp: 1;      /* 限制显示的行数,这里是3行 */
739
-                            overflow: hidden;     
740
-                            font-weight: bold;
741
-                        }
742
-                        div:nth-child(2){
743
-                            width: auto;
744
-                            height: auto;
745
-                            overflow: unset;
746
-                            line-height: 1.5;
747
-                            font-size: 3.25vw;
748
-                            color: #A7A5A5;
749
-                            padding: 0;
750
-                            display: -webkit-box;        /* 使用 Flexbox 布局 */
751
-                            -webkit-box-orient: vertical; /* 垂直方向排列 */
752
-                            -webkit-line-clamp: 2;      /* 限制显示的行数,这里是3行 */
753
-                            overflow: hidden;     
754
-                        }
716
+                // padding: 0;
717
+                // .news_li{
718
+                //     padding:5.625vw 0;
719
+                //     display: flex;
720
+                //     align-items: center;
721
+                //     justify-content: space-between;
722
+                //     .li_left{
723
+                //         width: 16.25vw;
724
+                //         height: 16.25vw;
725
+                //         margin-right: 0;
726
+                //         font-size: 3vw;
727
+                //         .timerData{
728
+                //             font-size: 5.75vw;
729
+                //             padding: 2.5vw 0 3vw 0;
730
+                //         }
731
+                //     }
732
+                //     .li_cont{
733
+                //         width: 70vw;
734
+                //         div:nth-child(1){
735
+                //             font-size: 3.75vw;
736
+                //             color: #282828;
737
+                //             line-height: 7.5vw;
738
+                //             display: -webkit-box;        /* 使用 Flexbox 布局 */
739
+                //             -webkit-box-orient: vertical; /* 垂直方向排列 */
740
+                //             -webkit-line-clamp: 1;      /* 限制显示的行数,这里是3行 */
741
+                //             overflow: hidden;     
742
+                //             font-weight: bold;
743
+                //         }
744
+                //         div:nth-child(2){
745
+                //             width: auto;
746
+                //             height: auto;
747
+                //             overflow: unset;
748
+                //             line-height: 1.5;
749
+                //             font-size: 3.25vw;
750
+                //             color: #A7A5A5;
751
+                //             padding: 0;
752
+                //             display: -webkit-box;        /* 使用 Flexbox 布局 */
753
+                //             -webkit-box-orient: vertical; /* 垂直方向排列 */
754
+                //             -webkit-line-clamp: 2;      /* 限制显示的行数,这里是3行 */
755
+                //             overflow: hidden;     
756
+                //         }
755 757
                       
756
-                    }
757
-                }
758
+                //     }
759
+                // }
758 760
             }
759 761
         }
762
+        
763
+        .news_paging{
764
+            padding: 50px 0 60px;
765
+        }
760 766
         // .news_ul {
761 767
         //     max-width: 100%;
762 768
         //     // width: calc(100% - 60px);

+ 25
- 17
src/pages/socialResponsibility/index.less Parādīt failu

@@ -38,6 +38,10 @@
38 38
             .title{
39 39
                 margin-bottom: 30px;
40 40
             }
41
+            &>.text{
42
+                text-align: left;
43
+                text-indent: 2em;
44
+            }
41 45
         }
42 46
     }
43 47
     .news_ul{
@@ -406,31 +410,35 @@ a{
406 410
     .main{
407 411
         .con {
408 412
             .conDiv{
409
-                padding-top: 20px;
413
+                // padding-top: 20px;
414
+                padding: 20px 50px 0px;
410 415
             }
411 416
         }
412 417
         .news_ul{
413 418
             width: 100%;
414 419
             .news_list{
415 420
                 width: calc(100% - 60px);
416
-                .news_li{
417
-                    .li_left{
418
-                        width: 12.25vw;
419
-                        height: 12.25vw;
420
-                        font-size: 2.5vw;
421
-                        .timerData{
422
-                            font-size:3.5vw ;
423
-                            padding: 1vw 0 2.8vw 0;
424
-                        }
425
-                        // width: 10vw;
426
-                        // height: 10vw;
427
-                    }
428
-                    .li_cont{
429
-                        width: 83%;
430
-                    }
431
-                }
421
+        //         .news_li{
422
+        //             .li_left{
423
+        //                 width: 12.25vw;
424
+        //                 height: 12.25vw;
425
+        //                 font-size: 2.5vw;
426
+        //                 .timerData{
427
+        //                     font-size:3.5vw ;
428
+        //                     padding: 1vw 0 2.8vw 0;
429
+        //                 }
430
+        //                 // width: 10vw;
431
+        //                 // height: 10vw;
432
+        //             }
433
+        //             .li_cont{
434
+        //                 width: 83%;
435
+        //             }
436
+        //         }
432 437
             }
433 438
         }
439
+        .news_paging{
440
+            padding: 50px 0 60px;
441
+        }
434 442
         .typeCon{
435 443
             .infoul{
436 444
                 .infoLi{

Notiek ielāde…
Atcelt
Saglabāt