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 @@
@@ -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
-->
@@ -20,7 +20,7 @@
iOS
规划中...
@@ -28,14 +28,14 @@
微信公众号
H5
@@ -50,6 +50,11 @@
+