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