login.less 1.7 KB

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