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