Commit 70d7303f authored by caicaicai's avatar caicaicai

修改

parent 211b049c
......@@ -3,7 +3,7 @@
<div class="projectName">卡车调度系统终端平台</div>
<div class="loginBody">
<div class="loginTitle">登录窗口</div>
<div class="loginText">欢迎登录终端</div>
<!-- <div class="loginText">欢迎登录终端</div> -->
<div class="loginInoputs">
<el-form ref="loginForm" :model="loginForm" >
<el-form-item class="userInpBody">
......@@ -152,7 +152,7 @@ export default {
}
.loginBody{
position: relative;
padding-top: 73px;
padding-top: 50px;
box-sizing: border-box;
margin: 0 auto;
width: 60%;
......@@ -163,23 +163,24 @@ export default {
.loginTitle{
margin-left: 50px;
text-align: center;
font-size: 30px;
font-size: 25px;
color:rgb(47,213,255);
letter-spacing: 6px;
}
.loginText{
margin-top: 30px;
margin-top: 20px;
margin-left: 50px;
text-align: center;
font-size: 35px;
font-size: 30px;
color:rgb(151,227,244);
letter-spacing: 6px;
margin-bottom: 30px;
margin-bottom: 10px;
}
.loginInoputs{
margin-top: 70px;
position: absolute;
right: 120px;
width: 400px;
right: 80px;
width: 270px;
height: 300px;
}
.userInpBody{
......@@ -191,15 +192,15 @@ export default {
display: flex;
}
.userIcon{
padding: 15px;
padding: 11px;
box-sizing: border-box;
width: 60px;
height: 60px;
width: 50px;
height: 50px;
background-color: rgb(18,70,113);
}
#userInp{
height: 100%;
width: 80%;
width: 100%;
background: none;
outline: none;
border: none;
......@@ -217,10 +218,10 @@ export default {
margin-bottom: 50px;
}
.passWordIcon{
padding: 15px;
padding: 11px;
box-sizing: border-box;
width: 60px;
height: 60px;
width: 50px;
height: 50px;
background-color: rgb(18,70,113);
}
#passWordInp{
......@@ -235,7 +236,7 @@ export default {
}
.loginBtn{
width: 100%;
height: 60px;
height: 50px;
font-size: 22px;
background-color:rgb(24,180,255);
border: 0px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment