后台登陆界面

pull/135/head
spirit 2019-11-17 12:02:50 +08:00
parent b31953cecb
commit c025d6b6ff
1 changed files with 14 additions and 1 deletions

View File

@ -66,9 +66,10 @@ color: #676767 !important}
background: none;
box-shadow: none;
margin-top: 10px;
border: none;
}
#login form p {
#login form p,#login form .user-pass-wrap {
font-family:"Microsoft Yahei";
position:relative;
padding:0px 35px;
@ -116,6 +117,18 @@ color: #676767 !important}
border: 1px solid #FF5656;
}
.login .button.wp-hide-pw{
height: 46px;
outline: none;
box-shadow: none;
border: none;
opacity: .8;
}
.login .button.wp-hide-pw .dashicons{
right: 1rem;
}
#login .form-send .bot {
width:100%;
border-bottom:1px solid #ccc;