修改页面主题

master
ZhiShuo_Lou 2023-12-03 10:24:14 +08:00
parent 1f2f00774c
commit 20728091f0
2 changed files with 22 additions and 22 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="login"> <div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form"> <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">智能车联管理系统</h3> <h3 class="title"><b>NumberOne智能车联平台</b></h3>
<el-form-item prop="username"> <el-form-item prop="username">
<el-input <el-input
v-model="loginForm.username" v-model="loginForm.username"
@ -162,7 +162,7 @@ export default {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100%; height: 100%;
background-image: url("../assets/images/login-background.jpg"); background-image: url("../assets/images/login-into-one.jpg");
background-size: cover; background-size: cover;
} }
@ -172,26 +172,26 @@ export default {
color: #707070; color: #707070;
} }
.login-form { //.login-form {
border-radius: 6px; // border-radius: 6px;
background: #ffffff; // background: #ffffff;
width: 400px; // width: 400px;
padding: 25px 25px 5px 25px; // padding: 25px 25px 5px 25px;
//
.el-input { // .el-input {
height: 38px; // height: 38px;
//
input { // input {
height: 38px; // height: 38px;
} // }
} // }
//
.input-icon { // .input-icon {
height: 39px; // height: 39px;
width: 14px; // width: 14px;
margin-left: 2px; // margin-left: 2px;
} // }
} //}
.login-tip { .login-tip {
font-size: 13px; font-size: 13px;