From a90ca995ff616ae387761b8fc094b3d2533c42f3 Mon Sep 17 00:00:00 2001 From: chutingting Date: Sat, 13 Jan 2024 11:40:02 +0800 Subject: [PATCH] edit banneer --- src/components/banner/index.vue | 31 +++++++++++++++++++++++++++++++ src/layouts/index.vue | 1 + src/views/information/index.vue | 18 +++++++++++++----- 3 files changed, 45 insertions(+), 5 deletions(-) create mode 100644 src/components/banner/index.vue diff --git a/src/components/banner/index.vue b/src/components/banner/index.vue new file mode 100644 index 0000000..7a6b6b8 --- /dev/null +++ b/src/components/banner/index.vue @@ -0,0 +1,31 @@ + + + \ No newline at end of file diff --git a/src/layouts/index.vue b/src/layouts/index.vue index c87d19b..5c67dff 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -68,6 +68,7 @@ export default { .el-main { padding: 0; margin: 0; + background: #E3E5EA; } .el-footer { margin:0; diff --git a/src/views/information/index.vue b/src/views/information/index.vue index 1a09963..f5ada31 100644 --- a/src/views/information/index.vue +++ b/src/views/information/index.vue @@ -12,7 +12,7 @@
- +
@@ -22,11 +22,11 @@
- - -
+
@@ -303,7 +303,9 @@ export default { } #daliay { - height: 625px; + .content { + height: 410px; + } .top { // justify-content: space-between; background-color: #00000000 !important; @@ -474,4 +476,10 @@ export default { background-repeat: no-repeat; } } +.banner{ + margin: 0 auto; + margin-bottom: 30px; + display: block; + width: 1200px; +}