From 81077600a7a984ef516d7d345e314e75cfbe5db1 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sun, 09 May 2021 09:33:42 +0800
Subject: [PATCH] 首页图片
---
src/views/dataL/homeL.vue | 10 +++++++---
public/img/bjkeji.png | 0
public/img/组 681@2x.png | 0
public/img/bjkeji4.jpg | 0
public/img/组 681@3x.png | 0
5 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/public/img/bjkeji.png b/public/img/bjkeji.png
new file mode 100644
index 0000000..2cfb7b5
--- /dev/null
+++ b/public/img/bjkeji.png
Binary files differ
diff --git a/public/img/bjkeji.jpg b/public/img/bjkeji4.jpg
similarity index 100%
rename from public/img/bjkeji.jpg
rename to public/img/bjkeji4.jpg
Binary files differ
diff --git "a/public/img/\347\273\204 681@2x.png" "b/public/img/\347\273\204 681@2x.png"
new file mode 100644
index 0000000..9670319
--- /dev/null
+++ "b/public/img/\347\273\204 681@2x.png"
Binary files differ
diff --git "a/public/img/\347\273\204 681@3x.png" "b/public/img/\347\273\204 681@3x.png"
new file mode 100644
index 0000000..353d18c
--- /dev/null
+++ "b/public/img/\347\273\204 681@3x.png"
Binary files differ
diff --git a/src/views/dataL/homeL.vue b/src/views/dataL/homeL.vue
index 614b7df..ebd2478 100644
--- a/src/views/dataL/homeL.vue
+++ b/src/views/dataL/homeL.vue
@@ -65,12 +65,16 @@
align-items: center;
justify-content: center;
flex-direction: column;
- background-image: url("../../../public/img/bjkeji.jpg");
+ background-image: url("../../../public/img/bjkeji.png");
+ background-color: #fff;
background-repeat: no-repeat;
background-size: 100% 100%;
-moz-background-size: 100% 100%;
- color: #fff;
-
+ color: #4BA3FE;
+.h1,.h2{
+ position: relative;
+ left: 18%;
+}
.h1 {
font-size: 54px;
}
--
Gitblit v1.9.3