更新至v1.85.2,更新内容在笔记中查看

This commit is contained in:
小胡
2023-08-30 18:08:00 +08:00
Unverified
parent ea85f2f305
commit 157752096e
6 changed files with 22 additions and 67 deletions

View File

@@ -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;
}
/*文件分享单页结束*/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 830 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 833 B

View File

@@ -1,5 +1,5 @@
<!--{template common/header_simple_start}-->
<link href="{MOD_PATH}/images/folder.css?{VERHASH}" rel="stylesheet" media="all">
<link href="dzz/images/folder/folder.css?{VERHASH}" rel="stylesheet" media="all">
<link href="static/dzzthumb/jquery.dzzthumb.css?{VERHASH}" rel="stylesheet" media="all">
<script type="text/javascript" src="static/dzzthumb/jquery.dzzthumb.js?{VERHASH}"></script>
<link rel="stylesheet" type="text/css" href="static/lyear/js/bootstrap-lyear-select/bootstrap-lyear-select.css">

View File

@@ -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;
}
}
.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);
}

BIN
dzz/images/folder/icons.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB