1
0

index.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. @import (reference) '~antd/es/style/themes/index';
  2. .container {
  3. height: 100%;
  4. background: url('/assets/login_left.png') top right no-repeat;
  5. .loginBox {
  6. .logo_style {
  7. width: 150px;
  8. margin-top: 30px;
  9. margin-left: 50px;
  10. }
  11. .login_bg {
  12. position: absolute;
  13. top: 0;
  14. right: 0;
  15. }
  16. .main {
  17. position: absolute;
  18. top: 25%;
  19. left: 12%;
  20. width: 350px;
  21. overflow: hidden;
  22. border-radius: 10px;
  23. .title {
  24. margin-bottom: 20px;
  25. .logoStyle {
  26. width: 170px;
  27. }
  28. }
  29. .formItem {
  30. display: block;
  31. }
  32. .formItemInput {
  33. height: 46px;
  34. border-radius: 25px;
  35. }
  36. .captcha {
  37. position: absolute;
  38. top: 0;
  39. right: 0;
  40. height: 44px;
  41. }
  42. .submit {
  43. display: block;
  44. width: 100%;
  45. height: 45px;
  46. margin-top: 40px;
  47. color: #fff;
  48. font-size: 20px;
  49. background: #4e94fe;
  50. border: 0 none;
  51. border-radius: 25px;
  52. cursor: pointer;
  53. }
  54. }
  55. }
  56. }
  57. .footer {
  58. position: absolute;
  59. bottom: 0;
  60. left: 45%;
  61. background: transparent;
  62. }