From 38ae3bc6f339dee06225763572bd72f97520d70b Mon Sep 17 00:00:00 2001
From: yz_08 <yz_0812@outlook.com>
Date: 星期一, 18 一月 2021 21:27:57 +0800
Subject: [PATCH] 修改首页
---
src/views/login/login-scoped.scss | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/src/views/login/login-scoped.scss b/src/views/login/login-scoped.scss
index 28cb680..5cb1fee 100644
--- a/src/views/login/login-scoped.scss
+++ b/src/views/login/login-scoped.scss
@@ -3,17 +3,23 @@
$light_gray:#eee;
.login-container {
- background: url(../../assets/background2.png) 50% no-repeat;
+ background: url(../../assets/background2.jpg) 50% no-repeat;
background-size: cover;
width: 100%;
height: 100vh;
.login-info {
+ width: 500px;
+ background-color: rgba(163, 44, 48, 1);
position: absolute;
- left: 15%;
+ left: 25%;
top: 44%;
margin-top: -100px;
color: #fff;
font-weight: 600;
+ .zbyt-login{
+ width: 100px;
+ height: 120px;
+ }
.title {
font-size: 1.8rem;
font-weight: 600;
@@ -30,7 +36,7 @@
.login-form {
position: absolute;
top: 50%;
- left: 75%;
+ left: 65%;
margin: -180px 0 0 -160px;
width: 320px;
height: 380px;
@@ -76,6 +82,7 @@
line-height: 1rem;
height: 1rem;
font-weight: 600;
+ color: #000;
}
.tips {
font-size: 14px;
--
Gitblit v1.8.0