Files
DzzOffice/dzz/shares/images/folder.css

451 lines
8.9 KiB
CSS
Raw Normal View History

2022-11-02 23:21:46 +08:00
@charset "utf-8";
/* CSS Document */
2023-02-09 20:00:07 +08:00
.tooltip fade bottom in{
position: fixed
}
2022-11-02 23:21:46 +08:00
.bs-main-container{
margin-left:0;
border-top:0;
}
.loaded-num{
padding:0 5px;
font-weight:700;
}
.module-list-view {
margin: 0;
font-size:13px;
}
.module-list-view .title .asc {
background: url(sort_asc.gif) no-repeat;
display: inline-block;
width: 13px;
height: 6px;
position: relative;
top: 1px;
visibility: hidden;
_vertical-align: middle;
_margin: 15px 0;
}
.module-list-view .title .desc {
background: url(sort_desc.gif) no-repeat;
}
.module-list-view .item {
border-bottom: 1px solid #EEEEEE;
/* border-top:1px solid #FFF;*/
}
.module-list-view .item:first{
border-top:0;
}
.module-list-view .item .chk {
width: 32px;
height: 38px;
position: absolute;
cursor: default;
top: 0;
left: 3px;
}
.module-list-view .title .item {
/*border-bottom: 1px solid transparent;*/
}
.module-list-view .item-hover {
background-color: rgba(var(--bs-white-rgb), .35);
2022-11-02 23:21:46 +08:00
}
.module-list-view .item-block {
background-color: rgba(var(--bs-white-rgb), .35);
2022-11-02 23:21:46 +08:00
}
.module-list-view .item-block.item .btns a.dzz{
color: #FFFFFF;
opacity: 1;
}
.module-list-view .item-block.item {
border-bottom:1px solid #3779ff;
}
.module-list-view .item-block .col{
color: #FFFFFF;
}
.module-list-view .item .icon {
2023-02-09 20:00:07 +08:00
max-width:40px;
max-height:42px;
2022-11-02 23:21:46 +08:00
margin-top:-2px;
}
.module-list-view .title .c1 {
border-left: 0;
}
.module-list-view .title .item .chk {
top: 2px;
left: 2px;
}
.module-list-view .item .name {
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.module-list-view .list-share .item .name-text {
cursor: pointer;
}
.module-list-view .list-share .item .name-text:hover {
text-decoration:underline;
}
.module-list-view .title .col {
cursor: pointer;
_overflow: hidden;
}
.module-list-view .title .col:hover {
background-color: rgba(var(--bs-black-rgb), .175);
2022-11-02 23:21:46 +08:00
}
.module-list-view .col {
float: left;
height: 51px;
line-height: 51px;
text-indent: 10px;
width: 10%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.module-list-view .title .col {
cursor: pointer;
_overflow: hidden;
}
.module-list-view .c1 {
position: relative;
text-align: left;
top: 0;
overflow: visible;
}
.module-list-view .item .btns {
position: absolute;
top: 0;
right: 15px;
height: 38px;
background-color: transparent;
display: none;
}
.module-list-view .item .btns a.dzz,.select-toperate-center .btns a .dzz{
font-size: 22px;
vertical-align: text-top;
}
.select-toperate-center .btns{
border-right: 1px solid rgba(0, 0, 0, 0.25);
padding-right: 10px;
}
.select-toperate-center .btns .shares-topbtns{
padding-right: 10px;
}
.select-toperate-center .btns a .dzz,.btns a.dzz{
opacity: 0.65;
}
.select-toperate-center .btns a:hover .dzz,.btns:hover a.dzz{
opacity: 1;
}
.breadcrumb > li:hover{
background-color: #26D8FD;
color: #fff;
2022-11-02 23:21:46 +08:00
}
.module-list-view .item-hover .btns{
display:inline-block;
}
.module-list-view .item .btns .btn {
display: inline-block;
height: 20px;
width: 20px;
margin: 10px 0 0 5px;
}
.module-grid-view .wrapper {
margin: 0 0 0 10px;
position: relative;
}
.module-grid-view .wrapper .item {
float: left;
margin: 5px 10px;
border: 1px solid #DDDDDD;
cursor: pointer;
position: relative;
z-index: 100;
2023-02-09 20:00:07 +08:00
border-radius: var(--radius);
2022-11-02 23:21:46 +08:00
}
.module-grid-view .item .backgound_radius {
display:none;
/*filter: Alpha(opacity=40);
opacity: 0.4;
border: 1px solid transparent;*/
}
.module-grid-view .item-hover .backgound_radius {
display:block;
background: #f2f2f2;
opacity: 1;
filter: Alpha(opacity=100);
transition: all 0.2s ease-in 0s;
2023-02-09 20:00:07 +08:00
border-radius: var(--radius);
2022-11-02 23:21:46 +08:00
}
.module-grid-view .item .sharepame-checked{
display: none;
}
.module-grid-view .item-hover .sharepame-checked{
display: block;
}
.module-grid-view .item-hover .icoblank_rightbottom{
top:3px;
right:3px;
display:block;
}
.module-grid-view .wrapper .thumb-large {
width: 90px;
height: 92px;
overflow: hidden;
margin: 0 auto;
border: 2px solid #fff;
position: relative;
}
.module-grid-view .wrapper .icoimgContainer *{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.module-grid-view .wrapper .icoimgContainer{
2023-02-09 20:00:07 +08:00
width:100%;
height:100%;
2022-11-02 23:21:46 +08:00
position:relative;
}
.module-grid-view .wrapper .icoimgContainer .imageclass{
display:block;
}
.module-grid-view .wrapper .icoimgContainer img{
2023-02-09 20:00:07 +08:00
max-width: 100px;
max-height: 100px;
2022-11-02 23:21:46 +08:00
}
.module-grid-view .more{
cursor:pointer;
border:1px solid transparent;
width:150px;
height:120px;
}
.module-grid-view .more:hover{
background:#F7F7F7;
border:1px solid #DDD;
}
.module-grid-view .wrapper .file-name {
line-height: 28px;
height: 28px;
}
.module-grid-view .wrapper .file-name a {
color: #333;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
width: 100%;
cursor: default;
}
.module-grid-view .wrapper .enabled .thumb-large, .module-grid-view .wrapper .enabled .file-name a {
cursor: pointer;
}
.module-grid-view .wrapper .item-block.item{
border: 1px solid #3779ff;
}
.module-grid-view .wrapper .item-hover .IcoFont_text{
background-color:#F2F2F2;
}
.module-grid-view .wrapper .item-block .IcoFont_text{
background-color:#3779ff;
}
.module-grid-view .wrapper .Icoblock .IcoFont_text .IcoText_div{
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
white-space: nowrap;
}
.module-grid-view .wrapper .item-block .IcoFont_text .IcoText_div .ico_item_name{
color: #FFFFFF;
}
.module-grid-view .wrapper .item-block .IcoFont_text td{
color: #FFFFFF;
}
/*文件分享单页开始*/
.sharepame-title{
line-height: 64px;
font-size: 22px;
font-family: "微软雅黑";
color:#FFF;
}
.sharepame-images{
width:54px;
height: 54px;
float: left;
}
.sharepame-right{
float: left;
padding-left: 10px;
}
.sharepame-name{
font-size: 14px;
margin-bottom: 12px;
}
.sharepame-detailed{
font-size: 12px;
}
.sharepame-detailed .sharepame-time{
padding-right:5px ;
}
.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: "";
}
.sharepame-bread .btn-group{
padding-top:1.21rem;
}
.sharepame-checked{
position: absolute;
top: 5px;
left: 5px;
}
.window .icoblank_rightbottom{
background-color: transparent!important;
}
.sharepame-pictitle{
padding-top: 1.42rem;
border-bottom: 1px solid #DCDCDC;
padding-bottom: 1.42rem;
}
.button-share-group .btn,.btn-group .btn{
padding: 0px;
font-size: 14px;
background: none;
border: 0;
box-shadow: none;
color: #FFFFFF;
line-height: 64px;
}
.select-toperate-right .btn-group .btn{
padding: 0px;
font-size: 14px;
background: none;
border: 0;
box-shadow: none;
line-height: 64px;
}
.select-toperate-right .btn-group{
padding-right: 1.42rem;
}
.button-share-group .btn span{
font-size: 22px;
padding:5px 7px;
vertical-align: middle;
}
.button-share-group .btn .dzz-textdecoration{
/*border-right: 1px solid #FFFFFF;
padding-right: 1.37rem;*/
}
.select-toperate-right .btn-group .btn.btn-group-list i,.select-toperate-right .btn-group .btn.btn-group-thumbnail i{
opacity: 0.65;
}
.select-toperate-right .btn-group .btn.btn-group-list i:hover,.select-toperate-right .btn-group .btn.btn-group-thumbnail i:hover{
opacity: 1;
}
.button-share-group .btn-group a i{
opacity: 1;
}
.btn-group .btn.btn-group-list i{
font-size: 22px;
padding: 0px 0.71rem 0px 1rem;
vertical-align: middle;
}
.btn-group .btn.btn-group-thumbnail i{
font-size: 22px;
padding: 5px 0px 5px 0.71rem;
vertical-align: middle;
}
/*文件分享单页结束*/
.select-option{
border: 1px solid #4c89fb;
background: #fff;
2023-02-09 20:00:07 +08:00
border-radius: var(--radius);
2022-11-02 23:21:46 +08:00
color:#4c89fb;
}
.nav-pills li{
padding-right: 5px;
}
.main-header{
border: none;
}
.navtopheader{
position: fixed;
top: 0;
left: 0;
2023-02-09 20:00:07 +08:00
right: 0;
margin: 5px;
2022-11-02 23:21:46 +08:00
height:65px;
z-index: 2201;
2022-11-02 23:21:46 +08:00
display: none;
min-width: 768px;
}
.navtoperate{
background-color:#FFFFFF;
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
border-radius: .3rem;
2022-11-02 23:21:46 +08:00
}
.select-toperate{
display: -webkit-flex;
display: flex;
}
.select-toperate-left{
-webkit-flex: 1 0 auto;
flex: 1 0 auto;
-webkit-box-pack: start;
-webkit-justify-content:flex-start;
justify-content: flex-start;
}
.select-toperate-center{
-webkit-flex: 1 0 auto;
flex: 1 0 auto;
vertical-align: middle;
-webkit-box-align: center;
-webkit-align-items:center;
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.select-toperate-right{
-webkit-flex: 0 auto;
flex: 0 auto;
-webkit-justify-content: flex-end;
justify-content: flex-end;
vertical-align: middle;
-webkit-box-align: center;
-webkit-align-items:center;
align-items: center;
-webkit-box-pack: end;
}
.selectall-box{
padding-left:2.14rem;
width: auto;
display: inline-block;
line-height: 65px;
}
.selectall-box .dzz-backing-out{
font-size: 24px;
cursor: pointer;
display:inline-block ;
vertical-align: sub;
}