index.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. body {
  2. margin: 0;
  3. padding-top: 55px;
  4. overflow-y: scroll;
  5. font-family: Lato, 'Helvetica Neue', Arial, Helvetica, 'Microsoft YaHei',
  6. sans-serif;
  7. -webkit-font-smoothing: antialiased;
  8. -moz-osx-font-smoothing: grayscale;
  9. scrollbar-width: none;
  10. color: var(--semi-color-text-0) !important;
  11. background-color: var(--semi-color-bg-0) !important;
  12. height: 100vh;
  13. }
  14. #root {
  15. height: 100vh;
  16. flex-direction: column;
  17. }
  18. #root > section > header > section > div > div > div > div.semi-navigation-header-list-outer > div.semi-navigation-list-wrapper > ul > div > a > li > span{
  19. font-weight: 600 !important;
  20. }
  21. .semi-descriptions-double-small .semi-descriptions-item {
  22. padding-right: 30px;
  23. }
  24. @media only screen and (max-width: 767px) {
  25. /*.semi-navigation-sub-wrap .semi-navigation-sub-title, .semi-navigation-item {*/
  26. /* padding: 0 0;*/
  27. /*}*/
  28. .topnav .semi-navigation-list-wrapper {
  29. max-width: calc(55vw - 20px);
  30. overflow-x: auto;
  31. scrollbar-width: none;
  32. }
  33. #root > section > header > section > div > div > div > div.semi-navigation-footer > div > a > li {
  34. padding: 0 0;
  35. }
  36. #root > section > header > section > div > div > div > div.semi-navigation-header-list-outer > div.semi-navigation-list-wrapper > ul > div > a > li {
  37. padding: 0 5px;
  38. }
  39. #root > section > header > section > div > div > div > div.semi-navigation-footer > div:nth-child(1) > a > li {
  40. padding: 0 5px;
  41. }
  42. .semi-navigation-footer {
  43. padding-left: 0;
  44. padding-right: 0;
  45. }
  46. .semi-table-tbody,
  47. .semi-table-row,
  48. .semi-table-row-cell {
  49. display: block !important;
  50. width: auto !important;
  51. padding: 2px !important;
  52. }
  53. .semi-table-row-cell {
  54. border-bottom: 0 !important;
  55. }
  56. .semi-table-tbody > .semi-table-row {
  57. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  58. }
  59. .semi-space {
  60. /*display: block!important;*/
  61. display: flex;
  62. flex-direction: row;
  63. flex-wrap: wrap;
  64. row-gap: 3px;
  65. column-gap: 10px;
  66. }
  67. .semi-navigation-horizontal .semi-navigation-header {
  68. margin-right: 0;
  69. }
  70. }
  71. .semi-table-tbody > .semi-table-row > .semi-table-row-cell {
  72. padding: 16px 14px;
  73. }
  74. .channel-table {
  75. .semi-table-tbody > .semi-table-row > .semi-table-row-cell {
  76. padding: 16px 8px;
  77. }
  78. }
  79. /*.semi-layout {*/
  80. /* height: 100%;*/
  81. /*}*/
  82. .tableShow {
  83. display: revert;
  84. }
  85. .semi-chat {
  86. padding-top: 0 !important;
  87. padding-bottom: 0 !important;
  88. height: 100%;
  89. }
  90. .semi-chat-chatBox-content {
  91. min-width: auto;
  92. word-break: break-word;
  93. }
  94. .tableHiddle {
  95. display: none !important;
  96. }
  97. body::-webkit-scrollbar {
  98. display: none;
  99. }
  100. code {
  101. font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
  102. monospace;
  103. }
  104. .semi-navigation-item {
  105. margin-bottom: 0;
  106. }
  107. .semi-navigation-vertical {
  108. /*flex: 0 0 auto;*/
  109. /*display: flex;*/
  110. /*flex-direction: column;*/
  111. /*width: 100%;*/
  112. height: 100%;
  113. overflow: hidden;
  114. }
  115. .main-content {
  116. padding: 4px;
  117. height: 100%;
  118. }
  119. .small-icon .icon {
  120. font-size: 1em !important;
  121. }
  122. .custom-footer {
  123. font-size: 1.1em;
  124. }
  125. @media only screen and (max-width: 600px) {
  126. .hide-on-mobile {
  127. display: none !important;
  128. }
  129. }