mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-01-22 01:55:19 +08:00
1. 水印样式优化 🎨 在特定场景下,我们对水印样式进行了调整,确保水印在不被误选的同时,依然能够清晰展示,保护您的文档安全。 2. 编辑器内边距调整 📝 为了让您的编辑体验更加舒适,我们微调了编辑器主体的内边距,让内容显示更加集中和美观。 3. 文件图标大升级 📊 思维导图(.smm)、流程图(.drawio)、Excalidraw白板(.edraw)等多种文件类型现在拥有了全新的、更具辨识度的图标,让您的文件管理更加直观。 4. 网盘分享短链接功能 🔗 我们将网盘分享界面的分享链接优化为短链接,不仅方便记忆和分享,还与分享管理应用中的显示保持一致,提升用户体验。 5. 新增404页面 🚫 当您访问不存在的页面时,将不再只是简单的错误提示,而是会看到一个友好的404页面,为您指引方向。 6. 分享管理新增短链接栏 🔍 现在,您可以在分享管理应用中轻松管理所有生成的短链接,无论是查看、编辑还是删除,都变得更加便捷。
572 lines
12 KiB
CSS
572 lines
12 KiB
CSS
@charset "utf-8";
|
|
/* CSS Document */
|
|
.loaded-num{
|
|
padding:0 5px;
|
|
font-weight:700;
|
|
}
|
|
.module-list-view .title {
|
|
border: 1px solid #ebeef5;
|
|
border-radius: var(--radius);
|
|
margin-top: 5px;
|
|
}
|
|
.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 .list-share .item .ico-private-share {
|
|
display: inline-block;
|
|
width: 11px;
|
|
height: 12px;
|
|
background: url(locked.gif) no-repeat;
|
|
}
|
|
.module-list-view .item .copy-bar {
|
|
position: relative;
|
|
clear: both;
|
|
padding: var(--radius);
|
|
border-top: 1px solid #D9E2F1;
|
|
display: none;
|
|
width: 100%;
|
|
}
|
|
|
|
.js_copy{
|
|
padding:3px 8px;
|
|
}
|
|
.module-list-view .item .btn-copy {
|
|
display: inline-block;
|
|
background: url(/yun-static/common/images/btn_sprit.gif?t=1421217684742) #F2F6FF no-repeat right 0;
|
|
background-position: 0 -144px;
|
|
height: 28px;
|
|
width: 35px;
|
|
line-height: 28px;
|
|
padding-left: 35px;
|
|
position: relative;
|
|
margin: 0 5px;
|
|
}
|
|
.module-list-view .item .chk {
|
|
display: inline-block;
|
|
cursor: default;
|
|
}
|
|
.module-list-view .title .item {
|
|
border-bottom: 1px solid transparent;
|
|
}
|
|
.module-list-view .title .item .chk {
|
|
top: 1px;
|
|
left: 2px;
|
|
width:30px;
|
|
height:30px;
|
|
}
|
|
.module-list-view .title .item .chk-ico {
|
|
top: 10px;
|
|
left: 12px;
|
|
}
|
|
.module-list-view .item .chked .chk-ico {
|
|
background: transparent url(selected.png) no-repeat;
|
|
}
|
|
.module-list-view .item {
|
|
border-bottom: 1px solid #e1e1e1;
|
|
border-top:1px solid #FFF;
|
|
padding: var(--radius);
|
|
display: flex;
|
|
align-items: center;
|
|
align-content: center;
|
|
flex-wrap: wrap;
|
|
border-radius: var(--radius);
|
|
}
|
|
.module-list-view .item:first{
|
|
border-top:0;
|
|
}
|
|
.module-list-view .item-active {
|
|
background-color: rgba(var(--bs-black-rgb), .25);
|
|
}
|
|
.module-list-view .item-hover {
|
|
background-color: rgba(var(--bs-black-rgb), .15);
|
|
}
|
|
.item .icon {
|
|
max-width:24px;
|
|
max-height:24px;
|
|
margin-top:-2px;
|
|
}
|
|
.item-hover {
|
|
background-color: rgba(var(--bs-black-rgb), .175);
|
|
}
|
|
.module-list-view .item-block {
|
|
background-color: var(--bs-primary);
|
|
}
|
|
.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;
|
|
}
|
|
span .chk-ico {
|
|
background: transparent url(checkbox.png) no-repeat;
|
|
width: 16px;
|
|
height: 16px;
|
|
display: inline-block;
|
|
}
|
|
.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: middle;
|
|
}
|
|
.title .asc {
|
|
background: url(sort_asc.gif) no-repeat;
|
|
display: inline-block;
|
|
width: 13px;
|
|
height: 6px;
|
|
position: relative;
|
|
visibility: hidden;
|
|
vertical-align: middle;
|
|
}
|
|
.title .desc {
|
|
background: url(sort_desc.gif) no-repeat;
|
|
}
|
|
.module-list-view .list-file .item .name-text {
|
|
cursor: pointer;
|
|
}
|
|
.module-list-view .list-file .item .name-text:hover {
|
|
text-decoration:underline;
|
|
}
|
|
|
|
.module-list-view .title .col {
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
font-size: larger;
|
|
border-radius: var(--radius);
|
|
}
|
|
.title .col:hover {
|
|
background-color: rgba(var(--bs-black-rgb), .175);
|
|
}
|
|
.module-list-view .col {
|
|
float: left;
|
|
}
|
|
.module-list-view .c1 {
|
|
position: relative;
|
|
text-align: left;
|
|
top: 0;
|
|
overflow: visible;
|
|
padding: var(--radius);
|
|
}
|
|
.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;
|
|
}
|
|
.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;
|
|
}
|
|
.module-grid-view .wrapper {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
}
|
|
.module-grid-view .wrapper .item {
|
|
float: left;
|
|
border: 1px solid transparent;
|
|
cursor: pointer;
|
|
position: relative;
|
|
z-index: 100;
|
|
border-radius: var(--radius);
|
|
margin:var(--radius);
|
|
padding: var(--radius);
|
|
}
|
|
.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;
|
|
border-radius: 2px;
|
|
}
|
|
.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{
|
|
position:relative;
|
|
}
|
|
.module-grid-view .wrapper .icoimgContainer .imageclass{
|
|
display:block;
|
|
}
|
|
.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 {
|
|
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 var(--bs-primary);
|
|
border-radius: var(--radius);
|
|
background-color: rgba(var(--bs-primary-hover),0.2);
|
|
}
|
|
/*文件分享单页开始*/
|
|
.sharepame-title{
|
|
line-height: 64px;
|
|
color: #fff;
|
|
font-size: 22px;
|
|
font-family: "微软雅黑";
|
|
}
|
|
.sharepame-images{
|
|
width:54px;
|
|
height: 54px;
|
|
float: left;
|
|
}
|
|
.sharepame-right{
|
|
float: left;
|
|
padding-left: 10px;
|
|
}
|
|
.sharepame-name{
|
|
font-size: 14px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.sharepame-detailed {
|
|
color: #6c757d;
|
|
}
|
|
.sharepame-detailed .sharepame-time{
|
|
padding-right:5px ;
|
|
}
|
|
.sharepame-selected{
|
|
display: inline-block;
|
|
}
|
|
.sharepame-checked{
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 5px;
|
|
}
|
|
.window .icoblank_rightbottom{
|
|
background-color: transparent!important;
|
|
}
|
|
/*.module-grid-view .item-block .backgound_radius{
|
|
background-color: #e3f2fd;
|
|
border-radius: 2px;
|
|
display: block;
|
|
opacity: 1;
|
|
}
|
|
.module-grid-view .item-block .sharepame-checked{
|
|
display: block;
|
|
}
|
|
.module-grid-view .item-block .icoblank_rightbottom{
|
|
display: block;
|
|
top: 3px;
|
|
right: 3px;
|
|
}*/
|
|
.sharepame-pictitle{
|
|
padding-top: 1.42rem;
|
|
border-bottom: 1px solid #DCDCDC;
|
|
padding-bottom: 1.42rem;
|
|
}
|
|
.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;
|
|
|
|
}
|
|
.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;
|
|
}
|
|
.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;
|
|
border-radius: var(--radius);
|
|
color:#4c89fb;
|
|
}
|
|
.navtopheader{
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin: 5px;
|
|
height:65px;
|
|
z-index: 2201;
|
|
display: none;
|
|
}
|
|
.navtoperate{
|
|
background-color:#fff;
|
|
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
|
|
border-radius: .3rem;
|
|
}
|
|
.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{
|
|
width: auto;
|
|
display: inline-block;
|
|
}
|
|
.selectall-box .dzz-backing-out{
|
|
font-size: 24px;
|
|
cursor: pointer;
|
|
display:inline-block ;
|
|
vertical-align: sub;
|
|
}
|
|
.page-loadding{
|
|
position:absolute;
|
|
left:0;
|
|
top:0;
|
|
width:100%;
|
|
height:100%;
|
|
z-index:99999;
|
|
|
|
}
|
|
.page-loadding .page-loadding-back{
|
|
display:inline-block;
|
|
min-width:150px;
|
|
max-width: 400px;
|
|
background:RGBA(0,0,0,0.5);
|
|
border-radius:5px;
|
|
}
|
|
.page-loadding .loading-img{
|
|
font-size:30px;
|
|
margin-bottom:15px;
|
|
display:none;
|
|
}
|
|
.page-loadding .loading-text{
|
|
font-size:16px;
|
|
color: #FFF;
|
|
line-height: 34px;
|
|
text-align: left;
|
|
padding: 10px 15px;
|
|
text-shadow: 1px 1px 1px #000;
|
|
}
|
|
.module-list-toolbar .chk.chked{
|
|
background: transparent url(selected.png) no-repeat;
|
|
}
|
|
.zip-toolbarbox{
|
|
border-bottom: 1px solid #d4d4d4;
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
|
|
|
|
}
|
|
.zip-toolbarboxinner{
|
|
padding: 3px 2px 2px 2px;
|
|
}
|
|
div.zip-box {
|
|
position: relative;
|
|
display: -moz-inline-box !important;
|
|
display: inline-block !important;
|
|
vertical-align: top;
|
|
|
|
}
|
|
.zip-default div {
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
.zip-default .zip-box{
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.zip-default .zip-button{
|
|
margin:1px;
|
|
padding:2px;
|
|
width:54px;
|
|
height:46px;
|
|
text-align:center;
|
|
line-height:42px;
|
|
}
|
|
.zip-default .zip-button .zip-icon{
|
|
height: 42px !important;
|
|
width: 50px !important;
|
|
background-image: url(./icons.png);
|
|
|
|
}
|
|
|
|
.zip-default .zip-button:hover,.zip-default .zip-button.hover{
|
|
background-color: #efefef;
|
|
padding: 1px;
|
|
border: 1px solid #dcac6c;
|
|
border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
}
|
|
|
|
.zip-default .zip-button.disabled:hover{
|
|
background-color: transparent;
|
|
padding: 2px;
|
|
border: 0;
|
|
border-radius: 0;
|
|
-webkit-border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
}
|
|
.zip-default .zip-button.disabled .zip-icon {
|
|
opacity: 0.3;
|
|
filter: alpha(opacity = 30);
|
|
}
|
|
|
|
.zip-default .zip-separator {
|
|
width: 2px;
|
|
height: 42px;
|
|
margin: 2px 4px 2px 3px;
|
|
background: url(icons.png) -350px 0;
|
|
}
|
|
.zip-default .zip-open .zip-icon{
|
|
background-position: -50px 0;
|
|
}
|
|
.zip-default .zip-add .zip-icon{
|
|
background-position: -100px 0;
|
|
}
|
|
.zip-default .zip-save .zip-icon{
|
|
background-position: -250px 0;
|
|
}
|
|
.zip-default .zip-extract .zip-icon{
|
|
background-position: -150px 0;
|
|
}
|
|
.zip-default .zip-delete .zip-icon{
|
|
background-position: -200px 0;
|
|
}
|
|
.zip-default .zip-parent .zip-icon{
|
|
background-position: 0 0;
|
|
}
|
|
.zip-default .zip-info .zip-icon{
|
|
background-position: -300px 0;
|
|
}
|
|
|
|
|
|
.zip-default .zip-new .zip-icon{
|
|
background-position: 0 -352px;
|
|
}
|
|
.module-list-toolbar {
|
|
position: relative;
|
|
z-index: 90;
|
|
display: none;
|
|
margin-bottom: 40px;
|
|
}
|
|
.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);
|
|
} |