From 1850087dd44ea2cc7ad8811bea90713a522c8861 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Sun, 25 Jun 2023 15:32:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E9=83=A8=E7=89=B9=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Card.vue | 2 +- src/components/Top.vue | 40 +++++++++++++++++++++++++++++++++---- src/pages/index.vue | 2 +- src/static/img/banner/liebiao2.png | Bin 0 -> 251 bytes src/static/img/banner/logo2.png | Bin 0 -> 2792 bytes src/static/img/news/news1.png | Bin 192057 -> 191006 bytes src/static/img/news/news2.png | Bin 114544 -> 114440 bytes src/static/img/news/news3.png | Bin 129290 -> 131541 bytes 8 files changed, 38 insertions(+), 6 deletions(-) create mode 100644 src/static/img/banner/liebiao2.png create mode 100644 src/static/img/banner/logo2.png diff --git a/src/components/Card.vue b/src/components/Card.vue index f33e661..3be419d 100644 --- a/src/components/Card.vue +++ b/src/components/Card.vue @@ -61,7 +61,7 @@ const props = defineProps({ position: absolute; left: -50%; bottom: -7px; - background: #000; + background: rgba(0, 0, 0, 0.2); display: flex; padding: 5px 0; align-items: center; diff --git a/src/components/Top.vue b/src/components/Top.vue index a7ffbcc..b6c3da2 100644 --- a/src/components/Top.vue +++ b/src/components/Top.vue @@ -1,7 +1,12 @@ diff --git a/src/pages/index.vue b/src/pages/index.vue index d91b97a..fa4dc71 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,5 +1,5 @@