wangxy 3 년 전
부모
커밋
92c942b332
6개의 변경된 파일38개의 추가작업 그리고 6개의 파일을 삭제
  1. 30 2
      assets/scss/cus-client/cus-client-page.scss
  2. 8 4
      pages/index.vue
  3. BIN
      static/gangweiIcon/z136.png
  4. BIN
      static/gangweiIcon/z137.png
  5. BIN
      static/gangweiIcon/z138.png
  6. BIN
      static/gangweiIcon/z139.png

+ 30 - 2
assets/scss/cus-client/cus-client-page.scss

@@ -29,10 +29,38 @@
           width: 25%;display: inline-block;text-align: center;
           div{border-right:2px solid #e5e5e5;margin: 24px 0;}
           p{@include setFontStyle(16);margin-bottom: 16px;color: #333;}
-          span{@include setFontStyle(6);}
-          h4{@include setFontStyle(-4);color: #666;}
+          span{@include setFontStyle(6);};
+          h4{@include setFontStyle(-4);color: #666;};
+          i {
+            width: 64px;
+            height: 54px;
+            display: inline-block;
+            background-size: contain;
+            background-repeat: no-repeat;
+            background-position: center;
+          }
         }
         li:last-child div{border-right: 0;}
+        li:nth-child(1) {
+          i {
+            background-image: url('~static/gangweiIcon/z139.png');
+          }
+        }
+        li:nth-child(2) {
+          i {
+            background-image: url('~static/gangweiIcon/z136.png');
+          }
+        }
+        li:nth-child(3) {
+          i {
+            background-image: url('~static/gangweiIcon/z137.png');
+          }
+        }
+        li:nth-child(4) {
+          i {
+            background-image: url('~static/gangweiIcon/z138.png');
+          }
+        }
     }
 
     /* 产品和服务 */

+ 8 - 4
pages/index.vue

@@ -26,16 +26,20 @@
     <div class="client-company-history mta-hidden-xs">
       <div class="client-container">
         <ul>
-          <li><img src="#">
+          <li>
+            <i></i>
             <div><p>在线考试系统</p><h4>让考试变得更轻松</h4></div>
           </li>
-          <li><img src="#">
+          <li>
+            <i></i>
             <div><p>在线培训系统</p><h4>为企业解决培训痛点</h4></div>
           </li>
-          <li><img src="#">
+          <li>
+            <i></i>
             <div><p>课程定制开发</p><h4>打造专业定制化服务</h4></div>
           </li>
-          <li><img src="#">
+          <li>
+            <i></i>
             <div><p>通用课程资源</p><h4>企业构建自主课程体系</h4></div>
           </li>
         </ul>

BIN
static/gangweiIcon/z136.png


BIN
static/gangweiIcon/z137.png


BIN
static/gangweiIcon/z138.png


BIN
static/gangweiIcon/z139.png