*{ font: 13px/1.5 '微软雅黑', Verdana, Helvetica, Arial, sans-serif; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -box-sizing: border-box; padding:0; margin:0; list-style:none; box-sizing: border-box; } body,html{ height:100%; overflow:hidden; } body{ background:url(../img/login/bgs.png) no-repeat center; background-size: cover; } a{ color:#27A9E3; text-decoration:none; cursor:pointer; } .centers{ display: flex; flex-direction: row; justify-content: center; align-items: center; } .tou{ height: 100%; width: 100%; } .login{ height: 70%; width: 25%; margin-left: 30%; } .message { margin: 1% 0 0 5%; text-align: left; color: #555555; font-size: 30px; letter-spacing: 3px; font-family: "Helvetica Neue", Helvetica, "PingFang SC", 微软雅黑, Tahoma, Arial, sans-serif; font-weight: 600; } #login-form{ margin-top: 15%; width: 70%; margin-left: 5%; } .input-container{ position: relative; } .icon { position: absolute; top: 16px; left: 10px; width: 20px; height: 20px; } .photo{ background-image: url("../img/login/phone.png"); } .pwd{ background-image: url("../img/login/pwd.png"); } .code{ background-image: url("../img/login/code.png"); } .refresh{ position: absolute; top: 15px; right: -30px; width: 25px; height: 25px; background-image: url("../img/login/refresh.png"); } a.logo{ display: block; height: 58px; width: 167px; margin: 0 auto 30px auto; background-size: 167px 42px; } #darkbannerwrap { background: url(../img/login/aiwrap.png); width: 18px; height: 10px; margin: 0 0 20px -58px; position: relative; } input[type=text], input[type=file], input[type=password], input[type=email], select { border: 1px solid #DCDEE0; vertical-align: middle; border-radius: 3px; height: 50px; padding: 0px 35px; font-size: 14px; color: #555555; outline:none; width:100%; } input[type=text]:focus, input[type=file]:focus, input[type=password]:focus, input[type=email]:focus, select:focus { border: 1px solid #27A9E3; } input[type=submit], button{ display: inline-block; vertical-align: middle; padding: 12px 24px; margin: 0px; font-size: 18px; line-height: 24px; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; color: #ffffff; background-color: #189F92; border-radius: 3px; border: none; -webkit-appearance: none; outline:none; width:100%; } hr.hr15 { height: 15px; border: none; margin: 0px; padding: 0px; width: 100%; } hr.hr20 { height: 20px; border: none; margin: 0px; padding: 0px; width: 100%; } .copyright{ font-size:14px; color:rgba(255,255,255,0.85); display:block; position:absolute; bottom:15px; right:15px; }