高新区管委会,以5.0标准版为基准,从双汇项目拷贝

login.css 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. body{
  2. height: 100%;
  3. }
  4. .signin{
  5. width: 100%;
  6. position: relative;
  7. height: 100%;
  8. }
  9. .head,.foot{
  10. background: #fff;
  11. width: 100%;
  12. height: 10%;
  13. box-sizing: border-box;
  14. }
  15. .foot{
  16. text-align: center;
  17. }
  18. .headCon,.mainCon,.footCon{
  19. width: 1200px;
  20. margin: 0 auto;
  21. }
  22. .headCon{
  23. box-sizing: border-box;
  24. height: 100%;
  25. }
  26. .wrap{
  27. height: 500px;
  28. background: #030819;
  29. width: 100%;
  30. height: 80%;
  31. }
  32. .footCon ul li{
  33. float: left;
  34. text-align: center;
  35. color: #243747;
  36. padding: 0 5px;
  37. }
  38. .footCon ul li a{
  39. display: block;
  40. color: #243747;
  41. }
  42. .Copy{
  43. color: #243747;
  44. text-align: center;
  45. }
  46. .center{
  47. display: inline-block;
  48. height: 100%;
  49. vertical-align: middle;
  50. }
  51. .mainCon,.mainCon_left,.mainCon_right,.img_box{
  52. height: 100%;
  53. }
  54. .mainCon_right{
  55. text-align: center;
  56. }
  57. .tab_box{
  58. background: #fff;
  59. height: 346px;
  60. display: inline-block;
  61. width: 375px;
  62. vertical-align: middle;
  63. }
  64. .tab_box ul li {
  65. width: 50%;
  66. float: left;
  67. width: 50%;
  68. float: left;
  69. padding: 20px 0;
  70. text-align: center;
  71. color: #243747;
  72. font-size: 16px;
  73. }
  74. .tab_box ul{
  75. border-bottom: 1px solid #cdcdcd;
  76. }
  77. .tab_content div p {
  78. width: 300px;
  79. margin: 0 auto;
  80. height: 36px;
  81. border: 1px solid #ebebed;
  82. border-radius: 5px;
  83. margin-bottom: 25px;
  84. line-height: 36px;
  85. padding-left: 10px;
  86. text-align: initial;
  87. }
  88. .tab_content div p input {
  89. width: 200px;
  90. border: 0;
  91. font-size: 14px;
  92. outline: none;
  93. color: #323232;
  94. }
  95. .login_icon {
  96. display: inline-block;
  97. width: 25px;
  98. height: 19px;
  99. vertical-align: sub;
  100. margin-right: 15px;
  101. border-right: 1px solid #cdcdcd;
  102. }
  103. .tab_content .login_go {
  104. text-align: center;
  105. padding: 0!important;
  106. font-size: 16px!important;
  107. letter-spacing: 16px;
  108. color: #fff;
  109. background: #1e90ff;
  110. height: 49px!important;
  111. line-height: 49px!important;
  112. cursor: pointer;
  113. }
  114. .login_icon_user {
  115. background: url(../img/user-icon.png) no-repeat;
  116. }
  117. .login_icon_hua {
  118. background: url(../img/fj-icon.png) no-repeat;
  119. }
  120. .login_icon_lock {
  121. background: url(../img/psw-icon.png) no-repeat;
  122. }
  123. .error {
  124. width: 16px;
  125. height: 16px;
  126. background: url(../img/xx-error.png) no-repeat;
  127. display: none;
  128. border: 0;
  129. }
  130. .errorShow {
  131. display: inline-block;
  132. }
  133. .active{
  134. position: relative;
  135. }
  136. .active:after{
  137. display: block;
  138. content: "";
  139. position: absolute;
  140. height: 2px;
  141. width: 45%;
  142. background: #1e90ff;
  143. margin: 0 auto;
  144. bottom: -1px;
  145. right: 0;
  146. left: 0;
  147. top: auto;
  148. }
  149. .tab_content>div{
  150. padding-top: 24px;
  151. }
  152. .tab_content{
  153. border: 1px solid transparent
  154. }
  155. input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  156. font-family: '华文仿宋';
  157. color: #999999;
  158. }
  159. input:-moz-placeholder, textarea:-moz-placeholder {
  160. font-family: '华文仿宋';
  161. color: #999999;
  162. }
  163. input::-moz-placeholder, textarea::-moz-placeholder {
  164. font-family: '华文仿宋';
  165. color: #999999;
  166. }
  167. input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  168. font-family: '华文仿宋';
  169. color: #999999;
  170. }