From 62b6f6ab4c02b581c182363d7b2253ca6819a26a Mon Sep 17 00:00:00 2001 From: Liuqi <517964015@qq.com> Date: Mon, 14 Aug 2023 17:01:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E4=BF=AE=E6=94=B9=E4=BA=86?= =?UTF-8?q?=E9=A1=B5=E8=84=9A=E7=9B=B8=E5=85=B3=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/GlobalFooter.vue | 16 +----- src/views/user/third/ThirdLogin.vue | 84 ++++++++++++++-------------- 2 files changed, 42 insertions(+), 58 deletions(-) diff --git a/src/components/page/GlobalFooter.vue b/src/components/page/GlobalFooter.vue index 7974d85..26472f6 100644 --- a/src/components/page/GlobalFooter.vue +++ b/src/components/page/GlobalFooter.vue @@ -1,19 +1,5 @@ @@ -99,20 +97,20 @@ export default { margin-top: 24px; line-height: 22px; -.item-icon { - font-size: 24px; - color: rgba(0, 0, 0, .2); - margin-left: 16px; - vertical-align: middle; - cursor: pointer; - transition: color .3s; + .item-icon { + font-size: 24px; + color: rgba(0, 0, 0, 0.2); + margin-left: 16px; + vertical-align: middle; + cursor: pointer; + transition: color 0.3s; -& :hover { - color: #1890ff; + & :hover { + color: #1890ff; + } + } + .register { + float: right; + } } -} -.register { - float: right; -} -} - \ No newline at end of file +