ic.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* 登录页背景 */
  2. .ic-login-container {
  3. background-image: url(/assets/image/bg/bg-login.png) !important;
  4. background-repeat: no-repeat !important;
  5. background-size: cover !important;
  6. }
  7. /* 登录页右上角logo */
  8. /*.login-top-right-corner {*/
  9. /* background-image: url(/assets/image/bg/login-logo-mini.png) !important;*/
  10. /* background-repeat: no-repeat !important;*/
  11. /* background-size: cover !important;*/
  12. /* width: 180px;*/
  13. /* height: 44px;*/
  14. /*}*/
  15. .loginContainer{
  16. position: absolute !important;
  17. right: 0 !important;
  18. height: 100% !important;
  19. background-color: white !important;
  20. transform: translate(0) !important;
  21. top: auto !important;
  22. left: auto !important;
  23. width: auto !important;
  24. }
  25. .title{
  26. color: #1c2127 !important;
  27. font-size: 24px !important;
  28. }
  29. /* banner图标完整版 */
  30. .alain-default__header-logo .alain-default__header-logo-link .alain-default__header-logo-expanded {
  31. max-width: 100%;
  32. }
  33. /* banner图标精简版 */
  34. .alain-default__header-logo .alain-default__header-logo-link .alain-default__header-logo-collapsed {
  35. max-width: 100%;
  36. }