adminLogin.less 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  1. body {
  2. background-size: cover;
  3. }
  4. .content {
  5. margin-top: 100px;
  6. display: flex;
  7. flex-direction: row;
  8. justify-content: center;
  9. position: relative;
  10. }
  11. .login-box {
  12. width: 400px;
  13. height: 300px;
  14. padding: 50px 50px 0;
  15. border-radius: 10px;
  16. border: 1px solid rgba(0, 0, 0, .2);
  17. -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
  18. -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
  19. box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
  20. margin-left: 110px;
  21. .ant-spin-blur:after{
  22. background: transparent;
  23. }
  24. .ant-input {
  25. font-size: 18px;
  26. background-color: rgba(0, 0, 0, 0);
  27. color: #fff;
  28. border: none;
  29. box-shadow: none;
  30. border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  31. border-radius: 4px;
  32. &::placeholder {
  33. color: rgba(255, 255, 255, 0.5);
  34. }
  35. }
  36. .ant-input:focus {
  37. border: none;
  38. box-shadow: none;
  39. border-bottom: 1px solid #58a3ff;
  40. }
  41. input:-webkit-autofill {
  42. -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  43. transition: background-color 50000s ease-in-out 0s !important;
  44. -webkit-text-fill-color: #fff;
  45. }
  46. input {
  47. height: 36px;
  48. border-radius: 6px;
  49. font-size: 18px;
  50. }
  51. button {
  52. width: 298px;
  53. height: 36px;
  54. border-radius: 4px;
  55. margin-top: 20px;
  56. background: transparent;
  57. border: 1px solid #58a3ff;
  58. color: #58a3ff;
  59. }
  60. .ant-btn:hover,
  61. .ant-btn:focus,
  62. .ant-btn:active,
  63. .ant-btn.active {
  64. background: transparent;
  65. color: #58a3ff;
  66. }
  67. .ant-input-group-addon {
  68. font-size: 17px;
  69. }
  70. .user-box {
  71. margin-bottom: 20px;
  72. .ant-input {
  73. width: 300px;
  74. }
  75. }
  76. .pw-box {
  77. margin-bottom: 20px;
  78. .ant-input {
  79. width: 300px;
  80. }
  81. }
  82. }
  83. .ant-checkbox-wrapper {
  84. margin-bottom: 20px;
  85. font-size: 14px;
  86. color: #878787;
  87. }
  88. .ant-btn {
  89. font-size: 18px;
  90. }
  91. input::-webkit-input-placeholder,
  92. textarea::-webkit-input-placeholder {
  93. color: #333;
  94. }
  95. input:-moz-placeholder,
  96. textarea:-moz-placeholder {
  97. color: #333;
  98. }
  99. input::-moz-placeholder,
  100. textarea::-moz-placeholder {
  101. color: #333;
  102. }
  103. input:-ms-input-placeholder,
  104. textarea:-ms-input-placeholder {
  105. color: #333;
  106. }
  107. // 球
  108. @-webkit-keyframes cir1 {
  109. 0% {
  110. -webkit-transform: rotateY(0deg) rotateZ(10deg);
  111. }
  112. 100% {
  113. -webkit-transform: rotateY(-360deg) rotateZ(10deg);
  114. }
  115. }
  116. @keyframes cir1 {
  117. 0% {
  118. transform: rotateY(0deg) rotateZ(10deg);
  119. }
  120. 100% {
  121. transform: rotateY(-360deg) rotateZ(10deg);
  122. }
  123. }
  124. @-webkit-keyframes cir2 {
  125. 0% {
  126. -webkit-transform: rotateY(-60deg) rotateZ(10deg);
  127. }
  128. 100% {
  129. -webkit-transform: rotateY(-420deg) rotateZ(10deg);
  130. }
  131. }
  132. @keyframes cir2 {
  133. 0% {
  134. transform: rotateY(-60deg) rotateZ(10deg);
  135. }
  136. 100% {
  137. transform: rotateY(-420deg) rotateZ(10deg);
  138. }
  139. }
  140. @-webkit-keyframes cir3 {
  141. 0% {
  142. -webkit-transform: rotateY(-120deg) rotateZ(10deg);
  143. }
  144. 100% {
  145. -webkit-transform: rotateY(-480deg) rotateZ(10deg);
  146. }
  147. }
  148. @keyframes cir3 {
  149. 0% {
  150. transform: rotateY(-120deg) rotateZ(10deg);
  151. }
  152. 100% {
  153. transform: rotateY(-480deg) rotateZ(10deg);
  154. }
  155. }
  156. @-webkit-keyframes cir4 {
  157. 0% {
  158. -webkit-transform: rotateY(-180deg) rotateZ(10deg);
  159. }
  160. 100% {
  161. -webkit-transform: rotateY(-540deg) rotateZ(10deg);
  162. }
  163. }
  164. @keyframes cir4 {
  165. 0% {
  166. transform: rotateY(-180deg) rotateZ(10deg);
  167. }
  168. 100% {
  169. transform: rotateY(-540deg) rotateZ(10deg);
  170. }
  171. }
  172. @-webkit-keyframes cir5 {
  173. 0% {
  174. -webkit-transform: rotateY(-240deg) rotateZ(10deg);
  175. }
  176. 100% {
  177. -webkit-transform: rotateY(-600deg) rotateZ(10deg);
  178. }
  179. }
  180. @keyframes cir5 {
  181. 0% {
  182. transform: rotateY(-240deg) rotateZ(10deg);
  183. }
  184. 100% {
  185. transform: rotateY(-600deg) rotateZ(10deg);
  186. }
  187. }
  188. @-webkit-keyframes cir6 {
  189. 0% {
  190. -webkit-transform: rotateY(-300deg) rotateZ(10deg);
  191. }
  192. 100% {
  193. -webkit-transform: rotateY(-660deg) rotateZ(10deg);
  194. }
  195. }
  196. @keyframes cir6 {
  197. 0% {
  198. transform: rotateY(-300deg) rotateZ(10deg);
  199. }
  200. 100% {
  201. transform: rotateY(-660deg) rotateZ(10deg);
  202. }
  203. }
  204. @keyframes cir {
  205. 0% {
  206. transform: rotateX(80deg) rotateY(-10deg) rotateZ(0deg);
  207. }
  208. 100% {
  209. transform: rotateX(80deg) rotateY(-10deg) rotateZ(-360deg);
  210. }
  211. }
  212. @keyframes cir_p {
  213. 0% {
  214. transform: rotateZ(0deg);
  215. }
  216. 100% {
  217. transform: rotateZ(-360deg);
  218. }
  219. }
  220. @-webkit-keyframes cir {
  221. 0% {
  222. -webkit-transform: rotateX(80deg) rotateY(-10deg) rotateZ(0deg);
  223. }
  224. 100% {
  225. -webkit-transform: rotateX(80deg) rotateY(-10deg) rotateZ(-360deg);
  226. }
  227. }
  228. @-webkit-keyframes cir_p {
  229. 0% {
  230. -webkit-transform: rotateZ(0deg);
  231. }
  232. 100% {
  233. -webkit-transform: rotateZ(-360deg);
  234. }
  235. }
  236. .u_p3d {
  237. -webkit-transform-style: preserve-3d !important;
  238. transform-style: preserve-3d !important;
  239. }
  240. .ui_base {
  241. width: 400px;
  242. -webkit-perspective: 1000px;
  243. -webkit-perspective-origin: 50% 0%;
  244. perspective: 1000px;
  245. perspective-origin: 50% 0%;
  246. }
  247. .base {
  248. -webkit-transform: rotateX(80deg) rotateY(-10deg);
  249. transform: rotateX(80deg) rotateY(-10deg);
  250. position: relative;
  251. width: 350px;
  252. height: 350px;
  253. -webkit-backface-visibility: hidden;
  254. backface-visibility: hidden;
  255. animation: cir 10s linear 0s infinite;
  256. }
  257. .ball_base {
  258. -webkit-transform-origin: 225px 0px;
  259. transform-origin: 225px 0px;
  260. position: absolute;
  261. top: 175px;
  262. left: -50px;
  263. width: 225px;
  264. height: 127px;
  265. }
  266. .ball {
  267. -webkit-transition: all 2s ease-out 0ms;
  268. transition: all 2s ease-out 0ms;
  269. -webkit-transform-origin: 50% 50%;
  270. transform-origin: 50% 50%;
  271. position: absolute;
  272. width: 90px;
  273. height: 90px;
  274. line-height: 90px;
  275. text-align: center;
  276. // background-image: url(../images/hovertreeball.png);
  277. border: 1px solid #fff;
  278. border-radius: 50%;
  279. background-size: 100% 100%;
  280. left: 0px;
  281. top: 0px;
  282. color: rgba(255, 255, 255, 0);
  283. font-size: 14px;
  284. opacity: 1;
  285. overflow: hidden;
  286. }
  287. .ball_c {
  288. -webkit-transform-origin: 50% 50%;
  289. transform-origin: 50% 50%;
  290. position: absolute;
  291. width: 157px;
  292. height: 157px;
  293. line-height: 157px;
  294. text-align: center;
  295. // background-image: url(../images/ball_center.png);
  296. border: 1px solid #fff;
  297. border-radius: 50%;
  298. left: 90px;
  299. top: 50px;
  300. color: #fff;
  301. font-size: 24px;
  302. }
  303. .pan {
  304. position: absolute;
  305. width: 100%;
  306. height: 100%;
  307. // background-image: url("../images/c.png");
  308. border: 1px solid #fff;
  309. border-radius: 50%;
  310. background-size: 100% 100%;
  311. -webkit-animation: cir_p 5s linear 0s infinite;
  312. animation: cir_p 5s linear 0s infinite;
  313. }
  314. .ball {
  315. color: #fff;
  316. opacity: 1;
  317. }
  318. .ball_1 .ball {
  319. transform: rotateY(10deg) rotateZ(10deg);
  320. animation: cir1 10s linear 0s infinite;
  321. -webkit-transition-delay: 1100ms !important;
  322. transition-delay: 1100ms !important;
  323. }
  324. .ball_2 .ball {
  325. -webkit-animation: cir2 10s linear 0s infinite;
  326. animation: cir2 10s linear 0s infinite;
  327. -webkit-transition-delay: 900ms !important;
  328. transition-delay: 900ms !important;
  329. }
  330. .ball_3 .ball {
  331. -webkit-animation: cir3 10s linear 0s infinite;
  332. animation: cir3 10s linear 0s infinite;
  333. -webkit-transition-delay: 700ms !important;
  334. transition-delay: 700ms !important;
  335. }
  336. .ball_4 .ball {
  337. -webkit-animation: cir4 10s linear 0s infinite;
  338. animation: cir4 10s linear 0s infinite;
  339. -webkit-transition-delay: 500ms !important;
  340. transition-delay: 500ms !important;
  341. }
  342. .ball_5 .ball {
  343. -webkit-animation: cir5 10s linear 0s infinite;
  344. animation: cir5 10s linear 0s infinite;
  345. -webkit-transition-delay: 300ms !important;
  346. transition-delay: 300ms !important;
  347. }
  348. .ball_6 .ball {
  349. -webkit-animation: cir6 10s linear 0s infinite;
  350. animation: cir6 10s linear 0s infinite;
  351. -webkit-transition-delay: 100ms !important;
  352. transition-delay: 100ms !important;
  353. }
  354. .ball_1 {
  355. -webkit-transform: rotateX(-90deg) rotateY(0deg) translateY(-70px);
  356. transform: rotateX(-90deg) rotateY(0deg) translateY(-70px);
  357. }
  358. .ball_2 {
  359. -webkit-transform: rotateX(-90deg) rotateY(60deg) translateY(-70px);
  360. transform: rotateX(-90deg) rotateY(60deg) translateY(-70px);
  361. }
  362. .ball_3 {
  363. -webkit-transform: rotateX(-90deg) rotateY(120deg) translateY(-70px);
  364. transform: rotateX(-90deg) rotateY(120deg) translateY(-70px);
  365. }
  366. .ball_4 {
  367. -webkit-transform: rotateX(-90deg) rotateY(180deg) translateY(-70px);
  368. transform: rotateX(-90deg) rotateY(180deg) translateY(-70px);
  369. }
  370. .ball_5 {
  371. -webkit-transform: rotateX(-90deg) rotateY(240deg) translateY(-70px);
  372. transform: rotateX(-90deg) rotateY(240deg) translateY(-70px);
  373. }
  374. .ball_6 {
  375. -webkit-transform: rotateX(-90deg) rotateY(300deg) translateY(-70px);
  376. transform: rotateX(-90deg) rotateY(300deg) translateY(-70px);
  377. }
  378. #title {
  379. position: absolute;
  380. bottom: -150px;
  381. left: 0;
  382. right: 0;
  383. color: #FFF;
  384. text-align: center;
  385. font-family: "lato", sans-serif;
  386. font-weight: 300;
  387. font-size: 70px;
  388. letter-spacing: 10px;
  389. padding-left: 10px;
  390. }
  391. #title span {
  392. background: -webkit-linear-gradient(white, #38495a);
  393. -webkit-background-clip: text;
  394. -webkit-text-fill-color: transparent;
  395. }