wangxy 2 jaren geleden
bovenliggende
commit
eb1915b67f

+ 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