H-ui.login.css 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. @charset "utf-8";
  2. /* -----------H-ui前端框架-------------
  3. * H-ui.login.css v2.2.1 后台登录页样式
  4. * http://www.h-ui.net/
  5. * Created & Modified by guojunhui
  6. * Date modified 2015.6.5
  7. *
  8. * Copyright 2013-2015 北京颖杰联创科技有限公司 All rights reserved.
  9. * Licensed under MIT license.
  10. * http://opensource.org/licenses/MIT
  11. *
  12. */
  13. body{font-size:14px}
  14. .header,.footer{ position:absolute; left:0; right:0; width:100%; z-index:99}
  15. .header{top:0; height:60px; background:#426374 url(../images/logo.png) no-repeat 0 center}
  16. .loginWraper{ position:absolute;width:100%; left:0; top:0; bottom:0; right:0; z-index:1; background:#3283AC url(../images/admin-login-bg.jpg) no-repeat center}
  17. .loginBox{ position:absolute; width:617px; height:330px; background:url(../images/admin-loginform-bg.png) no-repeat; left:50%; top:50%; margin-left:-309px; margin-top:-184px; padding-top:38px}
  18. @media (max-width:617px) {
  19. .loginbox{ width:100%; position:static; margin-top:0; margin-left:0;}
  20. }
  21. .loginBox .row{margin-top:20px;}
  22. .loginBox .row .form-label .Hui-iconfont{ font-size:24px}
  23. .loginBox .input-text{ width:360px}
  24. @media (max-width:617px) {
  25. .loginBox .input-text{ width:80%}
  26. }
  27. .yzm a{ color:#426374; font-size:12px}
  28. #span_msg{ font-size:14px; color:Red; line-height:40px; height:40px; margin-left:10px; width:160px;; float:left}
  29. .hd_msg{font-size:12px; color:#fff; height:30px; z-index:100;position: absolute; padding-left:50px; padding-top:5px}
  30. .hd_msg a{ color:#fff}
  31. .hd_msg a:hover{ color:#fff; text-decoration:underline}
  32. .footer{ height:46px; line-height:46px; bottom:0; text-align:center; color:#fff; font-size:12px; background-color:#426374}
  33. #ie6-warning{background:#fff url(/jscss/demoimg/201006/warning.gif) no-repeat 3px center;position:absolute;top:0;left:0;font-size:12px;color:#333;width:97%;padding: 2px 15px 2px 23px;text-align:left}
  34. #ie6-warning a {text-decoration:none}