wangxy 2 년 전
부모
커밋
eb1915b67f
6개의 변경된 파일13개의 추가작업 그리고 3개의 파일을 삭제
  1. 10 0
      assets/scss/cus-client/cus-client-common.scss
  2. 1 1
      components/footer.vue
  3. 1 1
      components/footer2.vue
  4. 1 1
      pages/solution/government.vue
  5. BIN
      static/gangweiIcon/z146.png
  6. BIN
      static/productImage/p26.png

+ 10 - 0
assets/scss/cus-client/cus-client-common.scss

@@ -380,6 +380,16 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
         .two-dimensional-code{display: block;}
         .two-dimensional-code:before{display: block;}
       }
+
+      .logo {
+        width: 80px;
+        height: 120px;
+        display: inline-block;
+        background-image:url("~static/gangweiIcon/z146.png") ;
+        background-position: center;
+        background-repeat: no-repeat;
+        background-size: contain;
+      }
     }
     .contact-right-box{
       //width: 170px;

+ 1 - 1
components/footer.vue

@@ -10,7 +10,7 @@
       <div class="contact-box">
         <div class="contact-left-box">
           <dl>
-            <dd><img src="#"></dd>
+            <dd><i class="logo"></i></dd>
           </dl>
 
           <dl>

+ 1 - 1
components/footer2.vue

@@ -5,7 +5,7 @@
          <div class="contact-box">
            <div class="contact-left-box">
              <dl>
-               <dd><img src="#"></dd>
+               <dd><i class="logo"></i></dd>
              </dl>
              <dl>
                <dt>产品服务</dt>

+ 1 - 1
pages/solution/government.vue

@@ -193,7 +193,7 @@ export default {
             order: 2,
           },
           img: {
-            url: require(`~/static/productImage/p25.png`),
+            url: require(`~/static/productImage/p26.png`),
             order: 1,
           },
           mianfei: true,

BIN
static/gangweiIcon/z146.png


BIN
static/productImage/p26.png