提交确实的文件
parent
80dc193869
commit
5b82484514
@ -0,0 +1,29 @@
|
||||
.ding_login{
|
||||
width:365px;
|
||||
height:400px;
|
||||
margin:0 auto;
|
||||
}
|
||||
.login_header{
|
||||
width: 100%;
|
||||
height: 64px;
|
||||
font-size: 18px;
|
||||
color: #898d90;
|
||||
overflow: hidden;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
}
|
||||
.login_type{
|
||||
width: 50%;
|
||||
line-height: 60px;
|
||||
text-align: center;
|
||||
border-bottom: 4px solid transparent;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
.login_type_active{
|
||||
color: #38adff;
|
||||
border-bottom: 4px solid #38adff;
|
||||
cursor: default;
|
||||
}
|
||||
.hide{
|
||||
display: none;
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
.ding_login{
|
||||
width:365px;
|
||||
height:400px;
|
||||
margin:0 auto;
|
||||
}
|
||||
.login_header{
|
||||
width: 100%;
|
||||
height: 64px;
|
||||
font-size: 18px;
|
||||
color: #898d90;
|
||||
overflow: hidden;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
}
|
||||
.login_type{
|
||||
width: 50%;
|
||||
line-height: 60px;
|
||||
text-align: center;
|
||||
border-bottom: 4px solid transparent;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
.login_type_active{
|
||||
color: #38adff;
|
||||
border-bottom: 4px solid #38adff;
|
||||
cursor: default;
|
||||
}
|
||||
.hide{
|
||||
display: none;
|
||||
}
|
Loading…
Reference in New Issue