From 1598fac6c5769b061dd02e937fbaf969b5e1c20d Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期一, 18 八月 2025 14:33:52 +0800 Subject: [PATCH] 首页样式调整 --- src/components/page/GlobalFooter.vue | 42 +++++++++++++++++++++--------------------- 1 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/components/page/GlobalFooter.vue b/src/components/page/GlobalFooter.vue index 52f3e1f..42911dc 100644 --- a/src/components/page/GlobalFooter.vue +++ b/src/components/page/GlobalFooter.vue @@ -1,7 +1,6 @@ <template> <div class="footer"> - <div class="copyright" - :style="{background:$route.meta.title==='棣栭〉'?'#151548':'',color:$route.meta.title==='棣栭〉'?'#fff':''}"> + <div class="copyright"> Copyright <a-icon type="copyright"/> 2024 <span>2015-2025 鐏电鏅鸿兘</span> @@ -10,33 +9,34 @@ </template> <script> - export default { - name: 'LayoutFooter' - } +export default { + name: 'LayoutFooter' +} </script> <style lang="less" scoped> - .footer { - text-align: center; +.footer { + text-align: center; - .links { - margin-bottom: 8px; + .links { + margin-bottom: 8px; - a { - color: rgba(0, 0, 0, .45); + a { + color: rgba(0, 0, 0, .45); - &:hover { - color: rgba(0, 0, 0, .65); - } + &:hover { + color: rgba(0, 0, 0, .65); + } - &:not(:last-child) { - margin-right: 40px; - } + &:not(:last-child) { + margin-right: 40px; } } - .copyright { - color: rgba(0, 0, 0, .45); - font-size: 14px; - } } + + .copyright { + color: rgba(0, 0, 0, .45); + font-size: 14px; + } +} </style> \ No newline at end of file -- Gitblit v1.9.3