修改页面主题

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>
<div class="login">
<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-input
v-model="loginForm.username"
@ -162,7 +162,7 @@ export default {
justify-content: center;
align-items: center;
height: 100%;
background-image: url("../assets/images/login-background.jpg");
background-image: url("../assets/images/login-into-one.jpg");
background-size: cover;
}
@ -172,26 +172,26 @@ export default {
color: #707070;
}
.login-form {
border-radius: 6px;
background: #ffffff;
width: 400px;
padding: 25px 25px 5px 25px;
.el-input {
height: 38px;
input {
height: 38px;
}
}
.input-icon {
height: 39px;
width: 14px;
margin-left: 2px;
}
}
//.login-form {
// border-radius: 6px;
// background: #ffffff;
// width: 400px;
// padding: 25px 25px 5px 25px;
//
// .el-input {
// height: 38px;
//
// input {
// height: 38px;
// }
// }
//
// .input-icon {
// height: 39px;
// width: 14px;
// margin-left: 2px;
// }
//}
.login-tip {
font-size: 13px;