mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2026-04-06 05:28:15 +08:00
更新于 07-06 01:22
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
/* Login page */
|
||||
.login-form {
|
||||
width: 300px;
|
||||
height: 250px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin: auto;
|
||||
font-family: Tahoma, Geneva, sans-serif;
|
||||
}
|
||||
|
||||
.login-form input[type="password"],
|
||||
.login-form input[type="text"] {
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
border: 1px solid #dddddd;
|
||||
margin-bottom: 15px;
|
||||
box-sizing: border-box;
|
||||
border-radius: 11px 11px 11px 11px;
|
||||
-moz-border-radius: 11px 11px 11px 11px;
|
||||
-webkit-border-radius: 11px 11px 11px 11px;
|
||||
}
|
||||
Reference in New Issue
Block a user