qinjie 3 éve
szülő
commit
e0701d3c3e
2 módosított fájl, 9 hozzáadás és 5 törlés
  1. 1 3
      main/assets/pc/css/global.css
  2. 8 2
      main/assets/pc/css/index.css

+ 1 - 3
main/assets/pc/css/global.css

@@ -120,9 +120,7 @@ footer section .list dl dd .qrcodelayer img {
   height: 100px;
   display: block;
 }
-footer section .list dl dd:hover a {
-  color: #333333;
-}
+
 footer section .list dl dd:hover .qrcodelayer {
   display: block;
 }

+ 8 - 2
main/assets/pc/css/index.css

@@ -145,8 +145,6 @@
 .main .cities ul {
   display: -ms-flexbox;
   display: flex;
-  -ms-flex-pack: justify;
-      justify-content: space-between;
   margin-bottom: 30px;
   flex-wrap: wrap;
 }
@@ -158,6 +156,10 @@
   text-align: center;
   background-color: #ffffff;
   margin-bottom: 20px;
+  margin-right: 20px;
+}
+.main .cities ul li:nth-child(5n) {
+  margin-right: 0;
 }
 .main .cities .button {
   display: block;
@@ -201,6 +203,7 @@
 .main .news .news-list dl dt img {
   display: block;
   width: 100%;
+  height: 240px;
   border-radius: 10px 10px 0 0;
 }
 .main .news .news-list dl dd {
@@ -209,6 +212,8 @@
   font-size: 16px;
   line-height: 30px;
   border-radius: 0 0 10px 10px;
+  height: 60px;
+  overflow: hidden;
 }
 .main .contact {
   padding-bottom: 50px;
@@ -227,6 +232,7 @@
       justify-content: space-around;
   -ms-flex-align: end;
       align-items: flex-end;
+  padding: 0 100px;
 }
 .main .contact .acounts .gzh dt {
   background-color: #02AB79;