From 1691bfcb0576e1338fadad76c67c4c601eb08bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E8=BF=90=E6=A8=A1?= <1724894114@qq.com> Date: Mon, 6 May 2024 16:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BD=91=E8=AD=A6=E5=A4=87?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer.vue | 124 ++++++++++++++++++++++---------------- 1 file changed, 71 insertions(+), 53 deletions(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index d13e97a..523b55b 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -15,6 +15,10 @@

江苏德木供应链管理有限公司

Copyright © @2021江苏德木供应链管理有限公司

版权所有 苏ICP备18028199号-3

+

+ + 苏公网安备32058502010938号 +

@@ -27,60 +31,74 @@
+ .logo { + display: flex; + margin-bottom: 10px; + } + .logo img { + width: 50px; + height: 45px; + } + + .logo .logo-text { + margin-left: 15px; + } + + .logo .logo-text .text-name { + font-size: 16px; + font-weight: 400; + margin-bottom: 3px; + } + + .logo .logo-text .text { + font-size: 14px; + font-weight: 400; + } + + .logo p { + margin: 0; + text-align: left; + } + + .companyView .company { + font-weight: 500; + font-size: 18px; + margin-bottom: 20px; + } + + .companyView .text { + display: flex; + align-items: center; + } + + .companyView .text .img { + margin-right: 5px; + } + + .aboutView .about-text { + font-weight: 500; + font-size: 18px; + margin-bottom: 20px; + } + + @media screen and (max-width: 997px) {} + \ No newline at end of file