ic.css 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. .loginContainer {
  8. background-image: url(/assets/image/bg/left-login.png) !important;
  9. background-repeat: no-repeat !important;
  10. background-size: 40% 100% !important;
  11. width: 64% !important;
  12. }
  13. .login-container{
  14. background-image: url(/assets/image/bg/right-login.png) !important;
  15. float: right !important;
  16. width: 60% !important;
  17. }
  18. .login-content{
  19. background-color: #fff;
  20. top: 10% !important;
  21. margin-top: 0 !important;
  22. height: 80% !important;
  23. border-radius: 10px !important;
  24. display: flex !important;
  25. justify-content: space-evenly !important;
  26. align-items: center !important;
  27. flex-direction: column !important;
  28. }
  29. /*.login-content .ng-star-inserted{*/
  30. /* margin-top: 35% !important;*/
  31. /*}*/
  32. /* 登录页右上角logo */
  33. /*.login-top-right-corner {*/
  34. /* background-image: url(/assets/image/bg/login-logo-mini.png) !important;*/
  35. /* background-repeat: no-repeat !important;*/
  36. /* background-size: cover !important;*/
  37. /* width: 180px;*/
  38. /* height: 44px;*/
  39. /*}*/
  40. /*.loginContainer{*/
  41. /* position: absolute !important;*/
  42. /* right: 0 !important;*/
  43. /* height: 100% !important;*/
  44. /* background-color: white !important;*/
  45. /* transform: translate(0) !important;*/
  46. /* top: auto !important;*/
  47. /* left: auto !important;*/
  48. /* width: auto !important;*/
  49. /*}*/
  50. .title{
  51. color: #1c2127 !important;
  52. font-size: 24px !important;
  53. font-weight: 500 !important;
  54. }
  55. /* banner图标完整版 */
  56. .alain-default__header-logo .alain-default__header-logo-link .alain-default__header-logo-expanded {
  57. max-width: 100%;
  58. }
  59. /* banner图标精简版 */
  60. .alain-default__header-logo .alain-default__header-logo-link .alain-default__header-logo-collapsed {
  61. max-width: 100%;
  62. }
  63. .sf-inner-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td {
  64. border-right: 1px solid #cacaca;
  65. }
  66. .sf-inner-table-wrapper .ant-table-tbody>tr>td {
  67. border-bottom: 1px solid #cacaca;
  68. }
  69. .sf-inner-table-wrapper .ant-table.ant-table-bordered > .ant-table-container {
  70. border-left: 1px solid #cacaca;
  71. }