From bae56a147be85be57ad1c64e9766c9aca750d187 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 04 三月 2025 16:04:12 +0800 Subject: [PATCH] 2025-03-04 --- src/components/footer.vue | 84 ++++++++++++++++++++++++++++++++++++------ 1 files changed, 72 insertions(+), 12 deletions(-) diff --git a/src/components/footer.vue b/src/components/footer.vue index a3aee41..b8d9ebe 100644 --- a/src/components/footer.vue +++ b/src/components/footer.vue @@ -2,12 +2,18 @@ <div class="footer"> <div class="wrapper"> <div class="footer_left"> - <img src="../img/ming.png" alt /> - <h3>鍖椾含鏄庣鏅崕淇℃伅鎶�鏈湁闄愬叕鍙�</h3> - <h2>甯姪浼佷笟瀹屾垚涓浗鏅洪�犲崌绾�</h2> + <h3><img src="../img/ming.png" alt />鍖椾含鏄庣鏅崕淇℃伅鎶�鏈湁闄愬叕鍙�</h3> <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">鍖椾含甯傞�氬窞鍖烘花鎯犲寳涓�琛�3鍙烽櫌鏂板厜澶т腑蹇�8B搴�3107</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.cnzz.com/stat/website.php?web_id=1279630927" style="margin-right: 20px;" target="_blank" title="绔欓暱缁熻"><img border="0" hspace="0" vspace="0" src="https://icon.cnzz.com/img/pic.gif"></a> + <!-- <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" style="margin-right: 20px;" target="_blank" >鐢熸垚鏉″舰鐮�</a> + <a href="http://crm.mk9h.cn/index.html" target="_blank" >crm</a> + </p> </div> <div class="footer_right"> <h3 class="m_hide">鑱旂郴鎴戜滑</h3> @@ -26,12 +32,24 @@ <span class="m_hide">400-189-1819</span> <span class="p_hide"><a href="tel:400-189-1819" style="color:#fff">400-189-1819</a></span> </p> + <p class="footer_right_website"> + <span>APP涓嬭浇锛�</span> + <a class="download" href="https://cloud.mk9h.cn/Content/app/app-release.rar" style="margin-left: 15px;margin-right: 20px;color: #ffffff;" target="_blank">Android<span class="app">涓嬭浇</span></a> + <a class="download" href="https://apps.apple.com/cn/app/%E6%98%8E%E7%A7%91%E4%BA%91/id1584460977" style="margin-right: 20px;color: #ffffff;" target="_blank">ios<span class="app">涓嬭浇</span></a> + </p> </div> </div> <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" style="margin-right: 20px;" target="_blank" >鐢熸垚鏉″舰鐮�</a> + <a href="http://crm.mk9h.cn/index.html" target="_blank" >crm</a> + </p> </div> </div> </template> @@ -57,7 +75,7 @@ .footer { background: #171717; display: flex; - padding: 0.3rem 1rem 0.2rem; + padding: 0.1rem 1rem 0.2rem; } .footer_left { float: left; @@ -78,6 +96,9 @@ color: #ffffff; font-size: 0.14rem; line-height: 0.3rem; + a { + color: #ffffff; + } } } .footer_right { @@ -92,10 +113,25 @@ color: #fff; margin-top: 0.1rem; font-size: 0.14rem; + .app { + display: none; + } } } .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 { @@ -106,8 +142,19 @@ .footer_right_website22 { margin-left: 0.75rem; } - .footer_left h3 { - margin-bottom: 0.1rem; + .footer_left { + margin-top: 0; + h3 { + margin-bottom: 0.1rem; + margin-left: -0.28rem; + img { + width: 0.28rem; + margin-top: -0.02rem; + } + } + } + .footer_right { + margin-top: 0.1rem; } .footer_bottom_icon22 { margin: 0.2rem 0; @@ -121,12 +168,13 @@ } .footer_left { text-align: center; - img { - display: none; - } h3 { font-size: 0.34rem; margin-bottom: 0.2rem; + img { + width: 0.4rem; + margin-top: -0.05rem; + } } h2 { font-size: 0.30rem; @@ -169,6 +217,15 @@ span:last-child { font-size: 0.3rem; } + .download { + display: inline-block; + font-size: 0.3rem; + margin-top: 5px; + margin-left: 0!important; + } + .app { + display: inline-block!important; + } } } @@ -191,6 +248,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