login.scss
1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.login_container {
background-color: #FFFFFF;
height: 100%;
padding: 0px 30px;
.login_title {
padding-top: 100px;
font-size: 20px;
line-height: 30px;
color: #333333;
}
.title_dsc {
color: #999999;
line-height: 30px;
margin-bottom: 10px;
font-size: 13px;
}
.send_code{
float: right;
line-height: 30px;
}
.login_from {
margin-bottom: 50px;
font-size: 13px;
.el-checkbox__label {
line-height: 20px;
}
.el-form-item {
margin-bottom: 40px;
}
.el-input__wrapper {
box-shadow: none;
border-bottom: 1px #979797 solid;
padding: 5px 0;
border-radius: 0px;
}
.code_wrap{
position: relative;
.el-form-item__content {
display: flex;
justify-content: space-between;
}
.el-input{
width: 10%;
.el-input__inner {
text-align: center;
}
}
}
.el-input.msg_code_input .el-input__wrapper{
.el-input__inner {
letter-spacing: 49px;
}
}
}
}