Spaces:
Sleeping
Sleeping
| body { | |
| margin: 0; | |
| padding-top: 0; | |
| font-family: Lato, 'Helvetica Neue', Arial, Helvetica, 'Microsoft YaHei', | |
| sans-serif; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| scrollbar-width: none; | |
| color: var(--semi-color-text-0) ; | |
| background-color: var(--semi-color-bg-0) ; | |
| height: 100vh; | |
| } | |
| #root { | |
| height: 100%; | |
| display: flex; | |
| flex-direction: column; | |
| overflow: hidden; | |
| } | |
| #root > section > header > section > div > div > div > div.semi-navigation-header-list-outer > div.semi-navigation-list-wrapper > ul > div > a > li > span{ | |
| font-weight: 600 ; | |
| } | |
| .semi-descriptions-double-small .semi-descriptions-item { | |
| padding-right: 30px; | |
| } | |
| @media only screen and (max-width: 767px) { | |
| /*.semi-navigation-sub-wrap .semi-navigation-sub-title, .semi-navigation-item {*/ | |
| /* padding: 0 0;*/ | |
| /*}*/ | |
| .topnav { | |
| padding: 0 8px; | |
| } | |
| .topnav .semi-navigation-item { | |
| margin: 0 1px; | |
| padding: 0 4px; | |
| } | |
| .topnav .semi-navigation-list-wrapper { | |
| max-width: calc(55vw - 20px); | |
| overflow-x: auto; | |
| scrollbar-width: none; | |
| } | |
| #root > section > header > section > div > div > div > div.semi-navigation-footer > div > a > li { | |
| padding: 0 0; | |
| } | |
| #root > section > header > section > div > div > div > div.semi-navigation-header-list-outer > div.semi-navigation-list-wrapper > ul > div > a > li { | |
| padding: 0 5px; | |
| } | |
| #root > section > header > section > div > div > div > div.semi-navigation-footer > div:nth-child(1) > a > li { | |
| padding: 0 5px; | |
| } | |
| .semi-navigation-footer { | |
| padding-left: 0; | |
| padding-right: 0; | |
| } | |
| .semi-table-tbody, | |
| .semi-table-row, | |
| .semi-table-row-cell { | |
| display: block ; | |
| width: auto ; | |
| padding: 2px ; | |
| } | |
| .semi-table-row-cell { | |
| border-bottom: 0 ; | |
| } | |
| .semi-table-tbody > .semi-table-row { | |
| border-bottom: 1px solid rgba(0, 0, 0, 0.1); | |
| } | |
| .semi-space { | |
| /*display: block!important;*/ | |
| display: flex; | |
| flex-direction: row; | |
| flex-wrap: wrap; | |
| row-gap: 3px; | |
| column-gap: 10px; | |
| } | |
| .semi-navigation-horizontal .semi-navigation-header { | |
| margin-right: 0; | |
| } | |
| /* 确保移动端内容可滚动 */ | |
| .semi-layout-content { | |
| -webkit-overflow-scrolling: touch ; | |
| overscroll-behavior-y: auto ; | |
| } | |
| /* 修复移动端下拉刷新 */ | |
| body { | |
| overflow: visible ; | |
| overscroll-behavior-y: auto ; | |
| position: static ; | |
| height: 100% ; | |
| } | |
| /* 确保内容区域在移动端可以正常滚动 */ | |
| #root { | |
| overflow: visible ; | |
| height: 100% ; | |
| } | |
| /* 隐藏在移动设备上 */ | |
| .hide-on-mobile { | |
| display: none ; | |
| } | |
| } | |
| .semi-table-tbody > .semi-table-row > .semi-table-row-cell { | |
| padding: 16px 14px; | |
| } | |
| .channel-table { | |
| .semi-table-tbody > .semi-table-row > .semi-table-row-cell { | |
| padding: 16px 8px; | |
| } | |
| } | |
| /*.semi-layout {*/ | |
| /* height: 100%;*/ | |
| /*}*/ | |
| .tableShow { | |
| display: revert; | |
| } | |
| .semi-chat { | |
| padding-top: 0 ; | |
| padding-bottom: 0 ; | |
| height: 100%; | |
| } | |
| .semi-chat-chatBox-content { | |
| min-width: auto; | |
| word-break: break-word; | |
| } | |
| .tableHiddle { | |
| display: none ; | |
| } | |
| body::-webkit-scrollbar { | |
| display: none; | |
| } | |
| code { | |
| font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', | |
| monospace; | |
| } | |
| .semi-navigation-item { | |
| margin-bottom: 0; | |
| } | |
| /* 自定义侧边栏按钮悬停效果 */ | |
| .semi-navigation-item:hover { | |
| transform: translateX(2px); | |
| box-shadow: 0 2px 8px rgba(var(--semi-color-primary-rgb), 0.2); | |
| } | |
| /* 自定义侧边栏按钮选中效果 */ | |
| .semi-navigation-item-selected { | |
| position: relative; | |
| overflow: hidden; | |
| } | |
| .semi-navigation-item-selected::before { | |
| content: ''; | |
| position: absolute; | |
| left: 0; | |
| top: 0; | |
| height: 100%; | |
| width: 4px; | |
| background-color: var(--semi-color-primary); | |
| animation: slideIn 0.3s ease; | |
| } | |
| @keyframes slideIn { | |
| from { | |
| transform: translateY(-100%); | |
| } | |
| to { | |
| transform: translateY(0); | |
| } | |
| } | |
| /*.semi-navigation-vertical {*/ | |
| /* !*flex: 0 0 auto;*!*/ | |
| /* !*display: flex;*!*/ | |
| /* !*flex-direction: column;*!*/ | |
| /* !*width: 100%;*!*/ | |
| /* height: 100%;*/ | |
| /* overflow: hidden;*/ | |
| /*}*/ | |
| .main-content { | |
| padding: 4px; | |
| height: 100%; | |
| } | |
| .small-icon .icon { | |
| font-size: 1em ; | |
| } | |
| .custom-footer { | |
| font-size: 1.1em; | |
| } | |
| /* 顶部栏样式 */ | |
| .topnav { | |
| padding: 0 16px; | |
| } | |
| .topnav .semi-navigation-item { | |
| border-radius: 4px; | |
| margin: 0 2px; | |
| transition: all 0.3s ease; | |
| } | |
| .topnav .semi-navigation-item:hover { | |
| background-color: var(--semi-color-primary-light-default); | |
| transform: translateY(-2px); | |
| box-shadow: 0 2px 8px rgba(var(--semi-color-primary-rgb), 0.2); | |
| } | |
| .topnav .semi-navigation-item-selected { | |
| background-color: var(--semi-color-primary-light-default); | |
| color: var(--semi-color-primary); | |
| font-weight: 600; | |
| } | |
| /* 顶部栏文本样式 */ | |
| .header-bar-text { | |
| color: var(--semi-color-text-0); | |
| font-weight: 500; | |
| transition: all 0.3s ease; | |
| } | |
| .header-bar-text:hover { | |
| color: var(--semi-color-primary); | |
| } | |
| /* 自定义滚动条样式 */ | |
| .semi-layout-content::-webkit-scrollbar, | |
| .semi-sider::-webkit-scrollbar { | |
| width: 6px; | |
| height: 6px; | |
| } | |
| .semi-layout-content::-webkit-scrollbar-thumb, | |
| .semi-sider::-webkit-scrollbar-thumb { | |
| background: var(--semi-color-tertiary-light-default); | |
| border-radius: 3px; | |
| } | |
| .semi-layout-content::-webkit-scrollbar-thumb:hover, | |
| .semi-sider::-webkit-scrollbar-thumb:hover { | |
| background: var(--semi-color-tertiary); | |
| } | |
| .semi-layout-content::-webkit-scrollbar-track, | |
| .semi-sider::-webkit-scrollbar-track { | |
| background: transparent; | |
| } | |
| /* Custom sidebar shadow */ | |
| /*.custom-sidebar-nav {*/ | |
| /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08) !important;*/ | |
| /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08) !important;*/ | |
| /* -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08) !important;*/ | |
| /* min-height: 100%;*/ | |
| /*}*/ | |