login.less 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. @charset "UTF-8";
  2. @import "console.dynamic.less";
  3. // +----------------------------------------------------------------------
  4. // | ThinkAdmin
  5. // +----------------------------------------------------------------------
  6. // | 版权所有 2014~2021 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
  7. // +----------------------------------------------------------------------
  8. // | 官方网站: http://demo.thinkadmin.top
  9. // +----------------------------------------------------------------------
  10. // | 开源协议 ( https://mit-license.org )
  11. // +----------------------------------------------------------------------
  12. // | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
  13. // | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
  14. // +----------------------------------------------------------------------
  15. body, html {
  16. height: 100%;
  17. display: block;
  18. }
  19. body {
  20. background: url("../img/login/bg1.jpg") no-repeat center center;
  21. background-size: cover;
  22. }
  23. .login-container {
  24. height: 100%;
  25. .header {
  26. top: 0;
  27. left: 0;
  28. width: 100%;
  29. height: 48px;
  30. position: absolute;
  31. text-shadow: #000 .1em .1em .1em;
  32. .title {
  33. color: #fff;
  34. float: left;
  35. font-size: 18px;
  36. line-height: 48px;
  37. text-indent: 40px;
  38. letter-spacing: 1px;
  39. span {
  40. font-size: 10px;
  41. padding-left: 5px;
  42. }
  43. }
  44. a {
  45. &, &:focus, &:hover {
  46. color: #fff;
  47. letter-spacing: 1px;
  48. text-decoration: none;
  49. }
  50. }
  51. ul {
  52. float: right;
  53. li {
  54. float: left;
  55. line-height: 47px;
  56. margin-left: 10px;
  57. }
  58. }
  59. }
  60. form {
  61. top: 50%;
  62. left: 50%;
  63. width: 300px;
  64. position: absolute;
  65. margin-top: -250px;
  66. margin-left: -150px;
  67. h2 {
  68. color: #fff;
  69. padding: 20px 0;
  70. font-size: 25px;
  71. text-align: center;
  72. font-weight: 700;
  73. letter-spacing: 3px;
  74. text-shadow: #000 .05em .05em .05em;
  75. }
  76. ul li {
  77. margin-top: 20px;
  78. text-shadow: #000 .1em .1em .1em;
  79. &.verify {
  80. label {
  81. width: 200px;
  82. }
  83. input.layui-input {
  84. text-transform: uppercase
  85. }
  86. img {
  87. width: 95px;
  88. height: 44px;
  89. cursor: pointer;
  90. position: absolute;
  91. margin-left: 5px;
  92. border-radius: @borderRadius;
  93. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  94. }
  95. }
  96. i.layui-icon {
  97. color: #fff;
  98. font-size: 18px;
  99. position: absolute;
  100. padding: 14px 15px 13px 20px;
  101. }
  102. input {
  103. color: #fff;
  104. height: 45px;
  105. padding: 0 15px;
  106. font-size: 14px;
  107. line-height: 1em;
  108. text-indent: 35px;
  109. border-radius: @borderRadius;
  110. letter-spacing: 1px;
  111. background: rgba(0, 0, 0, .12);
  112. text-shadow: #000 .1em .1em .1em;
  113. -webkit-text-fill-color: #fff !important;
  114. box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3) inset !important;
  115. &:hover, &:focus, &:active,
  116. &:-webkit-autofill, &:-webkit-autofill:hover,
  117. &:-webkit-autofill:focus, &:-webkit-autofill:active {
  118. text-shadow: #000 .1em .1em .1em;
  119. box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3) inset !important;
  120. -webkit-text-fill-color: #fff !important;
  121. -webkit-transition-delay: 9999s !important;
  122. -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
  123. }
  124. }
  125. span {
  126. letter-spacing: 1px;
  127. color: #ff0 !important;
  128. }
  129. button {
  130. color: #333 !important;
  131. height: 45px !important;
  132. border: none !important;
  133. background: #fff !important;
  134. border-radius: @borderRadius !important;
  135. letter-spacing: 1px !important;
  136. box-shadow: 0 15px 30px 0 hsla(0, 0%, 100%, .25) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
  137. }
  138. }
  139. }
  140. .footer {
  141. left: 0;
  142. bottom: 0;
  143. color: #fff;
  144. width: 100%;
  145. position: absolute;
  146. text-align: center;
  147. line-height: 30px;
  148. padding-bottom: 10px;
  149. text-shadow: #000 .1em .1em .1em;
  150. a, span {
  151. color: #fff;
  152. }
  153. a:hover {
  154. color: #ccc
  155. }
  156. }
  157. }
  158. #supersized {
  159. top: 0;
  160. left: 0;
  161. width: 100%;
  162. height: 100%;
  163. z-index: -999;
  164. display: block;
  165. position: fixed;
  166. overflow: hidden;
  167. img {
  168. border: 0;
  169. width: auto;
  170. height: auto;
  171. display: none;
  172. outline: 0;
  173. position: relative;
  174. max-width: none !important
  175. }
  176. &.speed img {
  177. image-rendering: -moz-crisp-edges;
  178. -ms-interpolation-mode: nearest-neighbor
  179. }
  180. &.quality img {
  181. image-rendering: optimizeQuality;
  182. -ms-interpolation-mode: bicubic;
  183. }
  184. a, li {
  185. width: 100%;
  186. height: 100%;
  187. display: block;
  188. cursor: default;
  189. }
  190. li {
  191. top: 0;
  192. left: 0;
  193. z-index: -30;
  194. position: fixed;
  195. overflow: hidden;
  196. list-style: none;
  197. &.prevslide {
  198. z-index: -20;
  199. img {
  200. display: inline
  201. }
  202. }
  203. &.activeslide {
  204. z-index: -10;
  205. img {
  206. display: inline
  207. }
  208. }
  209. &.image-loading {
  210. width: 100%;
  211. height: 100%;
  212. background: url(../../plugs/supersized/progress.gif) no-repeat center center;
  213. img {
  214. visibility: hidden
  215. }
  216. }
  217. }
  218. }
  219. #supersized-loader {
  220. top: 50%;
  221. left: 50%;
  222. z-index: 0;
  223. width: 60px;
  224. height: 60px;
  225. position: absolute;
  226. text-indent: -999em;
  227. margin: -30px 0 0 -30px;
  228. background: url(../../plugs/supersized/progress.gif) no-repeat center center;
  229. }