From 0b733984acbbc018511fba1ce3ce913d71639f64 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 21 十月 2020 10:35:06 +0800
Subject: [PATCH] 2020-10-21

---
 src/components/footer.vue |   35 ++++++++++++++++++++++++++++++++---
 1 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/src/components/footer.vue b/src/components/footer.vue
index 2831275..08d9fb9 100644
--- a/src/components/footer.vue
+++ b/src/components/footer.vue
@@ -3,10 +3,15 @@
     <div class="wrapper">
       <div class="footer_left">
         <h3><img src="../img/ming.png" alt />鍖椾含鏄庣鏅崕淇℃伅鎶�鏈湁闄愬叕鍙�</h3>
-        <h2>甯姪浼佷笟瀹屾垚涓浗鏅洪�犲崌绾�</h2>
         <p class="footer_left_address">鍖椾含甯傛湞闃冲尯寤哄浗璺�88鍙稴OHO鐜颁唬鍩�2鍙锋ゼ29灞�</p>
         <p class="footer_left_address">鍖椾含甯傞�氬窞鍖烘柊鍗庡寳琛�156鍙蜂繚鍒╁ぇ閮芥眹6-808</p>
-        <p class="footer_left_address">浜琁CP澶�12007830鍙�</p>
+        <p class="footer_left_address"><a href="http://beian.miit.gov.cn/"  target="_blank">浜琁CP澶�12007830鍙�</a></p>
+        <p class="footer_left_address">
+          <a href="https://www.51.la/?comId=4874247" title="51.La 缃戠珯娴侀噺缁熻绯荤粺" target="_blank"><span class="la">51La</span></a>
+          <a href="http://exmail.qq.com/login" style="margin-right: 20px;" target="_blank" >浼佷笟閭</a>
+          <a href="https://cli.im/" style="margin-right: 20px;" target="_blank" >鐢熸垚浜岀淮鐮�</a>
+          <a href="http://www.qinms.com/webapp/barcode/index.aspx"  target="_blank" >鐢熸垚鏉″舰鐮�</a>
+        </p>
       </div>
       <div class="footer_right">
         <h3 class="m_hide">鑱旂郴鎴戜滑</h3>
@@ -30,7 +35,13 @@
     <div class="footer_bottom">
       <p>鍖椾含甯傛湞闃冲尯寤哄浗璺�88鍙稴OHO鐜颁唬鍩�2鍙锋ゼ29灞�</p>
       <p>鍖椾含甯傞�氬窞鍖烘柊鍗庡寳琛�156鍙蜂繚鍒╁ぇ閮芥眹6-808</p>
-      <p>浜琁CP澶�12007830鍙�</p>
+      <p><a href="http://beian.miit.gov.cn/"  target="_blank">浜琁CP澶�12007830鍙�</a></p>
+      <p>
+        <a href="https://www.51.la/?comId=4874247" title="51.La 缃戠珯娴侀噺缁熻绯荤粺" target="_blank"><span class="la">51La</span></a>
+        <a href="http://exmail.qq.com/login" style="margin-right: 20px;" target="_blank" >浼佷笟閭</a>
+        <a href="https://cli.im/" style="margin-right: 20px;" target="_blank" >鐢熸垚浜岀淮鐮�</a>
+        <a href="http://www.qinms.com/webapp/barcode/index.aspx"  target="_blank" >鐢熸垚鏉″舰鐮�</a>
+      </p>
     </div>
   </div>
 </template>
@@ -77,6 +88,9 @@
       color: #ffffff;
       font-size: 0.14rem;
       line-height: 0.3rem;
+      a {
+        color: #ffffff;
+      }
     }
   }
   .footer_right {
@@ -95,6 +109,18 @@
   }
   .footer_bottom {
     display: none;
+  }
+  .la {
+    display: inline-block;
+    background-color:#FF7043;
+    color:#fff;
+    padding: 0px 5px;
+    font-family: arial;
+    font-size: 12px;
+    font-weight: bold;
+    line-height: 20px;
+    height: 20px;
+    margin-right: 10px;
   }
   @media all and (min-width: 751px) {
     .footer_img {
@@ -202,6 +228,9 @@
         font-size: 0.24rem;
         line-height: 0.4rem;
         color: #fff;
+        a {
+          color: #ffffff;
+        }
       }
       p:last-child {
         padding-bottom: 0.2rem;

--
Gitblit v1.8.0