From 7ab906c6c29886ac88cddc0b8dbfcbf4fc1364ad Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 27 八月 2019 11:21:36 +0800 Subject: [PATCH] 2019-08-27update --- src/components/footer.vue | 27 +++++++++++++++++++-------- 1 files changed, 19 insertions(+), 8 deletions(-) diff --git a/src/components/footer.vue b/src/components/footer.vue index a3aee41..2831275 100644 --- a/src/components/footer.vue +++ b/src/components/footer.vue @@ -2,8 +2,7 @@ <div class="footer"> <div class="wrapper"> <div class="footer_left"> - <img src="../img/ming.png" alt /> - <h3>鍖椾含鏄庣鏅崕淇℃伅鎶�鏈湁闄愬叕鍙�</h3> + <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> @@ -57,7 +56,7 @@ .footer { background: #171717; display: flex; - padding: 0.3rem 1rem 0.2rem; + padding: 0.1rem 1rem 0.2rem; } .footer_left { float: left; @@ -106,8 +105,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 +131,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; -- Gitblit v1.8.0