n-sys 1.0.22 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.css +2 -2
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- *{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;word-break:break-all;word-wrap:break-word;color:inherit;font:inherit;border:0;outline:none;-webkit-tap-highlight-color:rgba(255,255,255,0);border-width:thin;-webkit-touch-callout:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}*::-webkit-scrollbar{background:var(--theme-scroll-bg);width:7px;height:7px}*::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(7px / 2)}*::-webkit-scrollbar-thumb:hover{background:var(--theme-scroll-btn)}*::-webkit-scrollbar-button{display:none}html,body,page{width:100%;height:100%;font-weight:400;font-style:normal;line-height:normal;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;position:relative;-webkit-text-size-adjust:none}ul,ol,li,dl,dd,dt{list-style:none;list-style-type:none}input,textarea,input[type=button],button{background:none;border:0}textarea{resize:none}input[type=button],button{cursor:pointer;-moz-user-focus:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}a,i,a:hover{text-decoration:none;cursor:pointer}table{border-collapse:collapse}img,label{cursor:pointer}.n-app{width:100%;height:100%;overflow:hidden;min-width:770px}.n-cell{border-radius:5px;background:var(--theme-bg-white1);-webkit-box-shadow:0 0 10px 1px var(--theme-shadow1);box-shadow:0 0 10px 1px var(--theme-shadow1);padding:15px;position:relative;background:var(--theme-bg-white1)}.n-cell-title{font-size:16px;color:var(--theme-text2);padding:2px 15px;position:relative}.n-cell-title::before{content:" ";width:5px;border-radius:3px;-webkit-box-shadow:0 0 5px 2px var(--theme-color-opacity1);box-shadow:0 0 5px 2px var(--theme-color-opacity1);background:var(--theme-color);position:absolute;left:0;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);height:100%}.n-hoverColor:hover{color:var(--theme-color) !important}.n-color{color:var(--theme-color) !important}.n-red{color:var(--theme-red) !important}.n-green{color:var(--theme-green) !important}.n-yellow{color:var(--theme-yellow) !important}.n-grey{color:var(--theme-grey) !important}.n-shadow{-webkit-box-shadow:0 0 10px 1px var(--theme-shadow1);box-shadow:0 0 10px 1px var(--theme-shadow1)}.n-pointer{cursor:pointer}html.n-el .el-dropdown-menu{overflow-y:auto;max-height:300px}html.n-el .el-cascader__empty-text{padding:0 10px}html.n-el .el-scrollbar .el-scrollbar__bar{background:var(--theme-scroll-bg)}html.n-el .el-scrollbar .el-scrollbar__bar .el-scrollbar__thumb{background:var(--theme-scroll-btn)}html.n-el .el-loading-parent--relative{pointer-events:none !important;-webkit-box-sizing:border-box !important;box-sizing:border-box !important}html.n-el .el-button--primary:not(.is-plain):not([__null__]){color:#fff;border-color:var(--theme-bg-white1);-webkit-transition:all .7s;transition:all .7s;-webkit-filter:brightness(0.95);filter:brightness(0.95);background:var(--theme-color-gd)}html.n-el .el-button--primary:not(.is-plain):not([__null__]):not([disabled]):hover{border-color:var(--theme-border3);-webkit-filter:brightness(1.1);filter:brightness(1.1);background:var(--theme-color-gd)}html.n-el .el-switch__core:after{background-color:#fff}html.n-el .el-switch.is-checked .el-switch__core{border-color:var(--theme-green);background-color:var(--theme-green)}html.n-el .el-loading-mask:not([__null__]){opacity:.7;background:var(--theme-bg-white1)}html.n-el .el-table{border:1px solid var(--theme-border3);-webkit-box-shadow:none;box-shadow:none;border-radius:2px;overflow:hidden}html.n-el .el-table::-webkit-scrollbar{background:var(--theme-scroll-bg);width:10px;height:10px}html.n-el .el-table::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(10px / 2)}html.n-el .el-table::-webkit-scrollbar-thumb:hover{background:var(--theme-scroll-btn)}html.n-el .el-table::-webkit-scrollbar-button{display:none}html.n-el .el-table .el-table__cell{border-color:var(--theme-border3);padding:10px 5px;color:var(--theme-text3);text-align:center}html.n-el .el-table .cell{text-overflow:clip}html.n-el .el-table th.gutter{display:table-cell}html.n-el .el-table::before{height:0px}html.n-el .el-table .el-table__fixed,html.n-el .el-table .el-table__fixed-right{-webkit-box-shadow:0 0 10px var(--theme-shadow1);box-shadow:0 0 10px var(--theme-shadow1)}html.n-el .el-table .el-table__fixed tr,html.n-el .el-table .el-table__fixed-right tr{background:var(--theme-bg-white1-fill)}html.n-el .el-message-box{max-width:420px;width:90%}html.n-el .el-message{min-width:320px}
1
+ *{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;word-break:break-all;word-wrap:break-word;color:inherit;font:inherit;border:0;outline:none;-webkit-tap-highlight-color:rgba(255,255,255,0);border-width:thin;-webkit-touch-callout:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}*::-webkit-scrollbar{background:var(--theme-scroll-bg);width:7px;height:7px}*::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(7px / 2)}*::-webkit-scrollbar-thumb:hover{background:var(--theme-scroll-btn)}*::-webkit-scrollbar-button{display:none}html,body,page{width:100%;height:100%;font-weight:400;font-style:normal;line-height:normal;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;position:relative;-webkit-text-size-adjust:none}ul,ol,li,dl,dd,dt{list-style:none;list-style-type:none}input,textarea,input[type=button],button{background:none;border:0}textarea{resize:none}input[type=button],button{cursor:pointer;-moz-user-focus:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}a,i,a:hover{text-decoration:none;cursor:pointer}table{border-collapse:collapse}img,label{cursor:pointer}.n-app{width:100%;height:100%;overflow:hidden;min-width:750px}.n-cell{border-radius:5px;background:var(--theme-bg-white1);-webkit-box-shadow:0 0 10px 1px var(--theme-shadow1);box-shadow:0 0 10px 1px var(--theme-shadow1);padding:15px;position:relative;background:var(--theme-bg-white1)}.n-cell-title{font-size:16px;color:var(--theme-text2);padding:2px 15px;position:relative}.n-cell-title::before{content:" ";width:5px;border-radius:3px;-webkit-box-shadow:0 0 5px 2px var(--theme-color-opacity1);box-shadow:0 0 5px 2px var(--theme-color-opacity1);background:var(--theme-color);position:absolute;left:0;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);height:100%}.n-hoverColor:hover{color:var(--theme-color) !important}.n-color{color:var(--theme-color) !important}.n-red{color:var(--theme-red) !important}.n-green{color:var(--theme-green) !important}.n-yellow{color:var(--theme-yellow) !important}.n-grey{color:var(--theme-grey) !important}.n-shadow{-webkit-box-shadow:0 0 10px 1px var(--theme-shadow1);box-shadow:0 0 10px 1px var(--theme-shadow1)}.n-pointer{cursor:pointer}html.n-el .el-dropdown-menu{overflow-y:auto;max-height:300px}html.n-el .el-cascader__empty-text{padding:0 10px}html.n-el .el-scrollbar .el-scrollbar__bar{background:var(--theme-scroll-bg)}html.n-el .el-scrollbar .el-scrollbar__bar .el-scrollbar__thumb{background:var(--theme-scroll-btn)}html.n-el .el-loading-parent--relative{pointer-events:none !important;-webkit-box-sizing:border-box !important;box-sizing:border-box !important}html.n-el .el-button--primary:not(.is-plain):not([__null__]){color:#fff;border-color:var(--theme-bg-white1);-webkit-transition:all .7s;transition:all .7s;-webkit-filter:brightness(0.95);filter:brightness(0.95);background:var(--theme-color-gd)}html.n-el .el-button--primary:not(.is-plain):not([__null__]):not([disabled]):hover{border-color:var(--theme-border3);-webkit-filter:brightness(1.1);filter:brightness(1.1);background:var(--theme-color-gd)}html.n-el .el-switch__core:after{background-color:#fff}html.n-el .el-switch.is-checked .el-switch__core{border-color:var(--theme-green);background-color:var(--theme-green)}html.n-el .el-loading-mask:not([__null__]){opacity:.7;background:var(--theme-bg-white1)}html.n-el .el-table{border:1px solid var(--theme-border3);-webkit-box-shadow:none;box-shadow:none;border-radius:2px;overflow:hidden}html.n-el .el-table::-webkit-scrollbar{background:var(--theme-scroll-bg);width:10px;height:10px}html.n-el .el-table::-webkit-scrollbar-thumb{background:var(--theme-scroll-btn-opacity);border-radius:calc(10px / 2)}html.n-el .el-table::-webkit-scrollbar-thumb:hover{background:var(--theme-scroll-btn)}html.n-el .el-table::-webkit-scrollbar-button{display:none}html.n-el .el-table .el-table__cell{border-color:var(--theme-border3);padding:10px 5px;color:var(--theme-text3);text-align:center}html.n-el .el-table .cell{text-overflow:clip}html.n-el .el-table th.gutter{display:table-cell}html.n-el .el-table::before{height:0px}html.n-el .el-table .el-table__fixed,html.n-el .el-table .el-table__fixed-right{-webkit-box-shadow:0 0 10px var(--theme-shadow1);box-shadow:0 0 10px var(--theme-shadow1)}html.n-el .el-table .el-table__fixed tr,html.n-el .el-table .el-table__fixed-right tr{background:var(--theme-bg-white1-fill)}html.n-el .el-message-box{max-width:420px;width:90%}html.n-el .el-message{min-width:320px}
2
2
  /*!
3
3
  * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
4
4
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
@@ -7,7 +7,7 @@
7
7
  .n-navMenu[data-v-0d634ac8]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.n-navMenu[data-v-0d634ac8] .n-menu.n-menuHori.n-menuExpand{background:none;width:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.n-navMenu[data-v-0d634ac8] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop{width:auto;color:rgba(255,255,255,.7);border-left:1px solid rgba(255,255,255,.3)}.n-navMenu[data-v-0d634ac8] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line{min-width:110px;width:auto;padding-right:15px}.n-navMenu[data-v-0d634ac8] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line>i{margin-right:0}.n-navMenu[data-v-0d634ac8] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line>span{min-width:none;-webkit-box-flex:1;-ms-flex:auto;flex:auto;width:auto}.n-navMenu[data-v-0d634ac8] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line>span>span{padding-right:5px;width:auto;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.n-navMenu[data-v-0d634ac8] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line>span>i{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;width:20px;margin:0 10px 0 15px}.n-navMenu[data-v-0d634ac8] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line:hover{color:#fff;text-shadow:0 0 2px #fff;background:rgba(255,255,255,.2)}.n-navMenu[data-v-0d634ac8] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line.n-menu-node-focus,.n-navMenu[data-v-0d634ac8] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line.n-menu-node-check{text-shadow:0 0 2px #fff;border-top:0;padding-bottom:0;background:-webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));background:linear-gradient(0deg, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0));color:#fff;padding-top:3px;border-bottom:3px solid #fff}.n-navMenu[data-v-0d634ac8] .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop:last-child{border-right:1px solid rgba(255,255,255,.3)}.n-navMenu .n-navMenu-oper[data-v-0d634ac8]{margin-left:20px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%}.n-navMenu .n-navMenu-oper>i[data-v-0d634ac8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:17px;color:rgba(255,255,255,.7);width:20px;line-height:1}.n-navMenu .n-navMenu-oper>i[data-v-0d634ac8]:hover{color:#fff;background:rgba(255,255,255,.15);text-shadow:0 0 2px #fff}
8
8
  .n-navTag[data-v-55c85e74]{width:100%;height:45px;position:relative;margin-top:-45px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .15s linear .15s;transition:all .15s linear .15s}.n-navTag .n-navTag-content[data-v-55c85e74]{height:100%;background:var(--theme-bg-white1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;opacity:0;-webkit-transition:all .25s linear .05s;transition:all .25s linear .05s;border-bottom:2px solid var(--theme-color)}.n-navTag .n-navTag-routes[data-v-55c85e74]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.n-navTag .n-navTag-routes .n-navTag-item[data-v-55c85e74]{padding:0 35px 0 30px;color:var(--theme-text5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:13px;-ms-flex-negative:0;flex-shrink:0;position:relative;border-right:1px solid var(--theme-border3)}.n-navTag .n-navTag-routes .n-navTag-item[data-v-55c85e74]:first-child{border-left:1px solid var(--theme-border3)}.n-navTag .n-navTag-routes .n-navTag-item>span[data-v-55c85e74]{line-height:1;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-navTag .n-navTag-routes .n-navTag-item .n-navTag-state[data-v-55c85e74]{width:6px;height:6px;border-radius:50%;position:absolute;left:15px;top:50%;background:var(--theme-grey-light7);-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close[data-v-55c85e74]{position:absolute;right:5px;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);font-size:12px;border-radius:50%;width:16px;height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none;color:var(--theme-text6)}.n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close[data-v-55c85e74]:hover{color:var(--theme-text4);background:var(--theme-grey-light8)}.n-navTag .n-navTag-routes .n-navTag-item[data-v-55c85e74]:hover{background:var(--theme-bg-white3)}.n-navTag .n-navTag-routes .n-navTag-item:hover>i[data-v-55c85e74]{display:-webkit-box;display:-ms-flexbox;display:flex}.n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check[data-v-55c85e74]{color:var(--theme-color) !important;background:none !important}.n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check .n-navTag-state[data-v-55c85e74]{background:var(--theme-color)}.n-navTag .n-navTag-icon[data-v-55c85e74]{width:36px;height:100%;border-left:1px solid var(--theme-border3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:17px;color:var(--theme-text5)}.n-navTag .n-navTag-icon[data-v-55c85e74]:hover{color:var(--theme-color);background:var(--theme-color-light9)}.n-navTag .n-navTag-offset[data-v-55c85e74]{width:20px}.n-navTag .n-navTag-offset[data-v-55c85e74]:first-child{border:0}.n-navTag.n-navTagFixed[data-v-55c85e74],.n-navTag.n-navTagShow[data-v-55c85e74]{margin-top:0;-webkit-transition:all .3s;transition:all .3s}.n-navTag.n-navTagFixed .n-navTag-content[data-v-55c85e74],.n-navTag.n-navTagShow .n-navTag-content[data-v-55c85e74]{opacity:1;-webkit-transition:all .3s;transition:all .3s}.n-navTag.n-navTagFixed .n-navTag-trigger[data-v-55c85e74]{display:none}.n-navTag .n-navTag-trigger[data-v-55c85e74]{position:absolute;top:100%;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:36px;cursor:pointer;-webkit-box-shadow:0 0 5px 1px var(--theme-shadow1);box-shadow:0 0 5px 1px var(--theme-shadow1);height:16px;border-radius:0 0 8px 8px;background:var(--theme-bg-white1);font-size:14px;color:var(--theme-text5)}.n-navTag .n-navTag-trigger[data-v-55c85e74]:hover{color:var(--theme-color)}.n-navTag .n-navTag-menu[data-v-55c85e74]{position:fixed;background:var(--theme-bg-white1);width:120px;border-radius:3px;overflow:hidden;-webkit-box-shadow:0 0 10px 1px var(--theme-shadow1);box-shadow:0 0 10px 1px var(--theme-shadow1)}.n-navTag .n-navTag-menu>li[data-v-55c85e74]{cursor:pointer;height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--theme-text3);padding:0 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-navTag .n-navTag-menu>li[data-v-55c85e74]:hover{background:var(--theme-bg-white3)}.n-navTag.n-navTagTriggerClick[data-v-55c85e74]{-webkit-transition:all .15s linear;transition:all .15s linear}
9
9
  .n-nav[data-v-f42a468a]{background:var(--theme-color-gd);height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;padding:0 20px}.n-nav[data-v-f42a468a] .n-navMenu{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0;min-width:150px}.n-nav[data-v-f42a468a] .n-navTag{width:0;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-content{margin-top:0;background:none;border-bottom:0}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item{border:0;font-size:15px;color:rgba(255,255,255,.7)}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item:hover{background:rgba(255,255,255,.1)}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-state{background:rgba(255,255,255,.5)}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close{color:#fff}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close:hover{background:rgba(255,255,255,.2)}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check{color:#fff !important;border-top:3px solid rgba(255,255,255,.9);padding-bottom:3px;text-shadow:0 0 2px #fff;background:-webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.25))) !important;background:linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25)) !important}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check .n-navTag-state{background:#fff;-webkit-box-shadow:0 0 3px 1px #fff;box-shadow:0 0 3px 1px #fff;top:calc(50% - 1.5px)}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-icon{border:0;width:36px;font-size:24px;color:#fff}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-icon:hover{color:#fff;text-shadow:0 0 2px #fff;background:rgba(255,255,255,.1)}.n-nav[data-v-f42a468a] .n-navTag .n-navTag-trigger{display:none}.n-nav[data-v-f42a468a] .n-nav-icon{font-size:24px;font-weight:100;color:#fff}.n-nav .n-nav-mark[data-v-f42a468a]{position:relative}.n-nav .n-nav-mark .n-nav-mark-dot[data-v-f42a468a],.n-nav .n-nav-mark .n-nav-mark-num[data-v-f42a468a]{right:0;top:0;position:absolute;background:var(--theme-red);width:7px;height:7px;border-radius:50%}.n-nav .n-nav-mark .n-nav-mark-dot[data-v-f42a468a]{width:7px;height:7px;border-radius:50%}.n-nav .n-nav-mark .n-nav-mark-num[data-v-f42a468a]{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate(50%, -50%) scale(0.9);transform:translate(50%, -50%) scale(0.9);padding:0 3px;width:auto;white-space:nowrap;font-size:12px;min-width:17px;height:17px;border-radius:8px}.n-nav .n-nav-right[data-v-f42a468a]{margin-left:auto}.n-nav[data-v-f42a468a] .n-nav-check,.n-nav[data-v-f42a468a] .n-nav-icon:hover{color:#fff;text-shadow:0 0 5px #fff}.n-nav .n-nav-selects[data-v-f42a468a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-nav .n-nav-selects[data-v-f42a468a] .el-select{line-height:32px;text-align:center}.n-nav .n-nav-selects[data-v-f42a468a] .el-select+.el-select{margin-left:10px}.n-nav .n-nav-selects[data-v-f42a468a] .el-select input{height:32px;border-radius:40px}.n-nav .n-nav-selects[data-v-f42a468a] .el-select .el-input__suffix i{line-height:32px}.n-nav .n-nav-downMenu[data-v-f42a468a]{position:relative;height:100%}.n-nav .n-nav-downMenu .n-nav-downMenu-lable[data-v-f42a468a]{color:#fff;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:20px}.n-nav .n-nav-downMenu .n-nav-downMenu-pop[data-v-f42a468a]{border-radius:3px;background:var(--theme-bg-white1);-webkit-box-shadow:0 0 10px 1px var(--theme-shadow1);box-shadow:0 0 10px 1px var(--theme-shadow1);position:absolute;z-index:100;bottom:-3px;width:100%;min-width:120px;left:50%;background:var(--theme-bg-white1);-webkit-transform:translate(-50%, 100%);transform:translate(-50%, 100%);visibility:hidden;max-height:0;color:var(--theme-text4);-webkit-transition:all .3s;transition:all .3s;overflow:hidden}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li[data-v-f42a468a]{height:50px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;cursor:pointer;font-size:14px}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li>i[data-v-f42a468a]{font-size:14px;color:var(--theme-text6);margin-right:10px}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li>span[data-v-f42a468a]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li.n-nav-downMenu-cur[data-v-f42a468a],.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li[data-v-f42a468a]:hover{color:var(--theme-color);background-color:var(--theme-color-light9)}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li.n-nav-downMenu-cur>i[data-v-f42a468a],.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li:hover>i[data-v-f42a468a]{color:var(--theme-color)}.n-nav .n-nav-downMenu .n-nav-downMenu-pop>li.n-nav-downMenu-cur[data-v-f42a468a]{background:none}.n-nav .n-nav-downMenu.n-nav-downMenuShow .n-nav-downMenu-pop[data-v-f42a468a]{visibility:visible;max-height:350px;overflow-y:auto;overflow-x:hidden}.n-nav .n-nav-downMenu.n-nav-downMenuShow .n-nav-downMenu-lable[data-v-f42a468a]{text-shadow:0 0 2px #fff}.n-nav .n-nav-user .n-nav-user-info[data-v-f42a468a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;height:100%}.n-nav .n-nav-user .n-nav-user-info>img[data-v-f42a468a],.n-nav .n-nav-user .n-nav-user-info>i[data-v-f42a468a]{margin-right:6px;width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.1);box-shadow:0 0 5px 1px rgba(0,0,0,.1)}.n-nav .n-nav-user .n-nav-user-info>i[data-v-f42a468a]{font-size:40px}.n-nav .n-nav-user .n-nav-user-info>div[data-v-f42a468a]{-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap}.n-nav .n-nav-user .n-nav-user-info>div>h3[data-v-f42a468a]{line-height:1;font-size:15px}.n-nav .n-nav-user .n-nav-user-info>div>p[data-v-f42a468a]{margin-top:3px;font-size:12px}.n-nav .n-nav-user:hover .n-nav-user-info[data-v-f42a468a]{text-shadow:0 0 5px #fff}.n-navLight[data-v-f42a468a]{-webkit-box-shadow:0 0 10px 1px var(--theme-shadow1);box-shadow:0 0 10px 1px var(--theme-shadow1)}.n-navLight[data-v-f42a468a] .n-nav-icon{color:#555}.n-navLight[data-v-f42a468a] .n-nav-check,.n-navLight[data-v-f42a468a] .n-nav-icon:hover{color:var(--theme-color);text-shadow:none}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item{color:#555}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item:hover{background:var(--theme-bg-white3)}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-state{background:var(--theme-grey-light7)}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close{color:inherit}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item .n-navTag-close:hover{background:var(--theme-grey-light8)}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check{border-top:3px solid var(--theme-color);background:-webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(255, 255, 255, 0)), to(var(--theme-color-light9))) !important;background:linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, var(--theme-color-light9)) !important;color:var(--theme-color) !important;text-shadow:none}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-routes .n-navTag-item.n-navTag-check .n-navTag-state{background:var(--theme-color);-webkit-box-shadow:none;box-shadow:none}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-icon{color:#555}.n-navLight[data-v-f42a468a] .n-navTag .n-navTag-icon:hover{color:var(--theme-color-light3);text-shadow:none;background:var(--theme-color-light9)}.n-navLight .n-nav-user .n-nav-user-info[data-v-f42a468a]{color:#555}.n-navLight .n-nav-user .n-nav-user-info>div>h3[data-v-f42a468a]{color:#555}.n-navLight .n-nav-user .n-nav-user-info>div>p[data-v-f42a468a]{color:#999}.n-navLight .n-nav-user:hover .n-nav-user-info[data-v-f42a468a]{text-shadow:none}.n-navLight .n-nav-downMenu .n-nav-downMenu-lable[data-v-f42a468a]{color:#555}.n-navLight .n-nav-downMenu.n-nav-downMenuShow .n-nav-downMenu-lable[data-v-f42a468a]{color:var(--theme-color);text-shadow:none}.n-navLight[data-v-f42a468a] .n-navMenu .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop{color:#555;border-color:rgba(0,0,0,.07)}.n-navLight[data-v-f42a468a] .n-navMenu .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line:hover{color:var(--theme-color);text-shadow:none;background:var(--theme-color-opacity1)}.n-navLight[data-v-f42a468a] .n-navMenu .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line.n-menu-node-focus,.n-navLight[data-v-f42a468a] .n-navMenu .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop>.n-menu-node-line.n-menu-node-check{text-shadow:none;-webkit-box-shadow:none;box-shadow:none;background:#fff;border-color:var(--theme-color);color:var(--theme-color)}.n-navLight[data-v-f42a468a] .n-navMenu .n-menu.n-menuHori.n-menuExpand .n-menu-nodeTop:last-child{border-color:rgba(9,9,9,.07)}.n-navLight[data-v-f42a468a] .n-navMenu .n-navMenu-oper>i{color:#555}.n-navLight[data-v-f42a468a] .n-navMenu .n-navMenu-oper>i:hover{color:#555;background:rgba(0,0,0,.07);text-shadow:none}
10
- .n-slideMenu[data-v-60fbd77e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;z-index:10;width:59px;-webkit-transition:width .3s;transition:width .3s}.n-slideMenu .n-slideMenu-title[data-v-60fbd77e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;cursor:pointer;border-right:1px solid rgba(255,255,255,.3);background:var(--theme-color);color:#fff;font-size:26px;font-weight:100;display:flex;justify-content:center;align-items:center}.n-slideMenu .n-slideMenu-title>img[data-v-60fbd77e]{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.n-slideMenu .n-slideMenu-title>img+span[data-v-60fbd77e],.n-slideMenu .n-slideMenu-title>i+span[data-v-60fbd77e]{margin-left:7px}.n-slideMenu .n-slideMenu-title>span[data-v-60fbd77e]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-slideMenu .n-slideMenu-titleLight[data-v-60fbd77e]{color:var(--theme-color-light3);text-shadow:none}.n-slideMenu .n-menu[data-v-60fbd77e]{-webkit-box-flex:1;-ms-flex:1;flex:1;height:0;overflow-y:auto;-webkit-box-shadow:0px 2px 1px 1px var(--theme-shadow2);box-shadow:0px 2px 1px 1px var(--theme-shadow2)}.n-slideMenu.n-slideMenuExpand[data-v-60fbd77e]{width:229px}
10
+ .n-slideMenu[data-v-59c07206]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;z-index:10;width:59px;-webkit-transition:width .3s;transition:width .3s}.n-slideMenu .n-slideMenu-title[data-v-59c07206]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;cursor:pointer;border-right:1px solid rgba(255,255,255,.3);background:var(--theme-color);color:#fff;font-size:26px;font-weight:100;display:flex;justify-content:center;align-items:center}.n-slideMenu .n-slideMenu-title>img[data-v-59c07206]{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.n-slideMenu .n-slideMenu-title>img+span[data-v-59c07206],.n-slideMenu .n-slideMenu-title>i+span[data-v-59c07206]{margin-left:7px}.n-slideMenu .n-slideMenu-title>span[data-v-59c07206]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.n-slideMenu .n-slideMenu-titleLight[data-v-59c07206]{color:var(--theme-color-light3);text-shadow:none}.n-slideMenu .n-menu[data-v-59c07206]{-webkit-box-flex:1;-ms-flex:1;flex:1;height:0;overflow-y:auto;-webkit-box-shadow:0px 2px 1px 1px var(--theme-shadow2);box-shadow:0px 2px 1px 1px var(--theme-shadow2)}.n-slideMenu.n-slideMenuExpand[data-v-59c07206]{width:229px}
11
11
  .n-clipImg[data-v-1dce8d86]{width:100%;height:300px}
12
12
  .n-curverSlide[data-v-16e48743]{width:100%;height:100%}
13
13
  .n-customTheme[data-v-cf4f10d6]{position:fixed;right:-270px;top:0;height:100vh;width:270px;z-index:1000;opacity:0;-webkit-transition:all .3s;transition:all .3s;background:var(--theme-bg-white1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:5px;border-bottom:1px solid var(--theme-border3);-webkit-box-shadow:0 0 5px 1px var(--theme-shadow2);box-shadow:0 0 5px 1px var(--theme-shadow2);-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.n-customTheme .n-customTheme-head[data-v-cf4f10d6]{padding:5px 12px;background:var(--theme-bg-white3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--theme-border3);font-size:17px;color:var(--theme-text3)}.n-customTheme .n-customTheme-head>i[data-v-cf4f10d6]:hover{color:var(--theme-color)}.n-customTheme .n-customTheme-head>i+i[data-v-cf4f10d6]{margin-left:10px}.n-customTheme .n-customTheme-head[data-v-cf4f10d6] .el-button{margin-left:auto}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp{height:0;padding:0 12px;overflow-y:auto;-webkit-box-flex:1;-ms-flex:1;flex:1}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp>li:first-child .n-customTheme-comp-title{margin-top:12px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-customTheme-comp-title{display:block;margin:50px 0 3px 0;font-size:17px;color:var(--theme-text5)}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-customTheme-comp-item{padding:5px 0}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-customTheme-comp-item>h6{font-size:12px;color:var(--theme-text3);margin-bottom:6px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-customTheme-comp-item>p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-customTheme-comp-item>p .el-input{-webkit-box-flex:1;-ms-flex:1;flex:1;width:0;margin-right:10px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-upload .n-upload-btn{height:90px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-upload .n-upload-btn+li{margin-top:10px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-upload .n-upload-img{padding:5px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-upload .n-upload-img>img{height:80px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-upload .n-upload-oper{width:20px}.n-customTheme[data-v-cf4f10d6] .n-customTheme-comp .n-upload .n-upload-item i{width:20px;height:20px;font-size:20px}.n-customThemeShow[data-v-cf4f10d6]{right:0;opacity:1}