diff --git a/dzz/filemanage/images/folder.css b/dzz/filemanage/images/folder.css deleted file mode 100644 index 8dff951..0000000 --- a/dzz/filemanage/images/folder.css +++ /dev/null @@ -1,57 +0,0 @@ - -.title .asc { - background: url(sort_asc.gif) no-repeat; - display: inline-block; - width: 13px; - height: 6px; - position: relative; - visibility: hidden; - _vertical-align: middle; - _margin: 15px 0; -} -.title .col:hover { - background-color: #F2F2F2; -} -.title .desc { - background: url(sort_desc.gif) no-repeat; -} -.item .icon { - max-width:24px; - max-height:24px; - margin-top:-2px; -} -.col1{ - float: left; - height: 51px; - line-height: 51px; - width: 10%; - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; - display: flex; - align-content:center; - flex-wrap:wrap; -} -.item-block{ - background:rgba(var(--bs-primary-hover),0.1); -} -/*文件分享单页开始*/ -.sharepame-selected{ - display: inline-block; -} - -.breadcrumb{ - margin-bottom: 0px; - float: left; - padding-right: 100px; - border-bottom: none; - padding: 1.42rem 0px; -} -.breadcrumb>li+li:before{ - content: ""; -} -.breadcrumb li a span{ - padding-left: 5px; - padding-right: 5px; -} -/*文件分享单页结束*/ diff --git a/dzz/filemanage/images/sort_asc.gif b/dzz/filemanage/images/sort_asc.gif deleted file mode 100644 index 67a2a4c..0000000 Binary files a/dzz/filemanage/images/sort_asc.gif and /dev/null differ diff --git a/dzz/filemanage/images/sort_desc.gif b/dzz/filemanage/images/sort_desc.gif deleted file mode 100644 index 34db47c..0000000 Binary files a/dzz/filemanage/images/sort_desc.gif and /dev/null differ diff --git a/dzz/filemanage/template/list.htm b/dzz/filemanage/template/list.htm index fd7554f..d3f9073 100644 --- a/dzz/filemanage/template/list.htm +++ b/dzz/filemanage/template/list.htm @@ -1,5 +1,5 @@ - + diff --git a/dzz/images/folder/folder.css b/dzz/images/folder/folder.css index a59773f..14b47a5 100644 --- a/dzz/images/folder/folder.css +++ b/dzz/images/folder/folder.css @@ -83,7 +83,7 @@ .module-list-view .item-hover { background-color: rgba(var(--bs-black-rgb), .15); } -.module-list-view .item .icon { +.item .icon { max-width:24px; max-height:24px; margin-top:-2px; @@ -122,7 +122,7 @@ span .chk-ico { font-size: 22px; vertical-align: middle; } -.module-list-view .title .asc { +.title .asc { background: url(sort_asc.gif) no-repeat; display: inline-block; width: 13px; @@ -131,7 +131,7 @@ span .chk-ico { visibility: hidden; vertical-align: middle; } -.module-list-view .title .desc { +.title .desc { background: url(sort_desc.gif) no-repeat; } .module-list-view .list-file .item .name-text { @@ -147,7 +147,7 @@ span .chk-ico { font-size: larger; border-radius: var(--radius); } -.module-list-view .title .col:hover { +.title .col:hover { background-color: rgba(var(--bs-black-rgb), .175); } .module-list-view .col { @@ -465,10 +465,6 @@ span .chk-ico { padding: 10px 15px; text-shadow: 1px 1px 1px #000; } -.list-file{ - overflow-y:auto; - overflow-x:hidden; -} .module-list-toolbar .chk.chked{ background: transparent url(selected.png) no-repeat; } @@ -574,4 +570,20 @@ span .chk-ico { } .module-list-toolbar .bar { position: absolute; -} \ No newline at end of file +} + +.col1{ + float: left; + height: 51px; + line-height: 51px; + width: 10%; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + display: flex; + align-content:center; + flex-wrap:wrap; +} +.item-block{ + background:rgba(var(--bs-primary-hover),0.1); +} diff --git a/dzz/images/folder/icons.png b/dzz/images/folder/icons.png new file mode 100644 index 0000000..3930360 Binary files /dev/null and b/dzz/images/folder/icons.png differ