login.less 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .wrap {
  2. width: 100%;
  3. height: 100%;
  4. position: absolute;
  5. background-size: cover;
  6. .login-header {
  7. background: rgba(0, 0, 0, 0.7);
  8. color: #fff;
  9. .login-logo {
  10. padding: 20px 0;
  11. overflow: hidden;
  12. width: 960px;
  13. margin: 0 auto;
  14. .logo {
  15. width: 300px;
  16. height: 100px;
  17. margin-right: 30px;
  18. float: left;
  19. border-right: 1px solid #eee;
  20. position: relative;
  21. overflow: hidden;
  22. img {
  23. position: absolute;
  24. top: 0;
  25. left: 0;
  26. height: 100px;
  27. }
  28. }
  29. .erweima {
  30. width: 100px;
  31. padding-top: 80px;
  32. float: right;
  33. position: relative;
  34. img {
  35. height: 90px;
  36. position: absolute;
  37. top: 0;
  38. left: 0;
  39. }
  40. }
  41. .logo-text {
  42. float: left;
  43. line-height: 60px;
  44. font-size: 30px;
  45. .back {
  46. float: right;
  47. font-size: 16px;
  48. line-height: 60px;
  49. a {
  50. color: #333;
  51. }
  52. }
  53. span {
  54. // margin-left: 24px;
  55. }
  56. }
  57. }
  58. }
  59. .footer {
  60. position: absolute;
  61. bottom: 0;
  62. left: 0;
  63. width: 100%;
  64. padding-top: 20px;
  65. text-align: center;
  66. background: rgba(0, 0, 0, 0.7);
  67. color: #fff;
  68. p {
  69. margin: 10px 0;
  70. }
  71. }
  72. .ant-tabs-nav {
  73. .ant-tabs-ink-bar {
  74. display: none !important
  75. }
  76. }
  77. }