Browse Source

fix: 修复整体样式问题

周玉环 2 days ago
parent
commit
3d9c0b282d

+ 1 - 1
xinkeaboard-web/assets/style/base-en.scss

@@ -1,3 +1,3 @@
 *{
-  font-family: Roboto;
+  font-family: 'Roboto';
 }

+ 2 - 2
xinkeaboard-web/assets/style/decorate.scss

@@ -4031,8 +4031,8 @@ a {
 
 
 .home-slider {
-  width: 1920px;
-  // width: 100%;
+  // width: 1920px;
+  width: 100%;
   margin: 0 auto;
   position: relative;
   height: 520px;

+ 3 - 0
xinkeaboard-web/assets/style/member/index.scss

@@ -645,6 +645,8 @@ a:active {
         }
         ul {
             padding: 21px 30px 18px 18px;
+            display: flex;
+            flex-wrap: wrap;
         }
         li {
             float: left;
@@ -659,6 +661,7 @@ a:active {
                 img {
                     width: 150px;
                     height: 150px;
+                    object-fit:contain;
                 }
             }
             &:hover {

+ 1 - 1
xinkeaboard-web/assets/style/store/contac-about.scss

@@ -218,7 +218,7 @@
 .bannerBox{ background-color:#e2e6f5;height:520px;width: 100%;}
 .main{background-color:#f3f3f3;padding:50px 0; }
 .picBox{width:375px;margin:0 45px 0 30px;}
-.aboutBox{width:720px;padding:0 30px 0 0; overflow:hidden;zoom:1;font-size: 14px;}
+.aboutBox{width:720px;padding:0 30px 0 0;zoom:1;font-size: 14px;}
 .f35{font-size:35px;margin-top:30px;}
 .aboutBox li{list-style-type:decimal;margin:15px 0 15px 25px;}