From 8b18ca4f736b0a409f685d3ef2d57553f97da34f Mon Sep 17 00:00:00 2001 From: ch Date: Thu, 2 Jun 2022 18:01:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/down.vue | 60 +++++++++++++++++++++++++ layouts/module/header/HeaderInfoBar.vue | 16 ++++++- pages/down/index.vue | 13 ++++-- 3 files changed, 84 insertions(+), 5 deletions(-) create mode 100644 layouts/down.vue diff --git a/layouts/down.vue b/layouts/down.vue new file mode 100644 index 0000000..17d810b --- /dev/null +++ b/layouts/down.vue @@ -0,0 +1,60 @@ + + + + diff --git a/layouts/module/header/HeaderInfoBar.vue b/layouts/module/header/HeaderInfoBar.vue index 977b0fa..55805b7 100644 --- a/layouts/module/header/HeaderInfoBar.vue +++ b/layouts/module/header/HeaderInfoBar.vue @@ -86,7 +86,8 @@
- + + 下载app
@@ -296,6 +297,19 @@ export default { height: 26px; display: flex; align-items: center; + border-radius: 4px; + .down--icon__hover{ + display: none; + } + &:hover{ + color: #ff875b; + .down--icon{ + display: none; + } + .down--icon__hover{ + display: inline-block; + } + } } } } diff --git a/pages/down/index.vue b/pages/down/index.vue index 87e709f..4c713ff 100644 --- a/pages/down/index.vue +++ b/pages/down/index.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-26 16:08:17 * @LastEditors: ch - * @LastEditTime: 2022-05-31 17:52:30 + * @LastEditTime: 2022-06-02 17:56:04 * @Description: file content --> +