.page-file { width: 100%; height: 100%; display: flex; flex-direction: column; .file-wrapper { flex: 1; height: 0; display: flex; flex-direction: column; position: relative; .file-head { display: flex; align-items: center; padding-bottom: 16px; margin: 32px 32px 16px; border-bottom: 1px solid #F4F4F5; .file-nav { flex: 1; display: flex; align-items: center; > h1 { color: #333333; font-size: 28px; font-weight: 600; } .file-refresh { display: none; cursor: pointer; margin-left: 12px; > i { font-size: 18px; } } &:hover { .file-refresh { display: block; } } } .file-status { flex-shrink: 0; margin-left: 22px; display: flex; align-items: center; cursor: pointer; > button { color: #ffffff; background: #8bcf70; border-color: #8bcf70; } } .file-search { flex-shrink: 0; margin-left: 22px; cursor: pointer; .ivu-input-wrapper { width: auto; transform: translateZ(0); .ivu-input { border-color: #dcdee2; width: 0; padding-left: 0; padding-right: 30px; border-radius: 16px; transition: all 0.3s; } .ivu-input-suffix { i { color: #515a6e; } } } &.has-value, &:hover { .ivu-input-wrapper { .ivu-input { width: 160px; padding-left: 14px; } } } } .file-add { flex-shrink: 0; margin-left: 18px; cursor: pointer; .taskfont { font-size: 18px; } } } .file-no { flex: 1; display: flex; align-items: center; justify-content: center; flex-direction: column; margin-bottom: 5%; opacity: 0.8; > i { font-size: 64px; } > p { margin-top: 18px; font-size: 14px; font-weight: 500; line-height: 1; } } .file-navigator { display: flex; align-items: center; height: 24px; line-height: 24px; margin: 0 32px 0; > ul { display: flex; align-items: center; overflow: auto; > li { display: flex; list-style: none; align-items: center; padding-left: 8px; font-size: 14px; color: $primary-color; cursor: pointer; &:last-child { color: #515a6e; cursor: default; } &+li:before { content: "\203a"; margin-top: -2px; padding-right: 8px; color: #515a6e; line-height: 1; font-size: 16px; font-weight: 500; font-family: system-ui, sans-serif; } .taskfont { padding-right: 2px; } > span { display: inline-block; max-width: 180px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; &.readonly { transform: scale(0.8); transform-origin: right center; border-radius: 2px; line-height: 20px; font-size: 12px; padding: 0 5px; color: #515a6e; background: #f7f7f7; border: 1px solid #e8eaec; } } } } .nav-load { margin-left: 8px; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; .common-loading { width: 12px; height: 12px; } } .nav-refresh { margin-left: 8px; } .ivu-btn { font-size: 12px; margin-left: 12px; } .file-shear { display: flex; align-items: center; > span { padding-right: 3px; } > em { display: inline-block; max-width: 120px; font-style: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } } .flex-full { flex: 1; } .switch-button { display: flex; align-items: center; background-color: #ffffff; border-radius: 6px; position: relative; transition: box-shadow 0.2s; &:hover { box-shadow: 0 0 10px #e6ecfa; } &:before { content: ""; position: absolute; top: 0; left: 0; width: 50%; height: 100%; z-index: 0; color: $primary-color; border-radius: 6px; border: 1px solid $primary-color; background-color: rgba($primary-color, 0.1); transition: left 0.2s; } > div { z-index: 1; width: 32px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 6px; cursor: pointer; color: #515a6e; > i { font-size: 17px; } &:first-child { color: $primary-color; } } &.table { &:before { left: 50%; } > div:first-child { color: #515a6e; } > div:last-child { color: $primary-color; } } } } .file-table { flex: 1; cursor: default; margin: 16px 32px 32px; .ivu-table { &:before { display: none; } .ivu-table-tip { opacity: 0.8; span { font-size: 14px; font-weight: 500; line-height: 1.8; &:before { display: block; content: "\e60b"; font-family: "taskfont", "serif" !important; font-size: 64px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; } } } } .file-nbox { display: flex; align-items: center; position: relative; .file-name { flex: 1; width: 0; display: flex; align-items: center; position: relative; margin-right: 46px; &:before { flex-shrink: 0; content: ""; width: 22px; height: 22px; background-repeat: no-repeat; background-size: contain; margin-right: 8px; background-image: url("../images/file/other.svg"); } &.archive:before { background-image: url("../images/file/archive.svg"); } &.cad:before { background-image: url("../images/file/cad.svg"); } &.code:before { background-image: url("../images/file/code.svg"); } &.document:before { background-image: url("../images/file/document.svg"); } &.excel:before { background-image: url("../images/file/excel.svg"); } &.flow:before { background-image: url("../images/file/flow.svg"); } &.folder:before { background-image: url("../images/file/folder.svg"); } &.media:before { background-image: url("../images/file/media.svg"); } &.mind:before { background-image: url("../images/file/mind.svg"); } &.ofd:before { background-image: url("../images/file/ofd.svg"); } &.pdf:before { background-image: url("../images/file/pdf.svg"); } &.picture:before { background-image: url("../images/file/picture.svg"); } &.ppt:before { background-image: url("../images/file/ppt.svg"); } &.sheet:before { background-image: url("../images/file/sheet.svg"); } &.tif:before { background-image: url("../images/file/tif.svg"); } &.txt:before { background-image: url("../images/file/txt.svg"); } &.updir:before { background-image: url("../images/file/updir.svg"); } &.upload:before { background-image: url("../images/file/upload.svg"); } &.word:before { background-image: url("../images/file/word.svg"); } &.wps:before { background-image: url("../images/file/wps.svg"); } } .permission { padding-left: 6px; font-size: 13px; } .taskfont { color: #aaaaaa; font-size: 16px; margin: 0 3px; } } } .file-list { flex: 1; padding: 0 20px 20px; margin-top: 16px; overflow: auto; > ul { margin-top: -12px; > li { list-style: none; float: left; margin: 12px; width: 100px; height: 110px; position: relative; border-radius: 5px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; cursor: pointer; .file-input { margin: 0 4px 4px; position: relative; input { margin: 0; padding: 1px 5px; font-size: 13px; } .file-load { position: absolute; top: 0; right: 6px; bottom: 0; display: flex; .common-loading { width: 10px; height: 10px; } } } .file-name { display: block; width: 100%; height: 20px; line-height: 20px; color: #515a6e; font-size: 12px; text-align: center; margin-bottom: 5px; padding: 0 6px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .file-menu { opacity: 0; position: absolute; top: 2px; right: 2px; transition: opacity 0.2s; display: flex; .ivu-icon { font-size: 16px; color: #aaaaaa; transition: color 0.2s; padding: 2px 5px; &:hover { color: #515a6e; } } } .file-icon { display: inline-block; width: 64px; height: 64px; background-repeat: no-repeat; background-size: contain; margin-top: 12px; position: relative; background-image: url("../images/file/other.svg"); .share-icon, .share-avatar { position: absolute; right: 0; bottom: 0; background-color: #9ACD7B; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transform: scale(0.9); .taskfont { font-size: 18px; color: #ffffff; } } } &.shear { opacity: 0.38; } &.archive .file-icon { background-image: url("../images/file/archive.svg"); } &.cad .file-icon { background-image: url("../images/file/cad.svg"); } &.code .file-icon { background-image: url("../images/file/code.svg"); } &.document .file-icon { background-image: url("../images/file/document.svg"); } &.excel .file-icon { background-image: url("../images/file/excel.svg"); } &.flow .file-icon { background-image: url("../images/file/flow.svg"); } &.folder .file-icon { background-image: url("../images/file/folder.svg"); } &.media .file-icon { background-image: url("../images/file/media.svg"); } &.mind .file-icon { background-image: url("../images/file/mind.svg"); } &.ofd .file-icon { background-image: url("../images/file/ofd.svg"); } &.pdf .file-icon { background-image: url("../images/file/pdf.svg"); } &.picture .file-icon { background-image: url("../images/file/picture.svg"); } &.ppt .file-icon { background-image: url("../images/file/ppt.svg"); } &.sheet .file-icon { background-image: url("../images/file/sheet.svg"); } &.tif .file-icon { background-image: url("../images/file/tif.svg"); } &.txt .file-icon { background-image: url("../images/file/txt.svg"); } &.updir .file-icon { background-image: url("../images/file/updir.svg"); } &.upload .file-icon { background-image: url("../images/file/upload.svg"); } &.word .file-icon { background-image: url("../images/file/word.svg"); } &.wps .file-icon { background-image: url("../images/file/wps.svg"); } &.highlight { background-color: #f4f5f7; } &:hover { background-color: #f4f5f7; .file-menu { opacity: 1; } } } } } .file-menu { position: absolute; } } .file-upload-list { display: flex; width: 380px; padding: 14px 26px 14px 13px; border-radius: 8px; border: 1px solid #ebeef5; position: fixed; right: 16px; bottom: 16px; background-color: #fff; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); transition: opacity .3s, transform .3s, left .3s, right .3s, top .4s, bottom .3s; overflow: hidden; .upload-wrap { flex: 1; margin-left: 13px; margin-right: 8px; .title { font-weight: 700; font-size: 16px; color: #303133; margin: 0; > em { padding-left: 4px; font-style: normal; cursor: pointer; color: #2b85e4; font-size: 12px; font-weight: normal; } } .content { font-size: 14px; line-height: 21px; margin: 12px -16px 0 0; color: #606266; max-height: 500px; overflow: auto; > li { list-style: none; padding: 4px 16px 4px 0; position: relative; .file-name { line-height: 18px; } .file-error { font-size: 12px; color: #ff0000; } .file-close { position: absolute; top: 7px; right: 0; display: none; cursor: pointer; } &:hover { .file-close { display: block; } } } } .close { position: absolute; top: 18px; right: 15px; cursor: pointer; color: #909399; font-size: 16px; } } } } .page-file-dropdown-menu { .ivu-dropdown { width: 100%; .arrow-forward-item { display: flex; align-items: center; justify-content: space-between; margin-right: -6px; min-width: 90px; .ivu-icon { opacity: 0.7; } } } .file-item { display: flex; align-items: center; position: relative; &:before { flex-shrink: 0; content: ""; width: 20px; height: 20px; background-repeat: no-repeat; background-size: contain; margin-right: 8px; background-image: url("../images/file/other.svg"); } &.archive:before { background-image: url("../images/file/archive.svg"); } &.cad:before { background-image: url("../images/file/cad.svg"); } &.code:before { background-image: url("../images/file/code.svg"); } &.document:before { background-image: url("../images/file/document.svg"); } &.excel:before { background-image: url("../images/file/excel.svg"); } &.flow:before { background-image: url("../images/file/flow.svg"); } &.folder:before { background-image: url("../images/file/folder.svg"); } &.media:before { background-image: url("../images/file/media.svg"); } &.mind:before { background-image: url("../images/file/mind.svg"); } &.ofd:before { background-image: url("../images/file/ofd.svg"); } &.pdf:before { background-image: url("../images/file/pdf.svg"); } &.picture:before { background-image: url("../images/file/picture.svg"); } &.ppt:before { background-image: url("../images/file/ppt.svg"); } &.sheet:before { background-image: url("../images/file/sheet.svg"); } &.tif:before { background-image: url("../images/file/tif.svg"); } &.txt:before { background-image: url("../images/file/txt.svg"); } &.updir:before { background-image: url("../images/file/updir.svg"); } &.upload:before { background-image: url("../images/file/upload.svg"); } &.word:before { background-image: url("../images/file/word.svg"); } &.wps:before { background-image: url("../images/file/wps.svg"); } } } .page-file-share-form { display: flex; margin-bottom: 12px; .share-userid { flex: 1; } > div { flex-shrink: 0; &:last-child { margin-right: 0; } } } .page-file-share-title { margin-top: -8px; margin-bottom: 14px; padding: 0 2px; } .page-file-share-list { max-height: 500px; margin-bottom: 24px; > li { display: flex; align-items: center; margin-bottom: 12px; .common-avatar { flex: 1; } .all-avatar { flex: 1; display: flex; align-items: center; .avatar-text { width: 32px; height: 32px; line-height: 32px; } .avatar-name { padding-left: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } } .ivu-select { width: auto; flex-shrink: 0; } .delete { color: #ff0000; } } } .page-file-drawer { .overlay-content { border-radius: 20px 20px 0 0 !important; } } @media (max-width: 768px) { .page-file { .file-wrapper { .file-head { margin: 24px 24px 16px; } .file-navigator { margin: 0 24px 0; } .file-table { margin: 16px 24px 24px; } } } }