mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-07 18:25:14 +08:00
58 lines
941 B
CSS
58 lines
941 B
CSS
|
|
.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:#F2F2F2;
|
|
}
|
|
/*文件分享单页开始*/
|
|
.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;
|
|
}
|
|
/*文件分享单页结束*/
|