Quellcode durchsuchen

Merge remote-tracking branch 'origin/大连青谷网站' into 大连青谷网站

wangxy vor 2 Jahren
Ursprung
Commit
5acd2ec6a9

+ 5 - 5
assets/scss/cus-client/cus-client-page.scss

@@ -704,8 +704,8 @@
   .client-newsInfor-page{
     // banner
     .newsInfor-banner{
-      width: 100%;height: 510px;background-image: url("~static/images/client/newsInfor/newsInfor-banner-bg.png");overflow: hidden;
-      img{width:100%;overflow: hidden;margin: 0 auto;display: block;height: 510px;}
+      width: 100%;height: 475px;overflow: hidden;
+      img{max-width:100%;overflow: hidden;margin: 0 auto;display: block;height: 475px;}
     }
 
     // 菜单 ul
@@ -730,7 +730,7 @@
       // 右侧内容区域
       .newsInfor-content-ul{
         padding: 0 32px;
-        li{margin-bottom: 40px;cursor: pointer}
+        li{margin-bottom: 40px;cursor: pointer;display: flex;align-items: center;}
         li:last-child{margin-bottom: 0;}
         //图片
         .newsInfor-img-box{width:318px;height:178px;display: inline-block;margin-right: 32px;border-radius: 8px;overflow: hidden;vertical-align: top;background-repeat: no-repeat;background-size: cover;background-position: center;}
@@ -740,14 +740,14 @@
           display: inline-block;
           vertical-align: top;
 
-          h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
+          h5{@include setFontStyle(4);color: #333333;margin-bottom: 15px;}
           div{
             margin-bottom: 8px;
             i{width: 20px;height: 20px;display: inline-block;margin-right: 14px;vertical-align: middle;background-image: url("~static/gangweiIcon/z148.png");background-repeat: no-repeat;background-position: center;background-size: contain;}
             i[type="visits"]{background-image: url("~static/gangweiIcon/z147.png");background-repeat: no-repeat;background-position: center;background-size: contain}
             span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
           }
-          p{height: 72px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;margin-bottom: 32px;text-align: justify;@include multi-line-ellipsis(3);overflow: hidden;}
+          p{max-height: 72px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;text-align: justify;@include multi-line-ellipsis(3);overflow: hidden;margin-top: 36px;}
           a{@include setFontStyle(-6);color: #4A73FD;}
           a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
           a:hover{cursor: pointer;}

+ 5 - 1
pages/news/index.vue

@@ -185,7 +185,7 @@
     content: '';
     position: absolute;
     bottom: -28px;
-    width: 50%;
+    width: 500px;
     height: 1px;
     background-color: #7CC659;
   }
@@ -216,5 +216,9 @@
       margin-right: 0;
     }
   }
+  @media (max-width: 768px) {
+    &:after {width: 50%;}
+
+  }
 }
 </style>

+ 7 - 18
pages/solution/peixun.vue

@@ -16,8 +16,9 @@
     </div>
 
     <!--  企业培训痛点  -->
-    <div class="client-tongdian-box client-container">
-      <h4>企业培训痛点</h4>
+    <div class="client-tongdian-box">
+      <div class="client-container">
+      <h4 class="client-title">企业培训痛点</h4>
       <ul>
         <li>
           <i></i>
@@ -49,6 +50,7 @@
         </li>
       </ul>
     </div>
+    </div>
 
     <!--  企业培训解决方案  -->
     <div class="platform-products-services client-container">
@@ -294,13 +296,7 @@ export default {
 
 // 企业痛点
 .client-tongdian-box {
-  h4 {
-    font-size: 30px;
-    font-weight: 800;
-    color: #333;
-    margin-bottom: 90px;
-    text-align: center;
-  }
+  background: #f8fdf9;
 
   ul {
     display: flex;
@@ -310,7 +306,7 @@ export default {
     li {
       text-align: center;
       width: 33%;
-      margin-bottom: 30px;
+      margin-bottom: 84px;
 
       i {
         width: 99px;
@@ -319,6 +315,7 @@ export default {
         background-repeat: no-repeat;
         background-size: contain;
         background-position: center;
+        margin-bottom: 28px;
       }
 
       &:nth-child(1) {
@@ -550,14 +547,6 @@ export default {
   .client-tongdian-box {
     margin-top: 10%;
 
-    h4 {
-      font-size: 18px;
-      font-weight: 800;
-      color: #333;
-      margin-bottom: 6%;
-      text-align: center;
-    }
-
     ul {
       li {
         width: 50%;

BIN
static/productImage/p17.png


BIN
static/productImage/p18.png


BIN
static/productImage/p19.png


BIN
static/productImage/p20.png


BIN
static/productImage/p21.png