index.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. .zl-365-content {
  2. display: flex;
  3. flex: 0 0 calc(100% - 47px);
  4. max-width: calc(100% - 47px);
  5. height: calc(100vh - 48px);
  6. flex-wrap: wrap;
  7. }
  8. img.content-header-img-size {
  9. width: 48px;
  10. height: 48px;
  11. }
  12. .content-header-img {
  13. flex-shrink: 0;
  14. margin-right: 20px;
  15. display: flex;
  16. align-items: center;
  17. align-self: center;
  18. }
  19. .zl-365-content-header {
  20. display: flex;
  21. flex: 0 0 100%;
  22. max-width: 100%;
  23. height: 80px;
  24. align-items: center;
  25. padding-left: 32px;
  26. padding-right: 32px;
  27. justify-content: space-between;
  28. }
  29. .zl-365-content-header-left {
  30. display: flex;
  31. }
  32. .content-header-img-name-text {
  33. color: rgb(50, 49, 48);
  34. font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  35. -webkit-font-smoothing: antialiased;
  36. font-size: 24px;
  37. font-weight: 600;
  38. }
  39. button.btngroup-btn {
  40. display: flex;
  41. border: none;
  42. background-color: transparent;
  43. margin: 0 8px;
  44. }
  45. .zl-365-content-header-btngroup {
  46. display: flex;
  47. }
  48. .tools-text {
  49. font-family: var(--fontFamilyBase);
  50. font-size: var(--fontSizeBase300);
  51. font-weight: var(--fontWeightRegular);
  52. line-height: var(--lineHeightBase300);
  53. }
  54. button.btngroup-btn {
  55. color: var(--colorNeutralForeground1);
  56. color: rgb(96, 94, 92);
  57. }
  58. button.btngroup-btn:hover {
  59. color: var(--colorBrandBackground);
  60. }
  61. a.content-side-li-nav {
  62. color: #323130;
  63. padding-left: 30px;
  64. height: 44px;
  65. line-height: 44px;
  66. position: relative;
  67. display: inline-block;
  68. font-style: var(--fontStyleRegular);
  69. font-size: var(--fontSizeBase300);
  70. font-weight: var(--fontWeightCustomFont500, var(--fontWeightRegular));
  71. }
  72. .zl-365-content-side-li:hover {
  73. background: #faf9f8;
  74. color: #4f6bed;
  75. cursor: pointer;
  76. }
  77. .zl-365-content-side-li:hover a.content-side-li-nav {
  78. color: #4f6bed;
  79. }
  80. .zl-365-content-side {
  81. flex: 0 0 227px;
  82. max-width: 227px;
  83. height: calc(100vh - 128px);
  84. overflow: auto;
  85. border-right: 1px solid #edebe9;
  86. display: flex;
  87. flex-direction: column;
  88. justify-content: space-between;
  89. }
  90. .zl-365-content-body {
  91. flex: 0 0 calc(100% - 227px);
  92. max-width: calc(100% - 227px);
  93. height: calc(100vh - 128px);
  94. overflow: auto;
  95. }
  96. .zl-365-content-side-li.side-li-active > a:after {
  97. content: '';
  98. position: absolute;
  99. top: 0;
  100. bottom: 0;
  101. left: 0;
  102. border-left: 2px solid #4f6bed;
  103. }
  104. .other-app-icon {
  105. display: flex !important;
  106. height: 40px;
  107. width: 40px;
  108. font-size: 32px;
  109. justify-content: flex-start;
  110. padding-left: 9px;
  111. }
  112. .other-app-icon img {
  113. width: 32px;
  114. height: 40px;
  115. margin-left: 20px;
  116. }
  117. .zl-365-content-side-teamify {
  118. border-top: 1px solid #edebe9;
  119. color: #666;
  120. font-size: 14px;
  121. }
  122. .zl-365-content-side-li.side-li-active {
  123. background-color: #F0F0F0;
  124. }
  125. .zl-365-content-side-li.side-li-active a.content-side-li-nav {
  126. font-weight: 600;
  127. color: #242424;
  128. }
  129. .zl-365-content-side-ul {
  130. font-size: var(--fontSizeBase300);
  131. font-family: var(--fontFamilyBase);
  132. }