/** * 所有构件样式规则 **/ /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-widget { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-drag: none; color: #000000; line-height: 1.5; font-size: 12px; font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; -webkit-font-smoothing: antialiased; outline: none; display: inline-block; vertical-align: top; position: relative; top: 0; left: 0; } .fui-widget.fui-selectable { -webkit-user-select: text; -khtml-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; -webkit-user-drag: text; } .fui-widget * { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-drag: none; } .fui-widget.fui-disabled { opacity: 0.3; } .fui-widget.fui-hide { display: none !important; } .fui-widget.fui-mask-animate { transition: all 0.2s; } .fui-widget.fui-mask-hint { -webkit-transform: perspective(600px) translateZ(30px); transform: perspective(600px) translateZ(30px); } /** * 容器类通用样式 **/ /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-container { overflow: hidden; position: relative; top: 0; left: 0; } .fui-container.fui-disabled { opacity: 1; } /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-button-menu { border: 1px solid white; } .fui-button-menu:HOVER { border-color: #d5e1f2; } .fui-button-menu.fui-button-active { border-color: #d5e1f2; background: #d5e1f2; } .fui-button-menu.fui-button-active .fui-button { background: #d5e1f2; } .fui-button-menu.fui-layout-top, .fui-button-menu.fui-layout-bottom { text-align: center; } .fui-button-menu.fui-layout-top .fui-open-btn, .fui-button-menu.fui-layout-bottom .fui-open-btn { display: block; } /** * 通用button */ /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-button { overflow: hidden; cursor: default; font-size: 0; } .fui-button ._layout .fui-label { display: block; } .fui-button ._layout .fui-icon { display: block; } .fui-button .fui-icon { display: inline-block; vertical-align: middle; } .fui-button .fui-label { display: inline-block; vertical-align: middle; } .fui-button.fui-button-layout-top .fui-label { display: block; } .fui-button.fui-button-layout-top .fui-icon { display: block; } .fui-button.fui-button-layout-bottom .fui-label { display: block; } .fui-button.fui-button-layout-bottom .fui-icon { display: block; } .fui-button:HOVER { background-color: #d5e1f2; color: #000000; } .fui-button:ACTIVE { background-color: #87a9da; color: #000000; } .fui-button.fui-disabled:HOVER { background-color: #ffffff; color: #000000; } .fui-button.fui-disabled:ACTIVE { background-color: #ffffff; color: #000000; } /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-colorpicker { background-color: #fff; } .fui-colorpicker-container { border: 1px solid #d3d3d3; } .fui-colorpicker-container .fui-colorpicker-title { background: #eee; padding: 2px 4px; } .fui-colorpicker-container .fui-colorpicker-colors { margin: 0; padding: 0; font-size: 0; line-height: 0; } .fui-colorpicker-container .fui-colorpicker-colors-line0 { margin-bottom: 3px; } .fui-colorpicker-container .fui-colorpicker-item { display: inline-block; margin: 0 2px; width: 13px; height: 13px; border-style: solid; border-width: 1px; } .fui-colorpicker-container .fui-colorpicker-commoncolor, .fui-colorpicker-container .fui-colorpicker-standardcolor { margin: 4px 3px; white-space: nowrap; } .fui-colorpicker-container .fui-colorpicker-toolbar { margin: 4px; height: 27px; } .fui-colorpicker-container .fui-colorpicker-toolbar .fui-colorpicker-preview { display: inline-block; height: 25px; line-height: 25px; width: 120px; border: 1px solid #d3d3d3; } .fui-colorpicker-container .fui-colorpicker-toolbar .fui-colorpicker-clear { display: inline-block; height: 25px; line-height: 25px; width: 60px; border: 1px solid #d3d3d3; font-size: 12px; text-align: center; position: absolute; right: 5px; cursor: pointer; } /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ /** * 通用button */ /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-dialog { position: fixed; top: -1000000px; left: -100000px; border: 1px solid #B1B1B1; background: #fff; } .fui-dialog .fui-panel-content { width: auto; height: auto; padding: 2px; } .fui-dialog .fui-dialog-caption { margin: 0; padding: 5px; font-size: 16px; font-weight: normal; line-height: 1; display: inline-block; } .fui-dialog .fui-dialog-head .fui-close-button { float: right; } .fui-dialog .fui-dialog-head .fui-close-button .fui-close-button-icon { width: 16px; height: 16px; background: url("images/close.png?_=1431681867821") no-repeat 0 0; } /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-drop-panel { border: 1px solid #d3d3d3; overflow: hidden; position: relative; } .fui-drop-panel .fui-drop-panel-content { display: inline-block; } .fui-drop-panel .fui-drop-panel-placeholder { display: none; } .fui-drop-panel .fui-drop-panel-button { border-left: 1px solid #d3d3d3; visibility: visible; } .fui-drop-panel .fui-drop-panel-button:HOVER { border-color: #d5e1f2; } .fui-drop-panel .fui-drop-panel-button:ACTIVE { border-color: #87a9da; } .fui-drop-panel:HOVER { border-color: #d5e1f2; } .fui-drop-panel:HOVER .fui-drop-panel-button { border-left-color: #d5e1f2; } .fui-drop-panel:ACTIVE { border-color: #87a9da; } .fui-drop-panel:ACTIVE .fui-drop-panel-button { border-left-color: #d5e1f2; } .fui-drop-panel.fui-drop-panel-open { overflow: visible; } .fui-drop-panel.fui-drop-panel-open .fui-drop-panel-content { border: 1px solid #d3d3d3; position: absolute; top: -1px; left: -1px; } .fui-drop-panel.fui-drop-panel-open .fui-drop-panel-button { visibility: hidden; } .fui-drop-panel.fui-drop-panel-open .fui-drop-panel-placeholder { display: inline-block; } .fui-drop-panel-popup { border: 1px solid #d3d3d3; } .fui-drop-panel-popup:HOVER { border-color: #d5e1f2; } .fui-drop-panel-popup:HOVER .fui-drop-panel-button { border-left-color: #d5e1f2; } .fui-drop-panel-popup:ACTIVE { border-color: #87a9da; } .fui-drop-panel-popup:ACTIVE .fui-drop-panel-button { border-left-color: #d5e1f2; } .fui-icon { text-align: center; font-size: 0; } .fui-icon img { display: inline-block; } /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-input-button { border: 1px solid #ababab; } .fui-input-button .fui-input { vertical-align: middle; border: none; } .fui-input-button .fui-button { vertical-align: middle; } .fui-input-button:HOVER { border-color: #87a9da; } .fui-input-button:ACTIVE { border-color: #87a9da; } /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-input { border: 1px solid #d3d3d3; padding: 1px; margin: 0; } .fui-input:HOVER, .fui-input:FOCUS { border-color: #4d90fe; } .fui-input.fui-disabled { border-color: #d3d3d3; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-item { font-size: 0; } .fui-item .fui-icon { vertical-align: middle; } .fui-item .fui-label { vertical-align: middle; } .fui-item.fui-item-selected { background: #87a9da; } /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-label-panel .fui-label-panel-label { width: 100%; color: #666; } .fui-label-panel.fui-no-position .fui-label-panel-label { position: static; } .fui-label-panel.fui-layout-bottom .fui-label-panel-label { position: absolute; bottom: 0; left: 0; top: auto; z-index: 2; } .fui-label { cursor: default; display: inline-block; white-space: nowrap; } /** * 通用button */ .fui-mask { position: fixed; z-index: 99998; } /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-menu { background-color: #fff; border: 1px solid #d3d3d3; } .fui-menu .fui-item { padding: 2px 5px; display: block; } .fui-menu .fui-item:HOVER { background: #d5e1f2; } /** * 通用button */ /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-panel { display: inline-block; vertical-align: top; overflow-y: auto; overflow-x: hidden; } .fui-panel .fui-panel-content { position: relative; top: 0; left: 0; } .fui-panel .fui-panel-content { width: 100%; height: 100%; } .fui-panel.fui-container-column { font-size: 0; } .fui-panel.fui-container-column .fui-column { display: block; } /** * 通用button */ .fui-ppanel::-webkit-scrollbar { width: 15px; } .fui-ppanel::-webkit-scrollbar-button:start:decrement, .fui-ppanel::-webkit-scrollbar-button:end:decrement, .fui-ppanel::-webkit-scrollbar-button:start:increment, .fui-ppanel::-webkit-scrollbar-button:end:increment, .fui-ppanel::-webkit-scrollbar-thumb { border: 1px solid #e7e7e7; } .fui-ppanel.fui-ppanel-position { position: fixed; z-index: 99999; } .fui-ppanel .fui-ppanel-cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } /** * 通用button */ /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-select-menu .fui-select-menu-container { background: white; } .fui-select-menu .fui-select-menu-selected { background: #87a9da; } /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-separator { background: #6d6d6d; } /** * Spin-button */ .fui-spin-button .fui-spin-up-btn .fui-icon, .fui-spin-button .fui-spin-down-btn .fui-icon { width: 16px; height: 9px; background: url("images/up.png?_=1431681867821") no-repeat 3px 1.5px; } .fui-spin-button .fui-spin-down-btn .fui-icon { background-image: url("images/down.png?_=1431681867821"); } /** * 通用button */ /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-tabs .fui-selected { background-color: #d5e1f2; } /** * 可切换Button (ToggleButton) */ /** * FUI 通用样式定义 */ /*------------ var*/ /*------------ mixin*/ .fui-toggle-button.fui-button-pressed { background-color: #aec5e6; } .fui-toggle-button.fui-button-pressed.fui-disabled { background-color: #aec5e6; } .fui-toggle-button:HOVER { background-color: #d5e1f2; color: #000000; } .fui-toggle-button:ACTIVE { background-color: #87a9da; color: #000000; } /* BASICS */ .CodeMirror { /* Set height, width, borders, and global font properties here */ font-family: monospace; height: 300px; } .CodeMirror-scroll { /* Set scrolling behaviour here */ overflow: auto; } /* PADDING */ .CodeMirror-lines { padding: 4px 0; /* Vertical padding around content */ } .CodeMirror pre { padding: 0 4px; /* Horizontal padding of content */ } .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { background-color: white; /* The little square between H and V scrollbars */ } /* GUTTER */ .CodeMirror-gutters { border-right: 1px solid #ddd; background-color: #f7f7f7; white-space: nowrap; } .CodeMirror-linenumber { padding: 0 3px 0 5px; min-width: 20px; text-align: right; color: #999; box-sizing: content-box; } .CodeMirror-guttermarker { color: black; } .CodeMirror-guttermarker-subtle { color: #999; } /* CURSOR */ .CodeMirror div.CodeMirror-cursor { border-left: 1px solid black; } /* Shown when moving in bi-directional text */ .CodeMirror div.CodeMirror-secondarycursor { border-left: 1px solid silver; } .CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor { width: auto; border: 0; background: #7e7; } .CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursors { z-index: 1; } .cm-animate-fat-cursor { width: auto; border: 0; -webkit-animation: blink 1.06s steps(1) infinite; animation: blink 1.06s steps(1) infinite; } @-webkit-keyframes blink { 0% { background: #7e7; } 50% { background: none; } 100% { background: #7e7; } } @keyframes blink { 0% { background: #7e7; } 50% { background: none; } 100% { background: #7e7; } } /* Can style cursor different in overwrite (non-insert) mode */ .cm-tab { display: inline-block; text-decoration: inherit; } .CodeMirror-ruler { border-left: 1px solid #ccc; position: absolute; } /* DEFAULT THEME */ .cm-s-default .cm-keyword { color: #708; } .cm-s-default .cm-atom { color: #219; } .cm-s-default .cm-number { color: #164; } .cm-s-default .cm-def { color: #00f; } .cm-s-default .cm-variable-2 { color: #05a; } .cm-s-default .cm-variable-3 { color: #085; } .cm-s-default .cm-comment { color: #a50; } .cm-s-default .cm-string { color: #a11; } .cm-s-default .cm-string-2 { color: #f50; } .cm-s-default .cm-meta { color: #555; } .cm-s-default .cm-qualifier { color: #555; } .cm-s-default .cm-builtin { color: #30a; } .cm-s-default .cm-bracket { color: #997; } .cm-s-default .cm-tag { color: #170; } .cm-s-default .cm-attribute { color: #00c; } .cm-s-default .cm-header { color: blue; } .cm-s-default .cm-quote { color: #090; } .cm-s-default .cm-hr { color: #999; } .cm-s-default .cm-link { color: #00c; } .cm-negative { color: #d44; } .cm-positive { color: #292; } .cm-header, .cm-strong { font-weight: bold; } .cm-em { font-style: italic; } .cm-link { text-decoration: underline; } .cm-s-default .cm-error { color: #f00; } .cm-invalidchar { color: #f00; } /* Default styles for common addons */ div.CodeMirror span.CodeMirror-matchingbracket { color: #0f0; } div.CodeMirror span.CodeMirror-nonmatchingbracket { color: #f22; } .CodeMirror-matchingtag { background: rgba(255, 150, 0, 0.3); } .CodeMirror-activeline-background { background: #e8f2ff; } /* STOP */ /* The rest of this file contains styles related to the mechanics of the editor. You probably shouldn't touch them. */ .CodeMirror { line-height: 1; position: relative; overflow: hidden; background: white; color: black; } .CodeMirror-scroll { /* 30px is the magic margin used to hide the element's real scrollbars */ /* See overflow: hidden in .CodeMirror */ margin-bottom: -30px; margin-right: -30px; padding-bottom: 30px; height: 100%; outline: none; /* Prevent dragging from highlighting the element */ position: relative; box-sizing: content-box; } .CodeMirror-sizer { position: relative; border-right: 30px solid transparent; box-sizing: content-box; } /* The fake, visible scrollbars. Used to force redraw during scrolling before actuall scrolling happens, thus preventing shaking and flickering artifacts. */ .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { position: absolute; z-index: 6; display: none; } .CodeMirror-vscrollbar { right: 0; top: 0; overflow-x: hidden; overflow-y: scroll; } .CodeMirror-hscrollbar { bottom: 0; left: 0; overflow-y: hidden; overflow-x: scroll; } .CodeMirror-scrollbar-filler { right: 0; bottom: 0; } .CodeMirror-gutter-filler { left: 0; bottom: 0; } .CodeMirror-gutters { position: absolute; left: 0; top: 0; padding-bottom: 30px; z-index: 3; } .CodeMirror-gutter { white-space: normal; height: 100%; box-sizing: content-box; padding-bottom: 30px; margin-bottom: -32px; display: inline-block; /* Hack to make IE7 behave */ *zoom: 1; *display: inline; } .CodeMirror-gutter-elt { position: absolute; cursor: default; z-index: 4; } .CodeMirror-lines { cursor: text; min-height: 1px; /* prevents collapsing before first draw */ } .CodeMirror pre { /* Reset some styles that the rest of the page might have set */ border-radius: 0; border-width: 0; background: transparent; font-family: inherit; font-size: inherit; margin: 0; white-space: pre; word-wrap: normal; line-height: inherit; color: inherit; z-index: 2; position: relative; overflow: visible; } .CodeMirror-wrap pre { word-wrap: break-word; white-space: pre-wrap; word-break: normal; } .CodeMirror-linebackground { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; } .CodeMirror-linewidget { position: relative; z-index: 2; overflow: auto; } .CodeMirror-wrap .CodeMirror-scroll { overflow-x: hidden; } .CodeMirror-measure { position: absolute; width: 100%; height: 0; overflow: hidden; visibility: hidden; } .CodeMirror-measure pre { position: static; } .CodeMirror div.CodeMirror-cursor { position: absolute; border-right: none; width: 0; } div.CodeMirror-cursors { visibility: hidden; position: relative; z-index: 3; } .CodeMirror-focused div.CodeMirror-cursors { visibility: visible; } .CodeMirror-selected { background: #d9d9d9; } .CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; } .CodeMirror-crosshair { cursor: crosshair; } .cm-searching { background: #ffa; background: rgba(255, 255, 0, 0.4); } /* IE7 hack to prevent it from returning funny offsetTops on the spans */ .CodeMirror span { *vertical-align: text-bottom; } /* Used to force a border model for a node */ .cm-force-border { padding-right: .1px; } @media print { /* Hide the cursor when printing */ .CodeMirror div.CodeMirror-cursors { visibility: hidden; } } /* Help users use markselection to safely style text background */ span.CodeMirror-selectedtext { background: none; } .blur { filter: url(../images/blur.svg#blur); -webkit-filter: blur(5px); -moz-filter: blur(5px); -mz-filter: blur(5px); filter: blur(5px); } .validate-error { color: red; border-color: red !important; vertical-align: middle; } span.validate-error { margin-left: 5px; } .button, button { display: inline-block; height: 30px; padding: 0 15px; line-height: 30px; text-align: center; outline: none; background: #717b94; cursor: default; color: #ffffff; border: none; box-sizing: content-box; } .button:hover, button:hover, .button.hover, button.hover { background: #8e96aa; } .button:active, button:active, .button.active, button.active { background: #656f87; } .button:disabled, button:disabled { background: #CCC; } .button:disabled:hover, button:disabled:hover, .button:disabled.hover, button:disabled.hover, .button:disabled:active, button:disabled:active, .button:disabled.active, button:disabled.active { background: #CCC; } input[type=text], input[type=url] { padding: 2px 5px; height: 16px; line-height: 16px; outline: none; border: 1px solid #e5e7ec; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05); border-radius: 2px; } input[type=text]:focus, input[type=url]:focus { border-color: #6179b8; } .loading .loading-target { filter: url(../images/blur.svg#blur); -webkit-filter: blur(5px); -moz-filter: blur(5px); -mz-filter: blur(5px); filter: blur(5px); } .loading:after { content: ' '; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(128, 130, 140, 0.75); -webkit-animation: fadeIn 3s ease; -ms-animation: fadeIn 3s ease; animation: fadeIn 3s ease; } .loading:before { content: ' '; width: 40px; height: 40px; border: 4px solid; border-color: #c9ced1 transparent transparent; box-shadow: 0 0 35px #ffffff; z-index: 10; border-radius: 100%; -webkit-animation: rotate 1.33s ease infinite; -ms-animation: rotate 1.33s ease infinite; animation: rotate 1.33s ease infinite; filter: none; -webkit-filter: none; position: absolute; left: 50%; top: 50%; margin-left: -24px; margin-top: -24px; } @-webkit-keyframes rotate { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes rotate { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } .shortcut-key { display: inline-block; padding: 3px 8px 5px; font-size: 12px; font-weight: normal; line-height: 14px; color: #6e6e6e; /* text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25); */ white-space: nowrap; vertical-align: middle; background-color: #fcfcfc; border-radius: 3px; border: 1px solid #cccccc; text-transform: capitalize; box-shadow: inset 0 -2px #ebebeb, inset 0 -3px #ffffff, 0 1px 2px rgba(255, 255, 255, 0.3); } .shortcut-key:active { padding-top: 4px; padding-bottom: 4px; box-shadow: inset 0 -1px #ebebeb, inset 0 -2px #ffffff, 0 1px 1px rgba(255, 255, 255, 0.3); } .shortcut-key:active:after { -webkit-transform: translate(0, 1px); -ms-transform: translate(0, 1px); transform: translate(0, 1px); } .mac .shortcut-key.ctrl, .mac .shortcut-key.shift, .mac .shortcut-key.alt, .shortcut-key.up, .shortcut-key.down, .shortcut-key.left, .shortcut-key.right { text-indent: 99999px; position: relative; width: 9px; } .mac .shortcut-key.ctrl:after, .mac .shortcut-key.shift:after, .mac .shortcut-key.alt:after, .shortcut-key.up:after, .shortcut-key.down:after, .shortcut-key.left:after, .shortcut-key.right:after { display: block; position: absolute; text-align: center; left: 5px; top: 4px; width: 16px; height: 16px; text-indent: 0; } .mac .shortcut-key.ctrl:after { content: '⌘'; } .mac .shortcut-key.shift:after { content: '⇧'; } .mac .shortcut-key.alt:after { content: '⌥'; } .shortcut-key.up:after { content: '↑'; top: 2px; } .shortcut-key.down:after { content: '↓'; top: 2px; } .shortcut-key.left:after { content: '←'; top: 2px; } .shortcut-key.right:after { content: '→'; top: 2px; } .triangle { content: ' '; display: block; width: 0; height: 0; padding: 0 !important; line-height: 0; font-size: 0; border-style: solid; border-color: transparent; } .fui-button, li { transition: background-color 0.2s ease; } .fui-disabled:hover, .fui-disabled .fui-widget:hover, .fui-disabled:active, .fui-disabled .fui-widget:active { background-color: transparent; } .fui-widget { overflow: hidden; } .fui-widget input[type=text], .fui-widget textarea { -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; } input::-ms-clear { display: none; } input[type=search]::-ms-clear { display: inline-block; } #tab-container .fui-button { display: inline-block; padding: 2px 5px 2px 3px; } #tab-container .fui-button .fui-label { color: #5a6378; font-size: 12px; vertical-align: middle; } #tab-container .fui-button.command-button { margin-bottom: 3px; } #tab-container .fui-button.command-button .fui-icon { width: 20px; height: 20px; margin-right: 3px; display: inline-block; vertical-align: middle; } #tab-container .fui-button.command-button.large { width: 50px; height: 50px; padding: 0; } #tab-container .fui-button.command-button.large .fui-icon { width: 25px; height: 25px; margin-left: 12px; margin-bottom: 3px; margin-top: 4px; } #tab-container .fui-button.command-button.large .fui-label { display: block; text-align: center; } #tab-container .fui-button:hover { background-color: #eff3fa; } #tab-container .fui-button:active { background-color: #c4d0ee; } #tab-container .fui-button.fui-disabled:hover, #tab-container .fui-button.fui-disabled:active { background-color: transparent; } #tab-container .fui-button.active { background-color: #d7e0f4; } .command-buttonset .fui-toggle-button:hover { background-color: #eff3fa; } .fui-disabled.command-buttonset .fui-toggle-button:hover { background-color: transparent; } .command-buttonset .fui-toggle-button:active { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); } .command-buttonset .fui-toggle-button:active:hover { background-color: #c4d0ee; } .fui-disabled.command-buttonset .fui-toggle-button:active:hover { background-color: transparent; } .command-buttonset .fui-toggle-button.fui-button-pressed { background-color: #d7e0f4; } .command-inputmenu > .fui-input-button, .fui-input-menu > .fui-input-button { position: relative; border-color: #c9ced1; margin: 2px 0; } .command-inputmenu > .fui-input-button .fui-input, .fui-input-menu > .fui-input-button .fui-input { width: 100px; } .command-inputmenu > .fui-input-button > .fui-button, .fui-input-menu > .fui-input-button > .fui-button { position: absolute; left: auto; right: 0; top: 0; bottom: 0; width: 20px; border-left: 1px solid #c9ced1; padding: 0 !important; } .command-inputmenu > .fui-input-button > .fui-button .fui-icon, .fui-input-menu > .fui-input-button > .fui-button .fui-icon { position: absolute; left: auto; right: 6px; top: 50%; margin-top: -2px; content: ' '; display: block; width: 0; height: 0; padding: 0 !important; line-height: 0; font-size: 0; border-style: solid; border-color: transparent; border-width: 4px 4px; border-top-color: #5a6378; } #tab-container .fui-drop-panel { padding-right: 10px; border-color: #c9ced1; } #tab-container .fui-drop-panel > .fui-button { position: absolute; display: block; right: 1px; left: auto; top: 1px; bottom: 1px; width: 10px; padding: 0; } #tab-container .fui-drop-panel > .fui-button:hover { background: #eff3fa; } #tab-container .fui-drop-panel > .fui-button:active { background: #c4d0ee; } #tab-container .fui-drop-panel > .fui-button > .fui-icon { position: absolute; content: ' '; display: block; width: 0; height: 0; padding: 0 !important; line-height: 0; font-size: 0; border-style: solid; border-color: transparent; border-width: 4px 3px; border-top-color: #5a6378; top: auto; bottom: 2px; left: 2px; } .fui-drop-panel-popup { background: white; box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); padding-right: 5px; padding-bottom: 5px; max-width: 300px; } #tab-container .fui-button-menu { border: 1px solid transparent; width: 40px; height: 50px; display: inline-block; margin-top: 2px; } #tab-container .fui-button-menu:hover { border-color: #eff3fa; } #tab-container .fui-button-menu.fui-disabled:hover { border-color: transparent; } #tab-container .fui-button-menu .fui-button:first-child { display: block; width: 40px; height: 25px; padding: 0; } #tab-container .fui-button-menu .fui-button:last-child { display: block; width: 40px; height: 25px; padding: 0; } #tab-container .fui-button-menu .fui-button:last-child .fui-label { font-size: 12px; } #tab-container .fui-button-menu .fui-button:last-child .fui-icon { content: ' '; width: 0; height: 0; padding: 0 !important; line-height: 0; font-size: 0; border-style: solid; border-color: transparent; border-width: 4px 3px; border-top-color: #5a6378; display: block; position: absolute; top: auto; bottom: -2px; left: 50%; margin-left: -3px; } .close-button { display: block; width: 20px; height: 20px; cursor: pointer; border-radius: 100%; } .close-button:hover { background-color: #e66060; } .close-button:active { background-color: #e34f4f; } .close-button:after { content: 'x'; display: block; width: 16px; height: 16px; font-family: inherit; color: white; font-size: 14px; position: absolute; left: 2px; top: 1px; line-height: 16px; text-align: center; } .fui-dialog { box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); border: none; } .fui-dialog > .fui-panel-content { padding: 0; } .fui-dialog .fui-dialog-head { background-color: #393f4f; color: white; padding: 5px; } .fui-dialog .fui-dialog-head h1 { font-size: 14px; font-weight: normal; } .fui-dialog .fui-dialog-head .fui-close-button { position: absolute; right: 6px; top: 7px; left: auto; } .fui-dialog .fui-dialog-head .fui-close-button .fui-close-button-icon { display: none; background: none; } .fui-dialog .fui-dialog-body { padding: 20px; } .fui-dialog .fui-dialog-body p { margin: 0; height: 40px; } .fui-dialog .fui-dialog-body input[type=text], .fui-dialog .fui-dialog-body input[type=url] { border: 1px solid #c9ced1; outline: none; height: 20px; padding: 2px 4px; width: 300px; vertical-align: middle; } .fui-dialog .fui-dialog-foot { position: absolute; bottom: 0; left: 0; right: 0; top: auto; height: 50px; border-top: 1px solid #c9ced1; text-align: right; } .fui-dialog .fui-dialog-foot .fui-button { width: 80px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #c9ced1; border-radius: 4px; margin: 8px 8px 0 0; } .fui-dialog .fui-dialog-foot .fui-button:hover { background: #f5f6f8; } .fui-dialog .fui-dialog-foot .fui-button:active { background: #c9cdd8; } .fui-dialog .fui-dialog-foot .fui-button.fui-xdialog-ok-btn { background: #393f4f; border-color: transparent; } .fui-dialog .fui-dialog-foot .fui-button.fui-xdialog-ok-btn:hover { background: #4e576d; } .fui-dialog .fui-dialog-foot .fui-button.fui-xdialog-ok-btn:active { background: #333846; } .fui-dialog .fui-dialog-foot .fui-button.fui-xdialog-ok-btn .fui-label { color: white; } .fui-dialog .fui-dialog-foot .fui-button .fui-label { font-size: 14px; line-height: 30px; height: 30px; } #tab-container .fui-select-menu.command-selectmenu > .fui-panel-content { padding-right: 10px; border: 1px solid transparent; width: auto; } #tab-container .fui-select-menu.command-selectmenu > .fui-panel-content:hover { border-color: #c9ced1; } #tab-container .fui-select-menu.command-selectmenu > .fui-panel-content > .fui-button { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 0; } #tab-container .fui-select-menu.command-selectmenu > .fui-panel-content > .fui-button:hover { background: rgba(239, 243, 250, 0.1); } #tab-container .fui-select-menu.command-selectmenu > .fui-panel-content > .fui-button:active { background: rgba(196, 208, 238, 0.5); } #tab-container .fui-select-menu.command-selectmenu > .fui-panel-content > .fui-button > .fui-icon { position: absolute; content: ' '; display: block; width: 0; height: 0; padding: 0 !important; line-height: 0; font-size: 0; border-style: solid; border-color: transparent; border-width: 4px 3px; border-top-color: #5a6378; top: auto; bottom: 2px; right: 2px; left: auto; } #tab-container .fui-select-menu.command-selectmenu > .fui-panel-content > .fui-select-menu-container { border: 1px solid #ccc; box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); } .fui-popup-menu, .fui-menu.fui-ppanel-position { position: absolute; z-index: 100000; min-width: 160px; padding: 5px 0; font-size: 12px; list-style: none; background-color: #ffffff; border-radius: 0; box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3); background-clip: padding-box; font-family: Arial, "Heiti SC", "Microsoft Yahei"; overflow: hidden; } .fui-popup-menu:empty, .fui-menu.fui-ppanel-position:empty { display: none !important; } .fui-popup-menu .fui-panel-content, .fui-menu.fui-ppanel-position .fui-panel-content, .fui-popup-menu .fui-menu, .fui-menu.fui-ppanel-position .fui-menu { border: none; display: block; } .fui-popup-menu .fui-item, .fui-menu.fui-ppanel-position .fui-item { display: block; padding: 2px 15px 2px 30px; height: 25px; line-height: 25px; clear: both; font-weight: normal; color: #333333; white-space: nowrap; text-decoration: none; font-size: 12px; overflow: hidden; transition: none; } .fui-popup-menu .fui-item .fui-label, .fui-menu.fui-ppanel-position .fui-item .fui-label, .fui-popup-menu .fui-item .fui-icon, .fui-menu.fui-ppanel-position .fui-item .fui-icon { height: 25px; line-height: 25px; } .fui-popup-menu .fui-item.fui-item-selected, .fui-menu.fui-ppanel-position .fui-item.fui-item-selected { background-color: white; position: relative; /* .fui-icon { width: 20px; height: 20px; position: absolute; left: 3px; top: 5px; background: url(../images/icons.png?_=1431681867821) 0 -1200px; } */ } .fui-popup-menu .fui-item:hover, .fui-menu.fui-ppanel-position .fui-item:hover, .fui-popup-menu .fui-item :focus, .fui-menu.fui-ppanel-position .fui-item :focus { background: #0099f2; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTlmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDA5NmVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzZkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: #5a6377; /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099f2', endColorstr='#0076dd', GradientType=0); /* IE6-8 */ color: white; } .fui-popup-menu .fui-item:hover .fui-label, .fui-menu.fui-ppanel-position .fui-item:hover .fui-label, .fui-popup-menu .fui-item :focus .fui-label, .fui-menu.fui-ppanel-position .fui-item :focus .fui-label { color: white; } .fui-popup-menu .fui-item .menu-label, .fui-menu.fui-ppanel-position .fui-item .menu-label { display: inline-block; } .fui-popup-menu .fui-item .shortcut, .fui-menu.fui-ppanel-position .fui-item .shortcut { float: right; margin-left: 20px; } .fui-popup-menu .fui-item .shortcut .shortcut-key, .fui-menu.fui-ppanel-position .fui-item .shortcut .shortcut-key { font-size: 12px; border: 1px solid #CCC; height: 10px; line-height: 10px; margin-left: 3px; } .fui-popup-menu .fui-item .shortcut + .shortcut:after, .fui-menu.fui-ppanel-position .fui-item .shortcut + .shortcut:after { content: 'or'; position: relative; left: 10px; } .fui-popup-menu .divider, .fui-menu.fui-ppanel-position .divider, .fui-popup-menu .fui-spliter, .fui-menu.fui-ppanel-position .fui-spliter { height: 1px; margin: 5px 0; overflow: hidden; background-color: #e5e5e5; padding: 0; } .fui-popup-menu .divider:first-child, .fui-menu.fui-ppanel-position .divider:first-child, .fui-popup-menu .fui-spliter:first-child, .fui-menu.fui-ppanel-position .fui-spliter:first-child, .fui-popup-menu .divider:last-child, .fui-menu.fui-ppanel-position .divider:last-child, .fui-popup-menu .fui-spliter:last-child, .fui-menu.fui-ppanel-position .fui-spliter:last-child { display: none; } .notice-widget { position: absolute; right: 20px; top: 20px; padding: 5px 15px; border-radius: 4px; background: rgba(142, 150, 170, 0.8); transition: all ease .2s; opacity: 0; color: white; z-index: 101; -webkit-transform: translate3d(0, -50px, 0); transform: translate3d(0, -50px, 0); } .notice-widget p { margin: 5px 0; font-size: 12px; } .notice-widget.show { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } .notice-widget.warn { background: #ffffff url(../images/kmcat_warn.png?_=1431681867821) 8px 10px no-repeat; color: #ff9200; box-shadow: none; padding-left: 35px; border: 1px solid #FFB200; } #content-wrapper .error-dialog { border-radius: 4px; } #content-wrapper .error-dialog .fui-dialog-head { background: #DC0000; height: 40px; line-height: 40px; padding: 0 15px; } #content-wrapper .error-dialog .fui-dialog-head .fui-close-button { top: 10px; } #content-wrapper .error-dialog .fui-dialog-body .error-content { background: url(../images/kmcat_sad.png?_=1431681867821) no-repeat; padding-left: 80px; min-height: 80px; } #content-wrapper .error-dialog .fui-dialog-body .error-content h3 { font-size: 16px; font-weight: normal; margin: 0; } #content-wrapper .error-dialog .fui-dialog-body .error-content p { margin: 10px 0; height: auto; } #content-wrapper .error-dialog .fui-dialog-body .error-detail { position: relative; } #content-wrapper .error-dialog .fui-dialog-body .error-detail a.expander { display: block; margin: 8px 0; cursor: pointer; } #content-wrapper .error-dialog .fui-dialog-body .error-detail a.expander:before { content: ' '; display: block; width: 0; height: 0; padding: 0 !important; line-height: 0; font-size: 0; border-style: solid; border-color: transparent; border-width: 5px 5px; border-left-color: #333333; display: inline-block; margin-right: 3px; } #content-wrapper .error-dialog .fui-dialog-body .error-detail a.expander:hover { text-decoration: underline; } #content-wrapper .error-dialog .fui-dialog-body .error-detail.expanded .error-detail-wrapper { display: block; overflow: hidden; } #content-wrapper .error-dialog .fui-dialog-body .error-detail.expanded a.expander:before { content: ' '; display: block; width: 0; height: 0; padding: 0 !important; line-height: 0; font-size: 0; border-style: solid; border-color: transparent; border-width: 5px 5px; border-top-color: #333333; margin-right: 3px; top: 3px; position: relative; display: inline-block; } #content-wrapper .error-dialog .fui-dialog-body .error-detail:before { display: block; content: '反馈详细信息有助于开发人员定位问题'; position: absolute; top: 8px; right: 0; font-size: 12px; color: #AAA; } #content-wrapper .error-dialog .fui-dialog-body .error-detail .error-detail-wrapper { display: none; } #content-wrapper .error-dialog .fui-dialog-body .error-detail .error-detail-wrapper textarea { box-sizing: border-box; width: 100%; height: 200px; border: 1px solid #EEE; background: #fcfcfc; outline: none; padding: 6px; color: #666; } #content-wrapper .error-dialog .fui-dialog-body .error-detail .error-detail-wrapper .copy-and-feedback { float: right; margin-top: 10px; } #content-wrapper .error-dialog .fui-dialog-foot { position: static; padding: 5px 20px; } #content-wrapper .error-dialog .fui-dialog-foot .fui-button.fui-xdialog-ok-btn { background: #dc0000; margin: 10px 0; } #content-wrapper .error-dialog .fui-dialog-foot .fui-button.fui-xdialog-ok-btn:hover { background: #FF7F7F; } #content-wrapper .error-dialog .fui-dialog-foot .fui-button.fui-xdialog-cancel-btn { display: none; } /** * 基本页面样式 */ html, body, div { margin: 0; padding: 0; } body, svg { font-family: "Microsoft Yahei", "Heiti SC", Arial, sans-serif; } html, body { height: 100%; } #content-wrapper { overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0; left: 0; position: fixed; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-drag: none; cursor: default; } #kityminder { position: absolute; top: 100px; right: 0; bottom: 0; left: 0; -moz-user-select: none; } #kityminder.maximize { top: 40px; } #kityminder:focus { /* box-shadow: inset 0 0 10px fadeOut(black, 0.5); */ } #tab-container.collapsed + #kityminder, #panel + #kityminder { top: 40px; } .fullscreen #panel { -webkit-transform: translate(0, -101px); -ms-transform: translate(0, -101px); transform: translate(0, -101px); } .fullscreen #kityminder { top: 0 !important; } #panel { background: #393f4f; font-family: 'Hiragino Sans GB', 'Arial', 'Microsoft Yahei'; height: 40px; overflow: hidden; -webkit-backface-visibility: hidden; position: relative; transition: -webkit-transform .7s ease; transition: transform .7s ease; z-index: 11; -webkit-user-select: none; -webkit-app-region: drag; } #panel h1 { font-size: 14px; height: 40px; line-height: 40px; margin: 0; text-align: center; font-weight: normal; color: #ffffff; vertical-align: middle; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } #panel h1 span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } #panel h1 input { outline: none; font-size: 14px; border: none; border-radius: 2px; box-shadow: 0 0 3px black; padding: 3px 2px 3px 5px; background: white; -webkit-user-select: text; -webkit-app-region: no-drag; } #panel h1.rename-enabled { cursor: text; } #panel h1.rename-enabled:after { content: ' '; width: 20px; height: 20px; display: inline-block; background: url(../images/icons.png?_=1431681867821) 1px -1110px; vertical-align: middle; position: relative; top: -1px; margin-left: 5px; opacity: 0; transition: opacity ease .3s; } #panel h1.rename-enabled:hover:after { opacity: 0.6; } #panel h1.loading:before { position: relative; display: inline-block; width: 12px; height: 12px; border: 3px solid; border-color: #c9ced1 transparent transparent; box-shadow: 0 0 7px #ffffff; z-index: 10; border-radius: 100%; -webkit-animation: rotate 1.33s ease infinite; -ms-animation: rotate 1.33s ease infinite; animation: rotate 1.33s ease infinite; filter: none; -webkit-filter: none; left: -6px; top: 3px; box-shadow: none; } #panel h1.loading:after { display: none; } .fui-widget { -webkit-font-smoothing: auto; -webkit-app-region: no-drag; } #main-menu-btn { display: block; float: left; height: 40px; line-height: 40px; padding: 0 30px 0 15px; z-index: 11; background-color: #fc8383; } #main-menu-btn:hover { background-color: #fc9c9c !important; } #main-menu-btn:active { background-color: #fb6a6a !important; } #main-menu-btn .fui-label { height: 40px; line-height: 40px; font-size: 14px; color: white; } #main-menu-btn:after { content: ' '; display: block; position: absolute; width: 0; height: 0; line-height: 0; font-size: 0; border: 6px solid; border-color: white transparent transparent transparent; right: 12px; top: 16px; } #main-menu { background: white; position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; opacity: 0; transition: opacity .2s ease, -webkit-transform .2s ease; transition: opacity .2s ease, transform .2s ease; z-index: 100; } #main-menu.show { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } #main-menu:before { content: ' '; display: block; position: absolute; top: 0; left: 150px; right: -1000px; bottom: 10px; box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.15); z-index: 1; -webkit-transform: translateX(-150px) translateZ(0); transform: translateX(-150px) translateZ(0); transition: -webkit-transform .7s ease, opacity .5s ease; transition: transform .7s ease, opacity .5s ease; } .show#main-menu:before { -webkit-transform: translateX(0) translateZ(0); transform: translateX(0) translateZ(0); transition: -webkit-transform .7s ease, opacity .5s ease; transition: transform .7s ease, opacity .5s ease; } #main-menu .main-menu-header { background: white; height: 40px; } #main-menu .main-menu-back-panel { background-color: #fc8383; float: left; width: 150px; height: 40px; } #main-menu .main-menu-back-panel .main-menu-back-button { width: 140px; height: 30px; padding: 5px; } #main-menu .main-menu-back-panel .main-menu-back-button .fui-label { display: inline-block; color: white; margin-left: 10px; font-size: 14px; display: none; } #main-menu .main-menu-back-panel .main-menu-back-button .fui-icon { display: inline-block; width: 25px; height: 25px; line-height: 25px; border-radius: 100%; border: 2px solid white; background: url(../images/icons.png?_=1431681867821) -1px -370px; vertical-align: middle; } #main-menu .main-menu-back-panel .main-menu-back-button:hover { /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */ } #main-menu .main-menu-back-panel .main-menu-back-button:active { background: #fb5151; } #main-menu .main-menu-title { margin-left: 150px; height: 40px; display: block; background: white; z-index: 2; text-align: center; font-size: 12px; font-weight: normal; line-height: 40px; color: #999; -webkit-transform: translateX(-150px) translateZ(0); transform: translateX(-150px) translateZ(0); transition: -webkit-transform .7s ease, opacity .5s ease; transition: transform .7s ease, opacity .5s ease; } .show#main-menu .main-menu-title { -webkit-transform: translateX(0) translateZ(0); transform: translateX(0) translateZ(0); transition: -webkit-transform .7s ease, opacity .5s ease; transition: transform .7s ease, opacity .5s ease; } #main-menu .main-menu-level1 { position: absolute; left: 0; right: 0; bottom: 0; top: 40px; } #main-menu .main-menu-level1 > .fui-tabs- { /* 二级菜单区域 */ } #main-menu .main-menu-level1 > .fui-tabs-button-wrap { top: 0; right: auto; bottom: 0; left: 0; width: 150px; position: absolute; background-color: #fc8383; } #main-menu .main-menu-level1 > .fui-tabs-button-wrap .fui-button { display: block; text-align: right; height: 50px; } #main-menu .main-menu-level1 > .fui-tabs-button-wrap .fui-button .fui-label { height: 50px; line-height: 50px; color: white; padding-right: 20px; font-size: 16px; } #main-menu .main-menu-level1 > .fui-tabs-button-wrap .fui-button:hover { background: #fb6a6a; } #main-menu .main-menu-level1 > .fui-tabs-button-wrap .fui-button:active { background: #fb5151; } #main-menu .main-menu-level1 > .fui-tabs-button-wrap .fui-button.fui-selected { background: #fdb4b4; } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap { position: absolute; top: 0; right: 0; bottom: 0; left: 150px; background-color: white; z-index: 2; -webkit-transform: translateX(-150px) translateZ(0); transform: translateX(-150px) translateZ(0); transition: -webkit-transform .7s ease, opacity .5s ease; transition: transform .7s ease, opacity .5s ease; /* 每个二级菜单的面板 */ } .show#main-menu .main-menu-level1 > .fui-tabs-panel-wrap { -webkit-transform: translateX(0) translateZ(0); transform: translateX(0) translateZ(0); transition: -webkit-transform .7s ease, opacity .5s ease; transition: transform .7s ease, opacity .5s ease; } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel { position: absolute; top: 0; right: 40px; bottom: 0; left: 40px; /* 面板内容 */ -webkit-animation: slideRight 0.3s ease; animation: slideRight 0.3s ease; -webkit-animation-fill-mode: backward; animation-fill-mode: backward; -webkit-animation-direction: reverse; animation-direction: reverse; } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; /* 二级菜单大标题 */ /* 二级菜单导航 */ } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > h2 { font-size: 24px; font-weight: normal; margin-top: 0; margin-bottom: 20px; color: #465468; } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs { position: absolute; top: 0; right: 0; bottom: 0; left: 0; /* 二级导航菜单区域 */ /* 二级菜单内容区域 */ } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-button-wrap { position: absolute; top: 60px; right: auto; bottom: 30px; left: 0; display: block; width: 180px; border-right: 1px solid #c8ccd6; } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-button-wrap > .fui-button { display: block; height: 50px; line-height: 50px; text-align: right; padding-right: 20px; } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-button-wrap > .fui-button > .fui-label { font-size: 14px; line-height: 50px; color: #465468; } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-button-wrap > .fui-button:hover { background-color: #c8ccd6; } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-button-wrap > .fui-button.fui-selected { background-color: #717b94; } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-button-wrap > .fui-button.fui-selected > .fui-label { color: white; } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-panel-wrap { position: absolute; top: 60px; right: 0; bottom: 30px; left: 200px; } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-panel-wrap > .fui-panel { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content h2 { padding-bottom: 10px; height: 30px; line-height: 30px; border-bottom: 1px solid #ededed; font-size: 18px; font-weight: normal; margin: 0; padding-left: 38px; } #main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel.fui-hide { -webkit-animation-fill-mode: forward; animation-fill-mode: forward; -webkit-animation-direction: normal; animation-direction: normal; } @-webkit-keyframes slideLeft { } @keyframes slideLeft { } @-webkit-keyframes slideRight { 0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; display: block !important; } 100% { -webkit-transform: translate(50px, 0); transform: translate(50px, 0); opacity: 0; display: none !important; } } @keyframes slideRight { 0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; display: block !important; } 100% { -webkit-transform: translate(50px, 0); transform: translate(50px, 0); opacity: 0; display: none !important; } } .new-file-template-select { margin: 0; padding: 0; list-style: none; } .new-file-template-select li { display: inline-block; position: relative; width: 120px; height: 120px; margin-right: 20px; margin-bottom: 20px; cursor: pointer; } .new-file-template-select li a { display: block; text-align: center; position: absolute; bottom: 0; left: 0; right: 0; } .new-file-template-select li:before { content: ' '; display: block; position: absolute; top: 0; right: 0; bottom: 24px; left: 0; border: 1px solid #ddd; } .new-file-template-select li:after { content: ' '; display: block; position: absolute; width: 100px; height: 80px; left: 50%; top: 10px; margin-left: -50px; background: url(../images/template_large.png?_=1431681867821) no-repeat; } .new-file-template-select li.default:after { background-position: 0 0; } .new-file-template-select li.structure:after { background-position: -100px 0; } .new-file-template-select li.filetree:after { background-position: -200px 0; } .new-file-template-select li.right:after { background-position: -300px 0; } .new-file-template-select li.fish-bone:after { background-position: -400px 0; } .new-file-template-select li.tianpan:after { background-position: -500px 0; } .new-file-template-select li:hover a { color: #fc8383; } .new-file-template-select li:hover:before { border: 1px solid #fc8383; } .new-file-template-select li:active:before { background-color: #fee6e6; } #panel .quick-visit-button { float: left; border: none; width: 40px; height: 40px; line-height: 40px; padding: 0; margin: 0; display: block; position: relative; -webkit-app-region: no-drag; text-indent: -10000px; } #panel .quick-visit-button:after { content: ' '; position: absolute; display: block; width: 25px; height: 25px; left: 7.5px; top: 5.5px; background: url(../images/icons.png?_=1431681867821) no-repeat; } #panel .quick-visit-button.new:after { background-position: 0 -895px; } #panel .quick-visit-button.save:after { background-position: 0 -920px; } #panel .quick-visit-button.share:after { background-position: 0 -945px; } #panel .quick-visit-button.feedback { float: right; margin-right: 5px; } #panel .quick-visit-button.feedback:after { top: 6.5px; left: 7px; background-position: 0 -970px; } #panel .quick-visit-button.editshare { margin-right: 5px; float: right; } #panel .quick-visit-button.editshare:after { top: 6.5px; left: 7px; background-position: 0 -1060px; } #panel .quick-visit-button:hover { background-color: #5a6378; } #panel .quick-visit-button:active { background-color: #444b5b; } #panel .quick-visit-button:first-child { margin-left: 5px; } .command-button.undo, .command-button.redo { float: left; border: none; width: 40px; height: 40px; line-height: 40px; padding: 0; margin: 0; } .command-button.undo .fui-label, .command-button.redo .fui-label { display: none; } .command-button.undo .fui-icon, .command-button.redo .fui-icon { display: block; width: 40px; height: 40px; background: url(../images/history.png?_=1431681867821) no-repeat; } .command-button.undo:hover, .command-button.redo:hover { background: #5a6378; } .command-button.undo:hover .fui-icon, .command-button.redo:hover .fui-icon { background-position-y: -40px; } .command-button.undo:active, .command-button.redo:active { background: #444b5b; } .command-button.undo.fui-disabled:hover, .command-button.redo.fui-disabled:hover, .command-button.undo.fui-disabled:active, .command-button.redo.fui-disabled:active { background: none; } .command-button.undo.fui-disabled .fui-icon, .command-button.redo.fui-disabled .fui-icon { background-position-y: 0; } .command-button.redo .fui-icon { background-position-x: -40px; } #tab-select { height: 40px; line-height: 40px; min-width: 200px; margin-left: 10px; float: left; } #tab-select .fui-button { width: 60px; height: 40px; line-height: 40px; text-align: 50px; display: inline-block; } #tab-select .fui-button:hover { background: #5a6378 !important; } #tab-select .fui-button:active { background: #444b5b !important; } #tab-select .fui-button .fui-icon { display: none; } #tab-select .fui-button .fui-label { height: 40px; line-height: 40px; text-align: center; display: block; color: #c9cbcf; font-size: 14px; } #tab-select .fui-button .fui-label:hover { background: #5a6378; } #tab-select .fui-button .fui-label:active { background: #2e333e; } #tab-select .fui-button.fui-selected .fui-label { color: white; } #tab-select .fui-button.fui-selected:after { content: ' '; height: 0; line-height: 0; font-size: 0; display: block; position: absolute; border: 6px solid; border-color: transparent transparent white transparent; bottom: 0; left: 50%; margin-left: -3px; z-index: 11; } #tab-select.collapsed .fui-button.fui-selected .fui-label { color: #c9cbcf; } #tab-select.collapsed .fui-button.fui-selected:after { display: none; } .fullscreen #tab-container { -webkit-transform: translate(0, -101px) !important; -ms-transform: translate(0, -101px) !important; transform: translate(0, -101px) !important; } #tab-container { position: absolute; top: 40px; height: 60px; left: 0; right: 0; background: white; z-index: 10; border-bottom: 1px solid #dbdbdb; box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.05); overflow: visible; /* 每一个 Tab 面板 */ } #tab-container > .fui-panel { display: block; height: 100%; /* 每一个小节 */ } #tab-container > .fui-panel > .fui-panel-content > .fui-panel { height: 100%; padding: 0 5px; border-right: 1px dashed #eee; } #tab-container > .fui-panel > .fui-panel-content > .fui-panel > .fui-panel-content > .fui-label { text-align: center; display: block; width: 100%; padding: 1px 0; position: absolute; bottom: 0; top: auto; display: none; } #tab-container > .fui-panel > .fui-panel-content > .fui-panel > .fui-panel-content > .fui-label-panel-content { padding: 5px; } #tab-container.collapsed { opacity: 0; height: 0; } #search { float: right; position: relative; -webkit-app-region: no-drag; } #search:after { content: ' '; display: block; position: absolute; width: 24px; height: 24px; left: 5px; top: 7px; background: url(../images/icons.png?_=1431681867821) no-repeat 0 -345px; } #search input[type=search] { background: #5a6378; border: none; height: 20px; line-height: 1em; border-radius: 15px; outline: none; color: #ffffff; padding: 5px 10px 5px 30px; box-sizing: content-box; margin-top: 5px; margin-right: 3px; width: 30px; -webkit-appearance: none; transition: width .5s ease; -webkit-transform: translateZ(0); transform: translateZ(0); } #search input[type=search]:focus { width: 150px; } #panel div.user-panel { float: right; height: 40px; line-height: 40px; font-size: 14px; color: #ffffff; vertical-align: baseline; } #panel div.user-panel .loading-tip { text-indent: 100000px; display: inline-block; width: 50px; height: 40px; line-height: 40px; position: relative; } #panel div.user-panel .loading-tip:before { content: ' '; display: block; position: absolute; left: 9px; top: 7px; width: 16px; height: 16px; border: 4px solid; border-color: #c9ced1 transparent transparent; box-shadow: 0 0 11px #ffffff; z-index: 10; border-radius: 100%; -webkit-animation: rotate 1.33s ease infinite; -ms-animation: rotate 1.33s ease infinite; animation: rotate 1.33s ease infinite; filter: none; -webkit-filter: none; box-shadow: none; } #panel div.user-panel .fui-button { padding: 5px 10px; height: 30px; line-height: 30px; } #panel div.user-panel .fui-button:hover { background-color: #5a6378; } #panel div.user-panel .fui-button:active { background-color: #444b5b; } #panel div.user-panel .fui-button .fui-label { font-size: 14px; color: #ffffff; vertical-align: baseline; } #panel div.user-panel .fui-button.user-button .fui-label { display: none; } #panel div.user-panel .fui-button .fui-icon { vertical-align: baseline; border-radius: 100%; } #panel div.user-panel .fui-button .fui-icon img { width: 30px; height: 30px; } #panel div.user-panel .fui-button.login-button .fui-icon { border-radius: 100%; width: 25px; height: 25px; margin-right: 3px; vertical-align: baseline; background: url(../images/icons.png?_=1431681867821) 0 -320px; } #panel div.user-panel .fui-button.login-button .fui-label { display: none; } .login-tip { display: none; } .login-required > * { display: none; } .login-required > .login-tip { display: block; text-align: center; font-size: 16px; color: #999; margin-top: 30px; } .login-required > .login-tip a { text-decoration: underline; color: #fc8383; cursor: pointer; } .login-required > .login-tip a:hover { color: #fdb4b4; } .recent-file-panel h2:before { content: ' '; display: block; width: 25px; height: 25px; position: absolute; left: 0; top: 2px; background: url(../images/icons.png?_=1431681867821) no-repeat 0 -520px; } .recent-file-panel > .clear-recent-list { position: absolute; right: 0; top: 0; } .recent-file-panel > .recent-file-list { margin: 0; padding: 0; list-style: none; } .recent-file-panel > .recent-file-list:empty:after { content: '没有最近打开文件!'; display: block; text-align: center; font-size: 18px; height: 50px; line-height: 50px; color: #CCC; } .recent-file-panel > .recent-file-list .recent-file-item { font-size: 14px; line-height: 20px; padding: 10px 20px 10px 40px; cursor: default; position: relative; } .recent-file-panel > .recent-file-list .recent-file-item:hover { background-color: #f4f5f7; } .recent-file-panel > .recent-file-list .recent-file-item:active { background-color: #e5e7ec; } .recent-file-panel > .recent-file-list .recent-file-item .file-name { margin: 0; font-weight: normal; height: 20px; line-height: 20px; } .recent-file-panel > .recent-file-list .recent-file-item .file-name:after { content: ' '; display: block; position: absolute; width: 25px; height: 25px; background: url(../images/icons.png?_=1431681867821) no-repeat 0 -445px; left: 5px; top: 10px; } .recent-file-panel > .recent-file-list .recent-file-item .file-title { margin: 0; margin-top: 5px; font-size: 12px; color: #999; } .recent-file-panel > .recent-file-list .recent-file-item .file-time { position: absolute; right: 5px; top: 10px; font-size: 12px; color: #999; } @-webkit-keyframes shake { 0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 15% { -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); } 35% { -webkit-transform: translate(2px, -2px); transform: translate(2px, -2px); } 65% { -webkit-transform: translate(-2px, 2px); transform: translate(-2px, 2px); } 85% { -webkit-transform: translate(2px, 2px); transform: translate(2px, 2px); } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } } @keyframes shake { 0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 15% { -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); } 35% { -webkit-transform: translate(2px, -2px); transform: translate(2px, -2px); } 65% { -webkit-transform: translate(-2px, 2px); transform: translate(-2px, 2px); } 85% { -webkit-transform: translate(2px, 2px); transform: translate(2px, 2px); } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } } @-webkit-keyframes shake-left-right { 0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 25% { -webkit-transform: translate(-3px, 0); transform: translate(-3px, 0); } 75% { -webkit-transform: translate(3px, 0); transform: translate(3px, 0); } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } } @keyframes shake-left-right { 0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 25% { -webkit-transform: translate(-3px, 0); transform: translate(-3px, 0); } 75% { -webkit-transform: translate(3px, 0); transform: translate(3px, 0); } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } } .netdisk-finder .dir.drag-enter { border: 1px dashed #717B94 !important; background: #F9F9F9; } .netdisk-finder.drop-mode .dir { -webkit-animation: shake .3s ease; animation: shake .3s ease; } .netdisk-finder.drop-mode .recycle { -webkit-animation: shake .3s ease; animation: shake .3s ease; } .netdisk-finder.recycle-bin .head .control .button.mkdir { display: none; } .netdisk-finder.recycle-bin .head .control .button.recycle { display: none; } .netdisk-finder.recycle-bin .head .control .button.recycle-clear { display: block; } .netdisk-finder.recycle-bin .file-list .file-list-item.dir:after { display: none; } .netdisk-finder .head { padding-bottom: 10px; height: 30px; border-bottom: 1px solid #eee; } .netdisk-finder .head .control { float: right; } .netdisk-finder .head .control .button { vertical-align: middle; font-size: 0; background: url(../images/finder.svg) no-repeat; width: 30px; height: 30px; border-radius: 2px; box-sizing: border-box; border: 1px solid transparent; } .netdisk-finder .head .control .button:hover { border: 1px solid #c8ccd6; } .netdisk-finder .head .control .button:active { box-shadow: inset 0 1px 3px rgba(113, 123, 148, 0.2); } .netdisk-finder .head .control .button.recycle { background-position: -30px 0; } .netdisk-finder .head .control .button.recycle.drag-enter { background-position: -60px 0 !important; } .netdisk-finder .head .control .button.recycle-clear { display: none; background-position: -90px 0; } .netdisk-finder .head .nav { font-size: 18px; } .netdisk-finder .head .nav span, .netdisk-finder .head .nav a { display: inline-block; height: 20px; line-height: 20px; padding: 5px 10px; margin: 0 3px 0 0; cursor: default; vertical-align: middle; } .netdisk-finder .head .nav span.my-document { width: 25px; height: 25px; padding: 0; text-indent: -1000px; position: relative; top: -2px; background: url(../images/icons.png?_=1431681867821) 0 -470px; } .netdisk-finder .head .nav a.dir-back { border-radius: 100%; width: 23px; height: 23px; padding: 0; border: 1px solid #393f4f; text-indent: -1000px; position: relative; top: -1px; background: url(../images/icons.png?_=1431681867821) -2px -396px no-repeat; } .netdisk-finder .head .nav span.spliter { content: ' '; display: block; width: 0; height: 0; padding: 0 !important; line-height: 0; font-size: 0; border-style: solid; border-color: transparent; border-width: 4px 4px; border-left-color: #000000; display: inline-block; margin-left: 4px; } .netdisk-finder .head .nav a { border: 1px solid transparent; } .netdisk-finder .head .nav a:hover { background-color: #f4f5f7; } .netdisk-finder .head .nav a:active { background-color: #d7dae1; } .netdisk-finder .file-list { position: absolute; top: 41px; right: 0; bottom: 0; left: 0; margin: 0; padding: 0; list-style: none; overflow: auto; overflow-x: hidden; } .netdisk-finder .file-list .empty { height: 50px; line-height: 50px; text-align: center; font-size: 18px; color: #ccc; } .netdisk-finder .file-list .file-list-item { font-size: 14px; height: 20px; line-height: 20px; padding: 10px 20px 10px 40px; cursor: default; -webkit-user-drag: element; -khtml-user-drag: element; border: 1px solid transparent; } .netdisk-finder .file-list .file-list-item .rename-button { display: inline-block; width: 20px; height: 20px; margin-left: 10px; vertical-align: middle; border-radius: 2px; box-sizing: border-box; border: 1px solid transparent; opacity: 0; transition: -webkit-transform,opacity ease .2s; transition: transform,opacity ease .2s; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); font-size: 0; } .netdisk-finder .file-list .file-list-item .rename-button:hover { border: 1px solid #c8ccd6; } .netdisk-finder .file-list .file-list-item .rename-button:active { box-shadow: inset 0 1px 3px rgba(113, 123, 148, 0.2); } .netdisk-finder .file-list .file-list-item .filename { height: 20px; line-height: 20px; vertical-align: middle; } .netdisk-finder .file-list .file-list-item input { margin: 0; outline: none; width: 61.80%; -moz-user-select: default; } .netdisk-finder .file-list .file-list-item:hover .rename-button { transition: -webkit-transform,opacity ease .2s .5s; transition: transform,opacity ease .2s .5s; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; background: url(../images/icons.png?_=1431681867821) 1px -1130px; } .netdisk-finder .file-list .file-list-item.selected { background-color: #717b94; color: white; } .netdisk-finder .file-list .file-list-item.selected:hover .rename-button { background: url(../images/icons.png?_=1431681867821) 1px -1110px; } .netdisk-finder .file-list .file-list-item.selected.dir .icon { background: #717b94 url(../images/icons.png?_=1431681867821) 0 -1085px; } .netdisk-finder .file-list .file-list-item.selected.dir:after { border-left-color: white; } .netdisk-finder .file-list .file-list-item.selected.file .icon { background: #717b94 url(../images/icons.png?_=1431681867821) 0 -545px; } .netdisk-finder .file-list .file-list-item.dragging { border: 1px solid #717B94; } .netdisk-finder .file-list .file-list-item.file { position: relative; } .netdisk-finder .file-list .file-list-item.file .icon { display: block; position: absolute; width: 25px; height: 25px; left: 5px; top: 7px; background: url(../images/icons.png?_=1431681867821) 0 -445px no-repeat; } .netdisk-finder .file-list .file-list-item.renaming input.invalid-name { -webkit-animation: shake-left-right 0.3s ease; animation: shake-left-right 0.3s ease; } .netdisk-finder .file-list .file-list-item.renaming .rename-button { display: none !important; } .netdisk-finder .file-list .file-list-item.dir { position: relative; } .netdisk-finder .file-list .file-list-item.dir .icon { display: block; position: absolute; width: 25px; height: 25px; left: 5px; top: 7px; background: url(../images/icons.png?_=1431681867821) 0 -420px no-repeat; } .netdisk-finder .file-list .file-list-item.dir:after { content: ' '; display: block; width: 0; height: 0; padding: 0 !important; line-height: 0; font-size: 0; border-style: solid; border-color: transparent; border-width: 4px 4px; border-left-color: #000000; position: absolute; right: 5px; top: 20px; margin-top: -4px; } .netdisk-open-panel .netdisk-finder { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .netdisk-save-panel .netdisk-finder { position: absolute; top: 0; right: 0; bottom: 50px; left: 0; } .netdisk-save-panel .netdisk-file-list { bottom: 50px; } .netdisk-save-select { position: absolute; top: auto; right: 0; bottom: 0; left: 0; height: auto; padding: 10px; border-top: 1px solid #EEE; background: #fcfcfc; } .netdisk-save-select label { display: inline-block; padding: 0 10px 0 0; vertical-align: middle; margin-top: 5px; } .netdisk-save-select > input { width: 50%; margin: 0; margin-top: 5px; margin-right: 10px; vertical-align: middle; } .netdisk-save-select > select { margin: 5px 0 0 0; outline: none; vertical-align: middle; } .netdisk-save-select > .save-button { float: right; width: 80px; vertical-align: middle; } .local-file-open-panel { position: relative; } .local-file-open-panel > h2:before { content: ' '; display: block; width: 25px; height: 25px; position: absolute; left: 0; background: url(../images/icons.png?_=1431681867821) no-repeat 0 -495px; } .local-file-open-panel .pick-file { padding: 10px 0; } .local-file-open-panel .pick-file a { display: inline-block; height: 30px; padding: 0 15px; line-height: 30px; text-align: center; outline: none; background: #717b94; cursor: default; color: #ffffff; border: none; box-sizing: content-box; margin: 0 10px 10px 0; } .local-file-open-panel .pick-file a:hover, .local-file-open-panel .pick-file a.hover { background: #8e96aa; } .local-file-open-panel .pick-file a:active, .local-file-open-panel .pick-file a.active { background: #656f87; } .local-file-open-panel .pick-file a:disabled { background: #CCC; } .local-file-open-panel .pick-file a:disabled:hover, .local-file-open-panel .pick-file a:disabled.hover, .local-file-open-panel .pick-file a:disabled:active, .local-file-open-panel .pick-file a:disabled.active { background: #CCC; } .local-file-open-panel .pick-file span { line-height: 30px; } .local-file-open-panel .drop-file { border: 2px dashed #eee; border-radius: 4px; height: 100px; width: 100px; text-align: center; font-size: 16px; color: #CCC; margin: 150px auto; transition: all .1s ease; } .local-file-open-panel .drop-file span { display: block; margin-top: 25px; padding: 0 15px; } .local-file-open-panel .drop-file.accept { border-color: #abb1c0; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } .local-file-open-panel .drop-file.deny { border-color: #eee; color: #eee; } .draft-panel h2:before { content: ' '; display: block; width: 25px; height: 25px; position: absolute; left: 0; background: url(../images/icons.png?_=1431681867821) no-repeat 0 -570px; } .draft-panel > .clear-draft { position: absolute; right: 0; top: 0; } .draft-panel > .draft-list { margin: 0; padding: 0; list-style: none; } .draft-panel > .draft-list:empty:after { content: '这是个空虚寂寞的草稿箱!'; display: block; text-align: center; font-size: 18px; height: 50px; line-height: 50px; color: #CCC; } .draft-panel > .draft-list .draft-list-item { font-size: 14px; line-height: 20px; padding: 10px 20px 10px 40px; cursor: default; position: relative; } .draft-panel > .draft-list .draft-list-item:hover { background-color: #f4f5f7; } .draft-panel > .draft-list .draft-list-item:active { background-color: #e5e7ec; } .draft-panel > .draft-list .draft-list-item .draft-title { margin: 0; font-weight: normal; height: 20px; line-height: 20px; } .draft-panel > .draft-list .draft-list-item .draft-title:after { content: ' '; display: block; position: absolute; width: 25px; height: 25px; background: url(../images/icons.png?_=1431681867821) no-repeat 0 -445px; left: 5px; top: 10px; } .draft-panel > .draft-list .draft-list-item .file-time { position: absolute; right: 5px; top: 10px; font-size: 12px; color: #999; } .download-panel h2:before { content: ' '; display: block; width: 25px; height: 25px; position: absolute; left: 0; background: url(../images/icons.png?_=1431681867821) no-repeat 0 -595px; } .download-panel > .download-list { margin: 0; padding: 0; list-style: none; } .download-panel > .download-list li { font-size: 14px; padding: 10px 20px 10px 40px; cursor: default; position: relative; margin: 0; font-weight: normal; height: 20px; line-height: 20px; } .download-panel > .download-list li:hover { background-color: #f4f5f7; } .download-panel > .download-list li:active { background-color: #e5e7ec; } #help-panel, #feedback-panel { position: absolute; top: 50px; right: 0; bottom: 0; left: 0; overflow-y: auto; } #help-panel h2, #feedback-panel h2 { font-weight: normal; color: #fc8383; margin: 10px 0; } #help-panel .shortcut-content, #feedback-panel .shortcut-content { font-family: 'Microsoft Yahei'; margin-left: 50px; } #help-panel .shortcut-content section, #feedback-panel .shortcut-content section { min-width: 300px; margin: 0 20px 20px 0; float: left; } #help-panel .shortcut-content section h3, #feedback-panel .shortcut-content section h3 { border-bottom: 1px solid #EEE; } #help-panel .shortcut-content section div.shortcut-group, #feedback-panel .shortcut-content section div.shortcut-group { margin: 5px auto; } #help-panel .shortcut-content section div.shortcut-group span.shortcut, #feedback-panel .shortcut-content section div.shortcut-group span.shortcut { display: inline-block; width: 220px; text-align: right; margin-right: 10px; } #help-panel .contact-content, #feedback-panel .contact-content { list-style: none; padding-left: 0; } #help-panel .contact-content li, #feedback-panel .contact-content li { display: block; float: left; padding: 0; width: 150px; height: 150px; margin: 20px; text-align: center; position: relative; } #help-panel .contact-content li a, #feedback-panel .contact-content li a { -webkit-user-select: initial; cursor: text; color: #fc8383; } #help-panel .contact-content li a[href], #feedback-panel .contact-content li a[href] { cursor: pointer; } #help-panel .contact-content li:before, #feedback-panel .contact-content li:before { transition: all .3s ease; opacity: 0.6; content: ' '; display: block; width: 150px; height: 150px; background: #ffffff url(../images/feedback.png?_=1431681867821) no-repeat; } #help-panel .contact-content li:hover:before, #feedback-panel .contact-content li:hover:before { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); opacity: 1; } #help-panel .contact-content li.email:before, #feedback-panel .contact-content li.email:before { background-position: -150px 0; } #help-panel .contact-content li.github:before, #feedback-panel .contact-content li.github:before { background-position: -300px 0; } #help-panel .contact-content li.tieba:before, #feedback-panel .contact-content li.tieba:before { background-position: -450px 0; } .gfm-render { font-size: 12px; -webkit-user-select: text; color: #333; line-height: 1.8em; } .gfm-render blockquote, .gfm-render ul, .gfm-render table, .gfm-render p, .gfm-render pre, .gfm-render hr { margin: 1em 0; cursor: text; } .gfm-render blockquote:first-child:last-child, .gfm-render ul:first-child:last-child, .gfm-render table:first-child:last-child, .gfm-render p:first-child:last-child, .gfm-render pre:first-child:last-child, .gfm-render hr:first-child:last-child { margin: 0; } .gfm-render img { max-width: 100%; } .gfm-render a { color: blue; } .gfm-render a:hover { color: red; } .gfm-render blockquote { display: block; border-left: 4px solid #E4AD91; color: #da8e68; padding-left: 10px; font-style: italic; margin-left: 2em; } .gfm-render ul, .gfm-render ol { padding-left: 3em; } .gfm-render table { width: 100%; border-collapse: collapse; margin: 1em 0; } .gfm-render table th, .gfm-render table td { border: 1px solid #666; padding: 2px 4px; } .gfm-render table th { background: rgba(45, 141, 234, 0.2); } .gfm-render table tr:nth-child(even) td { background: rgba(45, 141, 234, 0.03); } .gfm-render em { color: red; } .gfm-render del { color: #999; } .gfm-render pre { background: rgba(45, 141, 234, 0.1); padding: 5px; border-radius: 5px; word-break: break-all; word-wrap: break-word; } .gfm-render code { background: rgba(45, 141, 234, 0.1); /* display: inline-block; */ padding: 0 5px; border-radius: 3px; } .gfm-render pre code { background: none; } .gfm-render hr { border: none; border-top: 1px solid #CCC; } .gfm-render .highlight { background: yellow; color: red; } #note-panel { width: 300px; border-left: 1px solid #babfcd; background: white; position: absolute; top: 100px; right: 0; bottom: 0; left: auto; } #note-panel .tab { height: 30px; background: #EEE; font-size: 12px; line-height: 30px; padding: 0 10px; position: relative; } #note-panel .tab a.edit-tab, #note-panel .tab a.preview-tab { display: inline-block; padding: 0 10px; height: 24px; line-height: 24px; vertical-align: bottom; margin-right: 5px; border-radius: 3px 3px 0 0; } #note-panel .tab a.edit-tab:hover, #note-panel .tab a.preview-tab:hover { background: rgba(255, 255, 255, 0.5); } #note-panel .tab a.edit-tab.active-tab, #note-panel .tab a.preview-tab.active-tab { background: white; } #note-panel .tab a.help { position: absolute; right: 10px; height: 30px; line-height: 30px; top: 0; } #note-panel .note-editor { position: absolute; top: 60px; right: 0; bottom: 0; left: 0; padding: 5px; -webkit-user-select: text; } #note-panel .note-editor .CodeMirror { cursor: text; font-size: 14px; line-height: 1.3em; font-family: consolas; } #note-panel .note-preview { position: absolute; top: 60px; right: 0; bottom: 0; left: 0; padding: 10px; overflow-x: hidden; overflow-y: auto; font-size: 12px; -webkit-user-select: text; color: #333; line-height: 1.8em; } #note-panel .note-preview blockquote, #note-panel .note-preview ul, #note-panel .note-preview table, #note-panel .note-preview p, #note-panel .note-preview pre, #note-panel .note-preview hr { margin: 1em 0; cursor: text; } #note-panel .note-preview blockquote:first-child:last-child, #note-panel .note-preview ul:first-child:last-child, #note-panel .note-preview table:first-child:last-child, #note-panel .note-preview p:first-child:last-child, #note-panel .note-preview pre:first-child:last-child, #note-panel .note-preview hr:first-child:last-child { margin: 0; } #note-panel .note-preview img { max-width: 100%; } #note-panel .note-preview a { color: blue; } #note-panel .note-preview a:hover { color: red; } #note-panel .note-preview blockquote { display: block; border-left: 4px solid #E4AD91; color: #da8e68; padding-left: 10px; font-style: italic; margin-left: 2em; } #note-panel .note-preview ul, #note-panel .note-preview ol { padding-left: 3em; } #note-panel .note-preview table { width: 100%; border-collapse: collapse; margin: 1em 0; } #note-panel .note-preview table th, #note-panel .note-preview table td { border: 1px solid #666; padding: 2px 4px; } #note-panel .note-preview table th { background: rgba(45, 141, 234, 0.2); } #note-panel .note-preview table tr:nth-child(even) td { background: rgba(45, 141, 234, 0.03); } #note-panel .note-preview em { color: red; } #note-panel .note-preview del { color: #999; } #note-panel .note-preview pre { background: rgba(45, 141, 234, 0.1); padding: 5px; border-radius: 5px; word-break: break-all; word-wrap: break-word; } #note-panel .note-preview code { background: rgba(45, 141, 234, 0.1); /* display: inline-block; */ padding: 0 5px; border-radius: 3px; } #note-panel .note-preview pre code { background: none; } #note-panel .note-preview hr { border: none; border-top: 1px solid #CCC; } #note-panel .note-preview .highlight { background: yellow; color: red; } #note-panel .close { display: block; width: 20px; height: 20px; cursor: pointer; border-radius: 100%; position: absolute; right: 5px; top: 6px; } #note-panel .close:hover { background-color: #e66060; } #note-panel .close:active { background-color: #e34f4f; } #note-panel .close:after { content: 'x'; display: block; width: 16px; height: 16px; font-family: inherit; color: white; font-size: 14px; position: absolute; left: 2px; top: 1px; line-height: 16px; text-align: center; } #note-panel[disabled]:after { content: ' '; display: block; position: absolute; top: 20px; right: 0; bottom: 0; left: 0; background: rgba(100, 100, 100, 0.1); } #note-panel > h2 { font-size: 12px; margin: 0; font-weight: normal; background: #7f88a2; color: #ffffff; padding: 5px 10px; height: 20px; line-height: 20px; } #note-previewer { position: absolute; background: #FFD; padding: 5px 15px; border-radius: 5px; max-width: 400px; max-height: 200px; overflow: auto; z-index: 10; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); font-size: 12px; -webkit-user-select: text; color: #333; line-height: 1.8em; } #note-previewer blockquote, #note-previewer ul, #note-previewer table, #note-previewer p, #note-previewer pre, #note-previewer hr { margin: 1em 0; cursor: text; } #note-previewer blockquote:first-child:last-child, #note-previewer ul:first-child:last-child, #note-previewer table:first-child:last-child, #note-previewer p:first-child:last-child, #note-previewer pre:first-child:last-child, #note-previewer hr:first-child:last-child { margin: 0; } #note-previewer img { max-width: 100%; } #note-previewer a { color: blue; } #note-previewer a:hover { color: red; } #note-previewer blockquote { display: block; border-left: 4px solid #E4AD91; color: #da8e68; padding-left: 10px; font-style: italic; margin-left: 2em; } #note-previewer ul, #note-previewer ol { padding-left: 3em; } #note-previewer table { width: 100%; border-collapse: collapse; margin: 1em 0; } #note-previewer table th, #note-previewer table td { border: 1px solid #666; padding: 2px 4px; } #note-previewer table th { background: rgba(45, 141, 234, 0.2); } #note-previewer table tr:nth-child(even) td { background: rgba(45, 141, 234, 0.03); } #note-previewer em { color: red; } #note-previewer del { color: #999; } #note-previewer pre { background: rgba(45, 141, 234, 0.1); padding: 5px; border-radius: 5px; word-break: break-all; word-wrap: break-word; } #note-previewer code { background: rgba(45, 141, 234, 0.1); /* display: inline-block; */ padding: 0 5px; border-radius: 3px; } #note-previewer pre code { background: none; } #note-previewer hr { border: none; border-top: 1px solid #CCC; } #note-previewer .highlight { background: yellow; color: red; } #content-wrapper.note-panel-visible #kityminder { right: 300px; } #tab-container.collapsed + #kityminder + #note-panel { top: 40px; } #tab-container .command-buttonset.priority { width: 130px; } #tab-container .command-buttonset.priority .fui-button { width: 20px; height: 20px; margin: 1px; padding: 2px; border-radius: 4px; } #tab-container .command-buttonset.priority .fui-button .fui-label { display: none; } #tab-container .command-buttonset.priority .fui-button .fui-icon { display: block; height: 20px; width: 20px; background: url(../images/iconpriority.png?_=1431681867821) repeat-y; background-color: transparent; } #tab-container .command-buttonset.priority .fui-button.priority-0 .fui-icon { background-position: 0 20px; } #tab-container .command-buttonset.priority .fui-button.priority-1 .fui-icon { background-position: 0 0px; } #tab-container .command-buttonset.priority .fui-button.priority-2 .fui-icon { background-position: 0 -20px; } #tab-container .command-buttonset.priority .fui-button.priority-3 .fui-icon { background-position: 0 -40px; } #tab-container .command-buttonset.priority .fui-button.priority-4 .fui-icon { background-position: 0 -60px; } #tab-container .command-buttonset.priority .fui-button.priority-5 .fui-icon { background-position: 0 -80px; } #tab-container .command-buttonset.priority .fui-button.priority-6 .fui-icon { background-position: 0 -100px; } #tab-container .command-buttonset.priority .fui-button.priority-7 .fui-icon { background-position: 0 -120px; } #tab-container .command-buttonset.priority .fui-button.priority-8 .fui-icon { background-position: 0 -140px; } #tab-container .command-buttonset.priority .fui-button.priority-9 .fui-icon { background-position: 0 -160px; } #tab-container .command-buttonset.priority .fui-button.fui-button-pressed { background-color: #c4d0ee; } #tab-container .command-buttonset.progress { width: 130px; } #tab-container .command-buttonset.progress .fui-button { width: 20px; height: 20px; margin: 1px; padding: 2px; border-radius: 4px; } #tab-container .command-buttonset.progress .fui-button .fui-label { display: none; } #tab-container .command-buttonset.progress .fui-button .fui-icon { display: block; height: 20px; width: 20px; background: url(../images/iconprogress.png?_=1431681867821) repeat-y; background-color: transparent; } #tab-container .command-buttonset.progress .fui-button.progress-0 .fui-icon { background-position: 0 20px; } #tab-container .command-buttonset.progress .fui-button.progress-1 .fui-icon { background-position: 0 0px; } #tab-container .command-buttonset.progress .fui-button.progress-2 .fui-icon { background-position: 0 -20px; } #tab-container .command-buttonset.progress .fui-button.progress-3 .fui-icon { background-position: 0 -40px; } #tab-container .command-buttonset.progress .fui-button.progress-4 .fui-icon { background-position: 0 -60px; } #tab-container .command-buttonset.progress .fui-button.progress-5 .fui-icon { background-position: 0 -80px; } #tab-container .command-buttonset.progress .fui-button.progress-6 .fui-icon { background-position: 0 -100px; } #tab-container .command-buttonset.progress .fui-button.progress-7 .fui-icon { background-position: 0 -120px; } #tab-container .command-buttonset.progress .fui-button.progress-8 .fui-icon { background-position: 0 -140px; } #tab-container .command-buttonset.progress .fui-button.progress-9 .fui-icon { background-position: 0 -160px; } #tab-container .command-buttonset.progress .fui-button.fui-button-pressed { background-color: #c4d0ee; } #resource-panel > .fui-panel-content > .fui-label-panel-content { position: relative; } #resource-panel > .fui-panel-content > .fui-label-panel-content > .fui-input { width: 140px; margin: 2px 0 0; vertical-align: middle; box-sizing: content-box; } #resource-panel > .fui-panel-content > .fui-label-panel-content > .fui-button { left: auto; right: 6px; top: 8px; padding: 1px 3px; vertical-align: middle; position: absolute; } #resource-panel > .fui-panel-content > .fui-label-panel-content > .fui-drop-panel { display: block; height: 25px; margin-top: -1px; width: 140px; } #image-button-menu .fui-button:first-child { background-image: url(../images/icons.png?_=1431681867821); background-position: center -125px; background-repeat: no-repeat; } #link-button-menu .fui-button:first-child { background-image: url(../images/icons.png?_=1431681867821); background-position: center -100px; background-repeat: no-repeat; } #note-button-menu .fui-button:first-child { background-image: url(../images/icons.png?_=1431681867821); background-position: center -1150px; background-repeat: no-repeat; } ul.resource-list { margin: 0; padding: 0; list-style: none; width: 150px; } ul.resource-list li { display: inline-block; padding: 1px 2px; border-radius: 4px; margin: 3px; } #img_panels { margin: 0 auto; border: 1px solid #EEE; height: 400px; position: relative; clear: both; z-index: 60; padding: 20px 15px; background: white; } #img_panels .fui-container { display: block; } #img_panels .searchBar { width: 100%; height: 30px; margin-bottom: 5px; padding: 0px; } #img_panels .searchBar label { vertical-align: middle; display: inline-block; height: 30px; line-height: 30px; } #img_searchTxt { width: 370px; } #img_searchBtn { margin-left: 10px; float: right; } #img_buttons { height: 35px; position: relative; z-index: 70; background: #fcfcfc; overflow: visible; } #img_buttons .fui-button { box-sizing: border-box; height: 35px; line-height: 35px; padding: 0 15px; border: 1px solid transparent; text-align: center; } #img_buttons .fui-button .fui-icon { display: none; } #img_buttons .fui-button .fui-label { display: block; height: 35px; line-height: 35px; } #img_buttons .fui-button:hover { background: none; text-decoration: underline; } #img_buttons .fui-button.fui-selected { background: #fff; border-color: #eee #eee white #eee; height: 36px; } #img_buttons .fui-button.fui-selected:hover { text-decoration: none; } #img_searchList { height: 370px; overflow: hidden; clear: both; } #img_searchListUl { margin: 0; padding: 0; list-style: none; clear: both; height: 100%; overflow-x: hidden; overflow-y: auto; zoom: 1; position: relative; } #img_searchListUl li { list-style: none; float: left; display: block; width: 115px; height: 115px; line-height: 115px; margin: 6px; padding: 0; font-size: 12px; position: relative; vertical-align: top; text-align: center; overflow: hidden; cursor: pointer; border: 2px solid #fcfcfc; } #img_searchListUl li img { max-width: 111px; max-height: 115px; vertical-align: middle; } #img_searchListUl li span { display: block; position: absolute; bottom: 0; height: 20px; background: rgba(0, 0, 0, 0.5); left: 0; right: 0; color: white; line-height: 20px; overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; opacity: 0; -webkit-transform: translate(0, 20px); -ms-transform: translate(0, 20px); transform: translate(0, 20px); transition: all .2s ease; } #img_searchListUl li:hover span { opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } #img_searchListUl li.selected { border: 2px solid #fc8383; } #img_searchListUl li p { background-color: #eee; margin: 0; padding: 0; position: relative; width: 100%; height: 115px; overflow: hidden; } #img_searchListUl li a { color: #999; border-top: 1px solid #F2F2F2; background: #FAFAFA; text-align: center; display: block; padding: 0 5px; width: 105px; height: 32px; line-height: 32px; white-space: nowrap; text-overflow: ellipsis; text-decoration: none; overflow: hidden; word-break: break-all; } #template-panel > .fui-panel-content > .fui-label-panel-content > .fui-drop-panel { width: 65px; height: 50px; } #theme-panel > .fui-panel-content > .fui-label-panel-content > .fui-drop-panel { width: 90px; height: 50px; } #layout-panel > .fui-panel-content > .fui-label-panel-content > .fui-drop-panel { width: 65px; height: 50px; margin-right: 10px; } .fui-button.template { width: 50px; height: 40px; padding: 0 2px !important; margin: 5px !important; } .fui-button.template .fui-label { display: none; } .fui-button.template .fui-icon { display: block; width: 50px; height: 40px; background-image: url(../images/template.png?_=1431681867821); background-repeat: no-repeat; } .fui-button.template.default .fui-icon { background-position: 0 0; } .fui-button.template.structure .fui-icon { background-position: -50px 0; } .fui-button.template.filetree .fui-icon { background-position: -100px 0; } .fui-button.template.right .fui-icon { background-position: -150px 0; } .fui-button.template.fish-bone .fui-icon { background-position: -200px 0; } .fui-button.template.tianpan .fui-icon { background-position: -250px 0; } .fui-button.theme { padding: 5px !important; margin: 5px !important; } .fui-button.theme .fui-label { width: 60px; height: 30px; line-height: 30px; text-align: center; padding: 0 5px; } .fui-button.layout { width: 50px; height: 40px; padding: 0 2px !important; margin: 5px 0 0 5px !important; } .fui-button.layout .fui-label { display: none; } .fui-button.layout .fui-icon { display: block; width: 50px; height: 40px; background-image: url(../images/layout.png?_=1431681867821); background-repeat: no-repeat; } .fui-button.layout.default .fui-icon { background-position: 0 0; } .fui-button.layout.bottom .fui-icon { background-position: -100px 0; } .fui-button.layout.filetree .fui-icon { background-position: -200px 0; } #font-panel .command-button { padding: 0; width: 20px; height: 20px; border: 1px solid transparent; background: transparent; border-radius: 11px; margin-left: 5px; margin-top: 2px; margin-bottom: 2px !important; } #font-panel .command-button.active { border: 1px solid #ccd0d3; background: #fafcff; } #font-panel .command-button:hover { border: 1px solid #ccd0d3; background: #fff; } #font-panel .command-button:active { background: #e1edff; } #font-panel .command-button .fui-label { display: none; } .command-buttonset.color-picker { width: 100px; } .command-buttonset.color-picker .fui-toggle-button { margin: 3px 3px 0 0 !important; padding: 2px !important; border-radius: 100%; border: 1px solid #efefef; background: transparent; } .command-buttonset.color-picker .fui-toggle-button.fui-button-pressed { border: 1px solid #c4d0ee; background: #fafcff; } .command-buttonset.color-picker .fui-toggle-button:hover { border: 1px solid #ccd0d3; background: #fff; } .command-buttonset.color-picker .fui-toggle-button .fui-label { display: none; } .command-buttonset.color-picker .fui-toggle-button .fui-icon { width: 16px; height: 16px; border-radius: 100%; } /** * 页面下方 “关于” 面板的样式 */ .fullscreen #about #km-cat { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); transition: -webkit-transform 0.7s 0.2s ease; transition: transform 0.7s 0.2s ease; } #about { position: absolute; bottom: 0; right: 0; height: 40px; line-height: 40px; background: #5d697a; color: #eee; font-family: Arial; font-size: 13px; font-weight: normal; margin: 0; text-align: right; padding: 0 15px 0 60px; border-bottom: 5px solid #393F4F; overflow: visible; transition: all ease .3s 0.3s; -webkit-transform: translate(100%); -ms-transform: translate(100%); transform: translate(100%); } #about a { color: #eee; } #about #km-cat { position: absolute; left: 15px; top: 5px; transition: all ease 1.3s 0.3s; -webkit-transform: translate(-60px, 0); -ms-transform: translate(-60px, 0); transform: translate(-60px, 0); cursor: pointer; } #about #cat-face { fill: #393F4F; } #about:hover, #about:hover #km-cat { -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); } #about #km-version.new-version { position: relative; padding-right: 30px; } #about #km-version.new-version:after { content: 'NEW'; color: #ff0; position: absolute; top: -10px; right: -5px; display: block; background: #f00; padding: 0 5px; border-radius: 4px; text-shadow: none; box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); -webkit-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); } .km_receiver { width: 0; height: 0; } #current-share-header:before { content: ' '; display: block; width: 25px; height: 25px; position: absolute; left: 0; top: 1px; background: url(../images/icons.png?_=1431681867821) no-repeat 0 -645px; } #manage-share-header:before { content: ' '; display: block; width: 25px; height: 25px; position: absolute; left: 0; top: 1px; background: url(../images/icons.png?_=1431681867821) no-repeat 0 -620px; } #manage-share-list { margin: 0; padding: 0; list-style: none; position: absolute; top: 40px; right: 0; bottom: 0; left: 0; overflow: auto; overflow-x: hidden; overflow-y: auto; padding-right: 10px; } #manage-share-list:empty:after { content: '没有分享'; display: block; text-align: center; font-size: 18px; height: 50px; line-height: 50px; color: #CCC; } #manage-share-list .share-item { font-size: 14px; line-height: 20px; padding: 10px 20px 10px 40px; cursor: default; position: relative; } #manage-share-list .share-item:hover { background-color: #f4f5f7; } #manage-share-list .share-item:active { background-color: #e5e7ec; } #manage-share-list .share-item .title { display: block; margin: 0; font-weight: normal; height: 20px; line-height: 20px; overflow: ellipse; } #manage-share-list .share-item .title:after { content: ' '; display: block; position: absolute; width: 25px; height: 25px; background: url(../images/icons.png?_=1431681867821) no-repeat 0 -445px; left: 5px; top: 10px; } #manage-share-list .share-item .url { display: block; margin: 0; margin-top: 5px; font-size: 12px; color: #999; } #manage-share-list .share-item .ctime { position: absolute; right: 5px; top: 10px; font-size: 12px; color: #999; } #manage-share-list .share-item .view-action, #manage-share-list .share-item .remove-action, #manage-share-list .share-item .edit-action { display: none; float: right; width: 18px; height: 18px; background: url(../images/icons.png?_=1431681867821) no-repeat; position: relative; margin-left: 5px; left: 15px; top: -20px; border: 1px solid transparent; border-radius: 2px; text-indent: -99999px; } #manage-share-list .share-item .view-action:hover, #manage-share-list .share-item .remove-action:hover, #manage-share-list .share-item .edit-action:hover { border: 1px solid #888; box-shadow: inset 0 8px 1px rgba(255, 255, 255, 0.3), inset 0 0 3px rgba(0, 0, 0, 0.2); } #manage-share-list .share-item .view-action:active, #manage-share-list .share-item .remove-action:active, #manage-share-list .share-item .edit-action:active { box-shadow: inset 0 7px 3px rgba(0, 0, 0, 0.05), inset 0 0 4px rgba(0, 0, 0, 0.3); } #manage-share-list .share-item .view-action { background-position: -1px -670px; } #manage-share-list .share-item .remove-action { background-position: 0 -690px; } #manage-share-list .share-item .edit-action { background-position: 0 -710px; } #manage-share-list .share-item:hover .view-action, #manage-share-list .share-item:hover .remove-action, #manage-share-list .share-item:hover .edit-action { display: block; } #share-select { margin-top: 10px; } #share-select fieldset { border: 1px solid #f0f0f0; margin: 0; margin-bottom: 10px; padding: 10px; border-radius: 2px; } #share-select fieldset legend { font-size: 14px; } #share-select fieldset:disabled { opacity: 0.5; } #share-select fieldset .share-body { margin-top: 10px; } #share-select fieldset .share-body .share-qr-code img { margin: 20px 0; } #public-share p { position: relative; max-width: 500px; } #public-share p input { width: 100%; box-sizing: border-box; height: 24px; margin: 0; } #public-share p #copy-share-url { position: absolute; right: 0; top: 0; margin: 0; height: 24px; line-height: 24px; border-radius: 2px; } #public-share .share-body { display: none; } .shared-content > .left, .shared-content > .right { float: left; } .shared-content .m-logo { float: left; margin-top: 4px; margin-left: 8px; } .shared-content .switch-view { float: right; font-size: 14px; height: 40px; line-height: 40px; margin-right: 8px; text-align: center; font-weight: normal; color: #ffffff; } .shared-content .cur-list, .shared-content .cur-root { position: relative; margin: 0; padding: 0; } .shared-content .cur-list { list-style-type: none; overflow-y: scroll; } .shared-content .cur-list li, .shared-content .cur-root { line-height: 50px; height: 50px; padding-left: 25px; border-bottom: 1px solid #ddd; } .shared-content .cur-root { background-color: #fc8383; font-size: 16px; padding-left: 15px; border-bottom: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .shared-content .priority { height: 20px; width: 20px; background: url(../images/iconpriority.png?_=1431681867821) repeat-x; float: left; margin: 15px 15px auto 0; } .shared-content .priority-1 { background-position: 0 0; } .shared-content .priority-2 { background-position: -20px 0; } .shared-content .priority-3 { background-position: -40px 0; } .shared-content .priority-4 { background-position: -60px 0; } .shared-content .priority-5 { background-position: -80px 0; } .shared-content .priority-6 { background-position: -100px 0; } .shared-content .priority-7 { background-position: -120px 0; } .shared-content .priority-8 { background-position: -140px 0; } .shared-content .priority-9 { background-position: -160px 0; } .shared-content .priority-0 { background-position: -180px 0; } .shared-content .progress { height: 20px; width: 20px; background: url(../images/iconprogress.png?_=1431681867821) repeat-x; float: left; margin: 15px 15px auto 0; } .shared-content .progress-1 { background-position: 0 0; } .shared-content .progress-2 { background-position: -20px 0; } .shared-content .progress-3 { background-position: -40px 0; } .shared-content .progress-4 { background-position: -60px 0; } .shared-content .progress-5 { background-position: -80px 0; } .shared-content .progress-6 { background-position: -100px 0; } .shared-content .progress-7 { background-position: -120px 0; } .shared-content .progress-8 { background-position: -140px 0; } .shared-content .progress-9 { background-position: -160px 0; } .shared-content .progress-0 { background-position: -180px 0; } .shared-content .resource { padding: 3px 5px; border-radius: 2px; font-size: 12px; line-height: 16px; color: #4d4100; vertical-align: middle; margin: 14px 8px; float: right; } .shared-content .hyperlink { display: block; float: right; width: 30px; height: 20px; margin: 15px; padding: 0; background: url(../images/icons.png?_=1431681867821) no-repeat 0 -80px; background-size: 20px; vertical-align: middle; } .shared-content .next-level { width: 32px; height: 50px; margin-right: 16px; float: right; background: url(../images/next-level.png?_=1431681867821) no-repeat center center; } .shared-content #km-list-view { position: absolute; top: 40px; right: 0; bottom: 0; left: 0; overflow: visible; } .shared-content .cur-list { position: absolute; top: 50px; right: 0; bottom: 0; left: 0; } .shared-content .back { width: 32px; height: 32px; background: url(../images/prev-level.png?_=1431681867821) no-repeat center center; display: none; } .shared-content .clickable:hover { background-color: #eee; } .shared-content .clickable:active { background-color: #eee; } .shared-content #km-list-view > div { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .shared-content .text { display: block; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; vertical-align: middle; } .shared-content .cur-root .text { color: white; } .command-button .fui-icon { background: url(../images/icons.png?_=1431681867821) no-repeat; background-position: 0 20px; } .appendchildnode.command-button .fui-icon { background-position: 0 0px; } .appendsiblingnode.command-button .fui-icon { background-position: 0 -20px; } .editnode.command-button .fui-icon { background-position: 0 -60px; } .removenode.command-button .fui-icon { background-position: 0 -80px; } .resetlayout.command-button .fui-icon { background-position: 0 -150px; } .clearstyle.command-button .fui-icon { background-position: 0 -175px; } .copystyle.command-button .fui-icon { background-position: 0 -200px; } .pastestyle.command-button .fui-icon { background-position: 0 -220px; } .bold.command-button .fui-icon { background-position: 0 -240px; } .italic.command-button .fui-icon { background-position: 0 -260px; } .arrangeup.command-button .fui-icon { background-position: 0 -280px; } .arrangedown.command-button .fui-icon { background-position: 0 -300px; } .expandtoleaf.command-button .fui-icon { background-position: 0 -995px; } .collapsetolevel1.command-button .fui-icon { background-position: 0 -1015px; } .fullscreen.command-button .fui-icon { background-position: 0 -1035px; } #select-button-menu .fui-button:first-child { background-image: url(../images/icons.png?_=1431681867821); background-position: 7px -1175px; background-repeat: no-repeat; } #level-button-menu .fui-button:first-child .fui-icon { width: 20px; height: 20px; display: block; background-image: url(../images/icons.png?_=1431681867821); background-position: 0 -995px; background-repeat: no-repeat; margin-left: 10px; margin-top: 2px; } .fullscreen .preview-navigator { -webkit-transform: translate(-45px, 30px); -ms-transform: translate(-45px, 30px); transform: translate(-45px, 30px); } .preview-navigator { background: white; width: 140px; height: 120px; position: absolute; left: 45px; bottom: 30px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); border-radius: 0 2px 2px 0; padding: 1px; z-index: 9; cursor: crosshair; transition: -webkit-transform .7s 0.1s ease; transition: transform .7s 0.1s ease; } .preview-navigator.grab { cursor: move; cursor: -webkit-grabbing; cursor: grabbing; } .fullscreen .nav-bar { -webkit-transform: translate(-60px, 0); -ms-transform: translate(-60px, 0); transform: translate(-60px, 0); } .nav-bar { position: absolute; width: 35px; height: 240px; padding: 5px 0; left: 10px; bottom: 10px; background: #fc8383; border-radius: 4px; z-index: 10; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2); transition: -webkit-transform .7s 0.1s ease; transition: transform .7s 0.1s ease; } .nav-bar .command-button { width: 35px; height: 24px; text-align: center; line-height: 30px; } .nav-bar .command-button .fui-label { display: none; } .nav-bar .command-button .fui-icon { background: url(../images/icons.png?_=1431681867821); width: 20px; height: 20px; margin: 2px auto; display: block; } .nav-bar .command-button:hover { background: #fdb4b4; } .nav-bar .command-button:active { background: #fb7474; } .nav-bar .command-button.active { background: #5A6378; } .nav-bar .command-button.hand, .nav-bar .command-button.nav-trigger, .nav-bar .command-button.camera { height: 25px; margin: 3px 0; } .nav-bar .command-button.hand .fui-icon, .nav-bar .command-button.nav-trigger .fui-icon, .nav-bar .command-button.camera .fui-icon { margin: 0 auto; width: 25px; height: 25px; } .nav-bar .command-button.zoom-in .fui-icon { background-position: 0 -730px; } .nav-bar .command-button.zoom-out .fui-icon { background-position: 0 -750px; } .nav-bar .command-button.hand { margin-top: 10px; } .nav-bar .command-button.hand .fui-icon { background-position: 0 -770px; } .nav-bar .command-button.hand.active .fui-icon { background-position: 0 -795px; } .nav-bar .command-button.nav-trigger .fui-icon { background-position: 0 -820px; } .nav-bar .command-button.nav-trigger.active .fui-icon { background-position: 0 -845px; } .nav-bar .command-button.camera { margin-bottom: 0; } .nav-bar .command-button.camera .fui-icon { background-position: 0 -870px; } .nav-bar .zoom-pan { width: 2px; height: 70px; box-shadow: 0 1px #E50000; position: relative; background: white; margin: 3px auto; overflow: visible; } .nav-bar .zoom-pan .origin { position: absolute; width: 20px; height: 8px; left: -9px; margin-top: -4px; background: transparent; } .nav-bar .zoom-pan .origin:after { content: ' '; display: block; width: 6px; height: 2px; background: white; left: 7px; top: 3px; position: absolute; } .nav-bar .zoom-pan .origin:hover:after { box-shadow: 0 0 5px #ffffff; } .nav-bar .zoom-pan .indicator { position: absolute; width: 8px; height: 8px; left: -3px; background: white; border-radius: 100%; margin-top: -4px; } /*# sourceMappingURL=default.all.css.map */