.left-box { width: 8em; position: fixed; top: 7.5em; bottom: 2.4em; overflow-y: auto; overflow-x: hidden; border-right: 1px #ddd solid; } .left-box .menu { width: 90% !important; } .left-box .menu .item { line-height: 1.2; position: relative; padding-left: 1em !important; } .left-box .menu .item .icon { position: absolute; top: 50%; left: 0; margin-top: -0.4em !important; } .left-box .menu .item.separator { border-bottom: 1px #eee solid !important; padding-top: 0; padding-bottom: 0; margin-top: 0 !important; margin-bottom: 0 !important; } .left-box .menu .item.on span { border-bottom: 1px #666 dashed; } .left-box .menu .item.off span var { font-style: normal; background: #db2828; color: white; font-size: 8px; padding: 2px; border-radius: 2px; margin-left: 1em; } .left-box .menu .header { border-bottom: 1px #ddd solid; padding-left: 0 !important; padding-bottom: 1em !important; } .left-box::-webkit-scrollbar { width: 4px; } .left-box.disabled { opacity: 0.1; } .left-box.tiny { top: 10.5em; } .left-box.without-tabbar { top: 3em; } .left-box.with-menu { top: 10em; } .right-box { position: fixed; top: 7.5em; bottom: 1.3em; right: 0; left: 18em; padding-right: 2em; padding-bottom: 2em; overflow-y: auto; } body.expanded .right-box { left: 10em; } .right-box.tiny { top: 10.4em; left: 26.5em; } .right-box::-webkit-scrollbar { width: 4px; } .right-box.without-tabbar { top: 3em; } .right-box.with-menu { top: 10em; } .main.without-footer .left-box { bottom: 0.2em; } /** 通用 **/ .clear { clear: both; } .hidden { display: none; } pre { white-space: pre-wrap; } a.disabled, a.disabled:hover, a.disabled:active, span.disabled { color: #ccc !important; } a.enabled, span.enabled, span.green { color: #21ba45; } span.grey, label.grey, p.grey { color: grey !important; } p.grey { margin-top: 0.8em; } span.red, pre.red { color: #db2828; } span.blue { color: #4183c4; } span.orange { color: #ff851b; } pre:not(.CodeMirror-line) { font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif !important; } tbody { background: transparent; } .table-box { margin-top: 1em; overflow-x: auto; } .table-box::-webkit-scrollbar { height: 6px; } .table.width30 { width: 30em !important; } .table.width35 { width: 35em !important; } .table.width40 { width: 40em !important; } .table.width1024 { width: 1024px !important; } .table th, .table td { font-size: 0.9em !important; } .table tr.active td { background: rgba(0, 0, 0, 0.01) !important; } p.comment, div.comment { color: rgba(0, 0, 0, 0.5); padding-top: 0.4em; font-size: 1em; } p.comment em, div.comment em { font-style: italic !important; } .truncate { white-space: nowrap; -ms-text-overflow: ellipsis; overflow: hidden; text-overflow: ellipsis; } div.margin, p.margin { margin-top: 1em; } /** 操作按钮容器 **/ .op.one { width: 4em; } .op.two { width: 7.4em; } .op.three { width: 9em; } .op.four { width: 10em; } /** 主菜单 **/ .main-menu .ui.menu { width: 9.5em !important; border-radius: 0 !important; } @media screen and (max-width: 512px) { .main-menu .ui.menu { width: 3.6em !important; } .main-menu .ui.menu .item { padding-top: 2em; padding-bottom: 2.4em; } } .main-menu .ui.labeled.icon.menu .item { font-size: 0.9em; } .main-menu .ui.menu { padding-bottom: 3em; } .main-menu .ui.menu .item .subtitle { display: none; } .main-menu .ui.menu .item.expend .subtitle { display: block; font-size: 10px; padding-left: 2.0em; margin-top: 0.5em; color: grey; } @media screen and (max-width: 512px) { .main-menu .ui.menu .item.expend .subtitle { display: none; } } .main-menu .ui.menu .sub-items .item { padding-left: 2.8em !important; } .main-menu .ui.menu .sub-items .item .icon { position: absolute; left: 1.1em; top: 0.93em; } @media screen and (max-width: 512px) { .main-menu .ui.menu .sub-items .item { padding-left: 1em !important; } } .main-menu .ui.menu .sub-items .item.active { background-color: #2185d0 !important; } /** 扩展UI **/ .field.text { padding: .5em; } /** body **/ @keyframes blink { from { opacity: 0.1; } to { opacity: 0.8; } } @keyframes rotation { from { transform: rotate(0); } to { transform: rotate(360deg); } } body .ui.menu .item .blink { animation: blink 1s infinite; } body .ui.menu .item:not(:hover) span.rotate { animation: rotation 3s infinite; } body.expanded .main-menu { display: none; } body.expanded .main { left: 1em; } /** 布局相关 */ .top-nav { border-radius: 0 !important; position: fixed; width: 100%; z-index: 1000; overflow-x: auto; border: 0 !important; } .top-nav img.avatar { width: 1.6em !important; height: 1.6em !important; padding: 0.2em; background: #fff; border-radius: 0.9em; margin-right: 0.5em !important; } .top-nav em { font-style: normal; font-size: 0.9em; padding-left: 0.2em; } .top-nav .item .hover-span span { display: none; } .top-nav .item:hover .hover-span span { display: inline; } .top-nav .item.red { color: red !important; } .top-nav.theme1 { background: #14539A !important; } .top-nav.theme2 { background: #276AC6 !important; } .top-nav.theme3 { background: #007D9C !important; } .top-nav::-webkit-scrollbar { height: 2px; } /** 顶部菜单 **/ .top-secondary-menu { position: fixed; top: 2.6em; left: 8.2em; right: 0; z-index: 100; background: white; } .top-secondary-menu .menu { margin-top: 0 !important; margin-bottom: 0 !important; border-radius: 0 !important; } .top-secondary-menu .menu var { font-style: normal; } .top-secondary-menu .divider { margin-top: 0 !important; margin-bottom: 0 !important; } @media screen and (max-width: 512px) { .top-secondary-menu { left: 4em; } } /** 右侧主操作区 **/ .main { position: absolute; left: 22em; top: 5.6em; padding-bottom: 5em; padding-right: 1em; right: 1em; } @media screen and (max-width: 512px) { .main { left: 4em; } } .main.without-menu { left: 9em; } .main.without-secondary-menu { top: 2.9em; } @media screen and (max-width: 512px) { .main.without-menu { left: 4em; } } .main table td.title { width: 10em; } .main table td.middle-title { width: 14em; } .main table td { vertical-align: top; } .main table td.color-border { border-left: 1px #276ac6 solid !important; } .main table td.vertical-top { vertical-align: top; } .main table td.vertical-middle { vertical-align: middle; } .main table td[colspan="2"] a { font-weight: normal; } .main table td em { font-weight: normal; font-style: normal; font-size: 0.9em; } .main table td em.grey { color: grey; } .main h3 { font-weight: normal; margin-top: 1em !important; position: relative; } .main h3 span { font-size: 0.8em; } .main h3 span.label { color: #6435c9; } .main h3 a { margin-left: 1em; font-size: 14px !important; right: 1em; } .main h4 { font-weight: normal; } .main td span.small { font-size: 0.8em; } .main .button.mini { font-size: 0.8em; padding: 0.2em; margin-left: 1em; } .main-menu { position: fixed; /**top: 1.05em;**/ top: 2em; bottom: 0; overflow-y: auto; z-index: 10; } .main-menu .menu { border: 0 !important; box-shadow: none !important; } .main-menu.theme1 { background: #14539A !important; } .main-menu.theme1 .menu { background: #14539A !important; } .main-menu.theme2 { background: #276AC6 !important; } .main-menu.theme2 .menu { background: #276AC6 !important; } .main-menu.theme3 { background: #007D9C !important; } .main-menu.theme3 .menu { background: #007D9C !important; } .main-menu::-webkit-scrollbar { width: 2px; } .main .tab-menu { margin-top: 1em !important; margin-bottom: 0 !important; overflow-x: auto; overflow-y: hidden; } .main .tab-menu .item { padding: 1em !important; } .main .tab-menu .item var { font-style: normal; } .main .tab-menu .item span { font-size: 0.8em; padding-left: 0.3em; } .main .tab-menu .item .icon { margin-left: 0.6em; } .main .tab-menu .item.active { background: #f8f8f9 !important; } .main .tab-menu::-webkit-scrollbar { height: 4px; } .main .go-top-btn { position: fixed; right: 2.6em; bottom: 2em; font-size: 2em; line-height: 1.4em; border-radius: 1em; z-index: 999999; background: white; } /** 右侧文本子菜单 **/ .text.menu { overflow-x: auto; } .text.menu::-webkit-scrollbar { width: 4px; height: 4px; } /** 脚部相关样式 **/ #footer { position: fixed; bottom: 0; text-align: left; color: gray; width: 100%; border-radius: 0 !important; z-index: 10; overflow-x: auto; } #footer::-webkit-scrollbar { height: 2px; } #footer a { font-size: 0.9em; } #footer a form { display: none; } #footer a:hover span, #footer a:active span { display: none; } #footer a:hover form, #footer a:active form { display: block; } #footer form input { padding: 0; margin: 0; } #footer-outer-box { z-index: 999999; position: fixed; left: 0; top: 0; right: 0; background: rgba(0, 0, 0, 0.8); bottom: 2.6em; } #footer-outer-box .qrcode { width: 20em; position: absolute; top: 50%; left: 50%; margin-top: -14em; margin-left: -10em; } #footer-outer-box .qrcode img { width: 100%; } #footer-outer-box .qrcode a { position: absolute; right: 0.5em; top: 0.5em; } @media screen and (max-width: 512px) { #footer-outer-box .qrcode { margin-left: 0; left: 3.5em; } } /** Vue **/ [v-cloak] { display: none !important; } /** auto complete **/ .autocomplete-box .menu { background: #eee !important; } .autocomplete-box .menu::-webkit-scrollbar { width: 4px; } .autocomplete-box .menu .item { border-top: none !important; } select.auto-width { width: auto !important; } /** column **/ @media screen and (max-width: 512px) { .column:not(.one) { width: 100% !important; } } label[for] { cursor: pointer !important; } label.blue { color: #2185d0 !important; } /** Menu **/ .first-menu .menu.text { margin-top: 0 !important; margin-bottom: 0 !important; } .first-menu .divider { margin-top: 0 !important; margin-bottom: 0 !important; } .second-menu .menu.text { margin-top: 0 !important; margin-bottom: 0 !important; } .second-menu .menu.text em { font-style: normal; } .second-menu .divider { margin-top: 0 !important; } .menu a { outline: none; } /** var **/ span.olive, var.olive { color: #b5cc18 !important; } var.dash { border-bottom: 1px dashed grey; } /** checkbox **/ .checkbox label a, .checkbox label { font-size: 0.9em !important; } /** page **/ .page { margin-top: 1em; border-left: 1px solid #ddd; } .page a { display: inline-block; background: #fafafa; color: #666; padding: 6px 12px; margin: 0; font-size: 0.9em; border: 1px solid #ddd; border-left: 0; } .page a.active { background: #2185d0 !important; color: white; } .page a:hover { background: #eee; } /** popup **/ .swal2-html-container { overflow-x: hidden; } .swal2-close, .swal2-close:focus { border: 0; } .swal2-confirm:focus, .swal2-cancel:focus { border: 3px #ddd solid !important; } .swal2-confirm, .swal2-cancel { border: 3px #fff solid !important; } .swal2-cancel { margin-left: 2em !important; } /** 排序 **/ .sortable-ghost { background: #ddd !important; opacity: 0.1; } .sortable-drag { opacity: 1.0; } .icon.handle { cursor: pointer; } .label.port-label { margin-top: 0.4em !important; margin-bottom: 0.4em !important; display: block; line-height: 1.5; } .label { word-break: break-all; } td .label.small { margin-bottom: 0.2em !important; } td { word-break: break-all; } .source-code-box .CodeMirror { border: 1px solid #eee; height: auto !important; } .source-code-box .CodeMirror-vscrollbar { width: 6px; border-radius: 3px !important; } .source-code-box .CodeMirror-vscrollbar::-webkit-scrollbar-thumb { border-radius: 2px; } .scroll-box { overflow-y: auto; } .scroll-box::-webkit-scrollbar { width: 4px; } input.error { border: 1px #e0b4b4 solid !important; } /*# sourceMappingURL=@layout.css.map */