login.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. @charset "UTF-8";
  2. body,
  3. html {
  4. height: 100%;
  5. display: block;
  6. }
  7. body {
  8. background: url("../img/login/bg1.jpg") no-repeat center center;
  9. background-size: cover;
  10. }
  11. .login-container {
  12. height: 100%;
  13. }
  14. .login-container .header {
  15. top: 0;
  16. left: 0;
  17. width: 100%;
  18. height: 47px;
  19. position: absolute;
  20. text-shadow: #000 0.1em 0.1em 0.1em;
  21. }
  22. .login-container .header .title {
  23. color: #fff;
  24. float: left;
  25. font-size: 18px;
  26. line-height: 47px;
  27. text-indent: 40px;
  28. letter-spacing: 1px;
  29. }
  30. .login-container .header a,
  31. .login-container .header a:focus,
  32. .login-container .header a:hover {
  33. color: #fff;
  34. letter-spacing: 1px;
  35. text-decoration: none;
  36. }
  37. .login-container .header ul {
  38. float: right;
  39. }
  40. .login-container .header ul li {
  41. float: left;
  42. line-height: 47px;
  43. margin-left: 10px;
  44. }
  45. .login-container form {
  46. top: 50%;
  47. left: 50%;
  48. width: 300px;
  49. position: absolute;
  50. margin-top: -250px;
  51. margin-left: -150px;
  52. }
  53. .login-container form h2 {
  54. color: #fff;
  55. padding: 20px 0;
  56. font-size: 25px;
  57. text-align: center;
  58. font-weight: 700;
  59. letter-spacing: 3px;
  60. text-shadow: #000 0.05em 0.05em 0.05em;
  61. }
  62. .login-container form ul li {
  63. position: relative;
  64. margin-top: 20px;
  65. text-shadow: #000 0.1em 0.1em 0.1em;
  66. }
  67. .login-container form ul li i.layui-icon {
  68. color: #fff;
  69. font-size: 18px;
  70. position: absolute;
  71. padding: 12px 15px 13px 20px;
  72. }
  73. .login-container form ul li input {
  74. color: #fff;
  75. height: 45px;
  76. padding: 0 15px;
  77. font-size: 14px;
  78. line-height: 1em;
  79. text-indent: 35px;
  80. border-radius: 6px;
  81. letter-spacing: 1px;
  82. background: rgba(0, 0, 0, 0.12);
  83. text-shadow: #000 0.1em 0.1em 0.1em;
  84. -webkit-text-fill-color: #fff !important;
  85. box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset !important;
  86. }
  87. .login-container form ul li input:hover,
  88. .login-container form ul li input:focus,
  89. .login-container form ul li input:active,
  90. .login-container form ul li input:-webkit-autofill,
  91. .login-container form ul li input:-webkit-autofill:hover,
  92. .login-container form ul li input:-webkit-autofill:focus,
  93. .login-container form ul li input:-webkit-autofill:active {
  94. text-shadow: #000 0.1em 0.1em 0.1em;
  95. box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset !important;
  96. -webkit-text-fill-color: #fff !important;
  97. -webkit-transition-delay: 9999s !important;
  98. -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
  99. }
  100. .login-container form ul li span {
  101. letter-spacing: 1px;
  102. color: #ff0 !important;
  103. }
  104. .login-container form ul li button {
  105. color: #333 !important;
  106. height: 45px !important;
  107. background: #fff !important;
  108. border-radius: 4px !important;
  109. letter-spacing: 1px !important;
  110. box-shadow: 0 15px 30px 0 hsla(0, 0%, 100%, 0.25) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  111. }
  112. .login-container .footer {
  113. left: 0;
  114. bottom: 0;
  115. color: #fff;
  116. width: 100%;
  117. position: absolute;
  118. text-align: center;
  119. line-height: 30px;
  120. padding-bottom: 10px;
  121. text-shadow: #000 0.1em 0.1em 0.1em;
  122. }
  123. .login-container .footer a,
  124. .login-container .footer span {
  125. color: #fff;
  126. }
  127. .login-container .footer a:hover {
  128. color: #ccc;
  129. }
  130. #supersized {
  131. top: 0;
  132. left: 0;
  133. width: 100%;
  134. height: 100%;
  135. z-index: -999;
  136. display: block;
  137. position: fixed;
  138. overflow: hidden;
  139. }
  140. #supersized img {
  141. border: 0;
  142. width: auto;
  143. height: auto;
  144. display: none;
  145. outline: 0;
  146. position: relative;
  147. max-width: none !important;
  148. }
  149. #supersized.speed img {
  150. image-rendering: -moz-crisp-edges;
  151. -ms-interpolation-mode: nearest-neighbor;
  152. }
  153. #supersized.quality img {
  154. image-rendering: optimizeQuality;
  155. -ms-interpolation-mode: bicubic;
  156. }
  157. #supersized a,
  158. #supersized li {
  159. width: 100%;
  160. height: 100%;
  161. display: block;
  162. cursor: default;
  163. }
  164. #supersized li {
  165. top: 0;
  166. left: 0;
  167. z-index: -30;
  168. position: fixed;
  169. overflow: hidden;
  170. list-style: none;
  171. }
  172. #supersized li.prevslide {
  173. z-index: -20;
  174. }
  175. #supersized li.prevslide img {
  176. display: inline;
  177. }
  178. #supersized li.activeslide {
  179. z-index: -10;
  180. }
  181. #supersized li.activeslide img {
  182. display: inline;
  183. }
  184. #supersized li.image-loading {
  185. width: 100%;
  186. height: 100%;
  187. background: url(../../plugs/supersized/progress.gif) no-repeat center center;
  188. }
  189. #supersized li.image-loading img {
  190. visibility: hidden;
  191. }
  192. #supersized-loader {
  193. top: 50%;
  194. left: 50%;
  195. z-index: 0;
  196. width: 60px;
  197. height: 60px;
  198. position: absolute;
  199. text-indent: -999em;
  200. margin: -30px 0 0 -30px;
  201. background: url(../../plugs/supersized/progress.gif) no-repeat center center;
  202. }
  203. /*# sourceMappingURL=login.css.map */