鑫苑新版本前端代码

login.css 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. html {
  2. height: 100%;
  3. }
  4. .fl{
  5. float: left;
  6. }
  7. .login{
  8. width: 100%;
  9. position: relative;
  10. height: 100%;
  11. }
  12. ._success{
  13. border-color: #c91e32!important;
  14. }
  15. .login_bg{
  16. position: absolute;
  17. left: 0;
  18. top: 0;
  19. background: url(../img/Background.jpg) no-repeat center top;
  20. background-size: 100% 100%;
  21. width: 100%;
  22. height: 100%;
  23. z-index: 0;
  24. }
  25. /*登陆*/
  26. .login_center{
  27. position: absolute;
  28. left: 0;
  29. top: 0;
  30. right: 0;
  31. bottom: 0;
  32. text-align: center;
  33. margin: auto;
  34. width: 840px;
  35. height: 520px;
  36. background: url(../img/login_center.png) no-repeat center top;
  37. background-size: 100% 100%;
  38. }
  39. .login_center .title_img{
  40. width: 190px;
  41. height: 25px;
  42. position: absolute;
  43. right: 110px;
  44. top: 75px;
  45. }
  46. .login_center .title_img img{
  47. width: 100%;
  48. }
  49. .login_text{
  50. position: absolute;
  51. left: 503px;
  52. top: 153px;
  53. }
  54. .login_text ul{
  55. margin: 0;
  56. padding: 0;
  57. }
  58. .login_text ul li{
  59. height: 36px;
  60. line-height: 36px;
  61. overflow: hidden;
  62. margin: 0;
  63. margin-bottom: 24px;
  64. padding: 0;
  65. list-style: none;
  66. }
  67. .login_text ul li input{
  68. width: 190px;
  69. height: 36px;
  70. line-height: 36px;
  71. background: #d1eef6;
  72. border: none;
  73. outline: none;
  74. padding-left: 10px;
  75. }
  76. .login_text ul li .flbox{
  77. width: 80px;
  78. font-weight: bold;
  79. }
  80. .login_text .alert_box{
  81. position: absolute;
  82. width: 200px;
  83. height: 14px;
  84. line-height: 14px;
  85. text-align: left;
  86. top: 170px;
  87. left: 80px;
  88. font-size: 12px;
  89. color: #e82d2d;
  90. overflow: hidden;
  91. display: none;
  92. }
  93. .login_text .alert_iocn{
  94. width: 14px;
  95. height: 14px;
  96. display: block;
  97. background: url(../img/alert.png) left top no-repeat;
  98. background-size: 100% 100%;
  99. float: left;
  100. }
  101. .login_text .alert_box span{
  102. display: block;
  103. float: left;
  104. margin-left: 5px;
  105. }
  106. .login_text button{
  107. width: 280px;
  108. height: 40px;
  109. -moz-border-radius: 5px; /* Firefox */
  110. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  111. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  112. line-height: 40px;
  113. text-align: center;
  114. color: #FFFFFF;
  115. background: #18abd1;
  116. font-size: 20px;
  117. margin: 0;
  118. padding: 0;
  119. margin-top: 40px;
  120. border: none;
  121. outline: none;
  122. }