diff --git a/src/assets/img/icon/ahb.png b/src/assets/img/icon/ahb.png
deleted file mode 100644
index 9991ea6..0000000
Binary files a/src/assets/img/icon/ahb.png and /dev/null differ
diff --git a/src/assets/scss/color.scss b/src/assets/scss/color.scss
index 1077e61..9ea6c52 100644
--- a/src/assets/scss/color.scss
+++ b/src/assets/scss/color.scss
@@ -1,4 +1,7 @@
$main-bg: rgb(22, 26, 37);
$second-text-color: rgb(143, 143, 158);
-$second-btn-color: rgb(58,58,70);
+$second-btn-color: rgb(58, 58, 70);
$line-color: rgb(37, 45, 66);
+
+
+$primary-btn-color: rgb(252, 47, 86);
\ No newline at end of file
diff --git a/src/assets/scss/dialog.scss b/src/assets/scss/dialog.scss
deleted file mode 100644
index e69de29..0000000
diff --git a/src/assets/scss/index.scss b/src/assets/scss/index.scss
index 0e2f689..c7ef1b4 100644
--- a/src/assets/scss/index.scss
+++ b/src/assets/scss/index.scss
@@ -5,22 +5,20 @@
@import "custom";
//自定义的一些快捷css类
@import "color";
-//颜色
-@import "dialog";
-//弹窗
+//颜色
@import "layout"; //布局
html, body {
- width: 100%;
- height: 100%;
- background: #2e3244;
- font-size: 62.5%;
- margin: 0;
- padding: 0;
+ width: 100%;
+ height: 100%;
+ background: #2e3244;
+ font-size: 62.5%;
+ margin: 0;
+ padding: 0;
}
p {
- padding: 0;
- margin: 0;
+ padding: 0;
+ margin: 0;
}
diff --git a/src/assets/scss/variables.scss b/src/assets/scss/variables.scss
index e69de29..37e7d17 100644
--- a/src/assets/scss/variables.scss
+++ b/src/assets/scss/variables.scss
@@ -0,0 +1 @@
+$footer-height: 60px;
\ No newline at end of file
diff --git a/src/components/Search.vue b/src/components/Search.vue
new file mode 100644
index 0000000..6120098
--- /dev/null
+++ b/src/components/Search.vue
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/slide/SlideList.vue b/src/components/slide/SlideList.vue
index c30c665..ed7f032 100644
--- a/src/components/slide/SlideList.vue
+++ b/src/components/slide/SlideList.vue
@@ -405,7 +405,7 @@ export default {
\ No newline at end of file