修改页面主题
parent
1f2f00774c
commit
20728091f0
Binary file not shown.
After Width: | Height: | Size: 140 KiB |
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue