| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- *{
- margin:0;
- paddig:0;
- }
- body{
- height:100vh;
- overflow:hidden;
- font-family:���ź�,Microsoft YaHei;
- }
- .login{
- width:508px;
- height:340px;
- background:rgba(54, 61, 76, 0.72);
- border-radius:10px;
- margin:20vh auto;
- text-align:center;
- }
- h4{
- font-size:24px;
- width:330px;
- margin:0 auto;
- font-weight:400;
- height:40px;
- padding: 30px 0 12px 0;
- color: #41C7DB;
- }
- .login>p>input{
- width: 290px;
- height: 40px;
- background: white;
- margin-bottom: 20px;
- padding-left: 36px;
- outline:none;
- border:1px solid #a9a9a9;
- box-shadow: 0 0 0 1000px white inset;
- -webkit-box-shadow: 0 0 0 1000px white inset;
- }
- #inpu+img{
- position:absolute;
- left: 97px;
- top: 10px;
- }
- #pwd+img{
- position:absolute;
- left: 97px;
- top: 10px;
- }
- #btn{
- width:226px;
- height:36px;
- margin:0 auto;
- border-radius:5px;
- cursor:pointer;
- font-size:14px;
- line-height:36px;
- margin-top:20px;
- background: #41C7DB;
- color:white;
- }
- #btn:hover{
- border:1px solid #ccc;
- }
|