mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-01-22 04:05:19 +08:00
491 lines
10 KiB
CSS
491 lines
10 KiB
CSS
/*添加按钮*/
|
|
.button_add_content{
|
|
bottom: 25px;
|
|
position: fixed;
|
|
right: 24px;
|
|
height: 56px;
|
|
width: 56px;
|
|
z-index: 10;
|
|
}
|
|
.button_add_content a{
|
|
position: absolute;
|
|
display: block;
|
|
font-size: 40px;
|
|
border-radius: 50%;
|
|
border: none;
|
|
cursor: pointer;
|
|
height: 56px;
|
|
line-height: 56px;
|
|
text-align: center;
|
|
webkit-transition-duration: 0.25s;
|
|
-webkit-transition-duration: 0.25s;
|
|
-moz-transition-duration: 0.25s;
|
|
-o-transition-duration: 0.25s;
|
|
transition-duration: 0.25s;
|
|
-webkit-transition-property: background-color,-webkit-box-shadow;
|
|
width: 56px;
|
|
z-index: 2;
|
|
transition-property: background-color,box-shadow;
|
|
box-shadow: 0px 2px 10px rgba(0,0,0,.3), 0px 0px 1px rgba(0,0,0,.1), inset 0px 1px 0px rgba(255,255,255,.25), inset 0px -1px 0px rgba(0,0,0,.15);
|
|
font-family: Roboto,Arial,sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
.button_add_content a:hover{
|
|
background: #4395FC;
|
|
color: #fff;
|
|
webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.2), 0px 10px 14px rgba(0,0,0,.1), inset 0px 1px 0px rgba(255,255,255,.25), inset 0px -1px 0px rgba(0,0,0,.10);
|
|
-moz-box-shadow: 0px 5px 5px rgba(0,0,0,.2),0px 10px 14px rgba(0,0,0,.1),inset 0px 1px 0px rgba(255,255,255,.25),inset 0px -1px 0px rgba(0,0,0,.10);
|
|
box-shadow: 0px 5px 5px rgba(0,0,0,.2), 0px 10px 14px rgba(0,0,0,.1), inset 0px 1px 0px rgba(255,255,255,.25), inset 0px -1px 0px rgba(0,0,0,.10);
|
|
}
|
|
.button_add_content a .glyphicon{
|
|
line-height: 50px;
|
|
}
|
|
/*添加按钮*/
|
|
/*头部*/
|
|
.navbar-nav .icon-bar{
|
|
background-color: #FFFFFF;
|
|
display: block;
|
|
width: 22px;
|
|
height: 1px;
|
|
}
|
|
.navbar-nav .icon-bar+.icon-bar {
|
|
margin-top: 6px;
|
|
}
|
|
.navbar-notice .mdi{
|
|
padding: 5px;
|
|
background: rgba(255,255,255,0.2);
|
|
border-radius: 50%;
|
|
}
|
|
.dropdown-cap{
|
|
padding:0px 24px;
|
|
font-size: 12px;
|
|
}
|
|
.dzz.basil{
|
|
font-size: 24px;
|
|
vertical-align: middle;
|
|
}
|
|
#app_context{
|
|
white-space: normal;
|
|
width: 340px;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
max-height: 536px;
|
|
z-index: 5;
|
|
border-radius: var(--radius);
|
|
}
|
|
.hide{
|
|
display: none;
|
|
}
|
|
.operate-center{
|
|
width: 100px;
|
|
left: -100px;
|
|
box-shadow: 0 2px 10px rgba(0,0,0,.2);
|
|
-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
|
|
border: 1px solid #E2E8EA;
|
|
}
|
|
.app_popup{
|
|
margin: 0;
|
|
padding: 28px;
|
|
padding-right:18px;
|
|
text-align: left;
|
|
white-space: normal;
|
|
overflow: hidden;
|
|
|
|
}
|
|
.app_popup>li{
|
|
display: inline-block;
|
|
margin: 0 0 10px 0;
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.app_popup>li .app-popup-li{
|
|
display: block;
|
|
font-size:larger;
|
|
text-align: center;
|
|
padding: 4px;
|
|
border-radius:var(--radius);
|
|
}
|
|
.app_popup>li .app-popup-li:hover{
|
|
text-decoration:none;
|
|
background-color: rgba(196,196,196,0.75);
|
|
}
|
|
.app_popup>li .app-popup-li>span{
|
|
display:block;
|
|
}
|
|
.app_popup>li .app-popup-li-appico{
|
|
margin-bottom:8px;
|
|
}
|
|
.app_popup>li .app-popup-li img{
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
height: 48px;
|
|
width: 48px;
|
|
}
|
|
.app_popup>li .app-popup-li .app-popup-li-appname{
|
|
margin: 0;
|
|
white-space:nowrap;
|
|
overflow:hidden;
|
|
text-overflow:ellipsis;
|
|
width: 80px;
|
|
padding:0 5px;
|
|
line-height:20px;
|
|
font-size: 13px;
|
|
}
|
|
#app_context .app-more{
|
|
display: block;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
width: 336px;
|
|
border-radius: var(--radius);
|
|
text-decoration: none;
|
|
}
|
|
.popbox.popbox-bottom{
|
|
margin-top:-10px;
|
|
z-index: 999999;
|
|
}
|
|
/*通用搜索框开始*/
|
|
/*搜索框*/
|
|
.input-search{
|
|
position: relative;
|
|
width:100%;
|
|
}
|
|
.input-search .input-search-icon {
|
|
left: 8px;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
/*pointer-events: none;*/
|
|
}
|
|
.input-search .input-search-icon, .input-search .header-closebutton{
|
|
color: #fff;
|
|
opacity: 0.5;
|
|
}
|
|
.form-search::-webkit-input-placeholder { /* WebKit browsers */
|
|
color: RGBA(255,255,255,.7);
|
|
}
|
|
.form-search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
|
|
color: RGBA(255,255,255,.7);
|
|
}
|
|
.form-search::-moz-placeholder { /* Mozilla Firefox 19+ */
|
|
color: RGBA(255,255,255,.7);
|
|
}
|
|
.form-search:-ms-input-placeholder { /* Internet Explorer 10+ */
|
|
color: RGBA(255,255,255,.7);
|
|
}
|
|
|
|
.input-search .form-search{
|
|
background: rgba(0,0,0,0.1);
|
|
border: 1px solid transparent;
|
|
height: 48px;
|
|
color: rgba(255,255,255,0.7);
|
|
}
|
|
.input-search .form-search:hover{
|
|
-webkit-transition-duration: .1s;
|
|
-o-transition-duration: .1s;
|
|
transition-duration: .1s;
|
|
border-color: var(--bs-primary);
|
|
outline: 0;
|
|
box-shadow: 1px 1px 10px rgba(var(--bs-primary-hover));
|
|
border-width: 1px;
|
|
background: rgba(0,0,0,0.3);
|
|
-webkit-box-shadow: 1px 1px 10px rgba(var(--bs-primary-hover));
|
|
-moz-box-shadow: 1px 1px 10px rgba(var(--bs-primary-hover));
|
|
-o-box-shadow: 1px 1px 10px rgba(var(--bs-primary-hover));
|
|
-ms-box-shadow: 1px 1px 10px rgba(var(--bs-primary-hover));
|
|
-webkit-transition: all .25s linear;
|
|
-moz-transition: all .25s linear;
|
|
-ms-transition: all .25s linear;
|
|
-o-transition: all .25s linear;
|
|
transition: all .25s linear;
|
|
}
|
|
.input-search.focus .form-search{
|
|
background-color: #fff;
|
|
color: #333;
|
|
background: #FFF;
|
|
}
|
|
.input-search.focus .form-search::-webkit-input-placeholder { /* WebKit browsers */
|
|
color: #999;
|
|
}
|
|
.input-search.focus .form-search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
|
|
color: #999;
|
|
}
|
|
.input-search.focus .form-search::-moz-placeholder { /* Mozilla Firefox 19+ */
|
|
color: #999;
|
|
}
|
|
.input-search.focus .form-search:-ms-input-placeholder { /* Internet Explorer 10+ */
|
|
color: #999;
|
|
}
|
|
|
|
.header-closebutton {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 10px;
|
|
width: 36px;
|
|
text-align: center;
|
|
font-size: 22px;
|
|
color: #FFF;
|
|
line-height: 46px;
|
|
height: 46px;
|
|
cursor: pointer;
|
|
display: none;
|
|
}
|
|
.input-search .input-search-close, .input-search .input-search-icon {
|
|
position: absolute;
|
|
top: 50%;
|
|
z-index: 1;
|
|
-webkit-transform: translateY(-50%);
|
|
-ms-transform: translateY(-50%);
|
|
-o-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
button.input-search-drop {
|
|
-webkit-appearance: none;
|
|
padding: 0;
|
|
cursor: pointer;
|
|
background: 0 0;
|
|
border: 0;
|
|
}
|
|
button.input-search-drop {
|
|
-webkit-appearance: none;
|
|
padding: 0;
|
|
cursor: pointer;
|
|
background: 0 0;
|
|
border: 0;
|
|
}
|
|
.input-search .input-search-drop {
|
|
position: absolute;
|
|
top: 50%;
|
|
z-index: 1;
|
|
width: 36px;
|
|
line-height: 46px;
|
|
display: inline-block;
|
|
-webkit-transform: translateY(-50%);
|
|
-ms-transform: translateY(-50%);
|
|
-o-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
.input-search .input-search-drop {
|
|
right: 10px;
|
|
}
|
|
.input-search .input-search-icon, .input-search .input-search-drop, .header-closebutton {
|
|
opacity: 0.5;
|
|
}
|
|
.input-search .input-search-icon+.form-control {
|
|
padding-left: 43.5px;
|
|
padding-right: 40px;
|
|
}
|
|
|
|
.input-search .form-control {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.input-search .input-search-icon ,.input-search .header-closebutton{
|
|
opacity: 0.5;
|
|
}
|
|
.input-search.focus .input-search-icon ,.input-search.focus .header-closebutton{
|
|
color: #666;
|
|
}
|
|
.input-search.focus .input-search-icon,.input-search.focus .header-closebutton {
|
|
opacity: 0.8;
|
|
}
|
|
.input-search .header-closebutton:hover{
|
|
background:RGBA(255,255,255,.8);
|
|
opacity: 1;
|
|
}
|
|
/*通知样式开始*/
|
|
.main-allnotice .panel-default{
|
|
border-color: transparent;
|
|
margin-top: 52px;
|
|
}
|
|
.main-allnotice .panel{
|
|
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
|
|
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
|
|
clear: both;
|
|
}
|
|
.main-allnotice .panel-heading img{
|
|
max-width: 30px;
|
|
}
|
|
.main-allnotice .panel-heading h3{
|
|
margin-top: 0.71rem;
|
|
font-size: 18px;
|
|
display: inline-block;
|
|
padding-left: 10px;
|
|
margin-bottom: 0rem;
|
|
}
|
|
.main-allnotice .panel-heading .dzz-allnotice{
|
|
padding: 7px;
|
|
background-color:var(--bs-primary);
|
|
border-radius:50% ;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
}
|
|
.panel-body .details{
|
|
padding-left: 10px;
|
|
}
|
|
.main-allnotice .panel-body .note{
|
|
padding-right:40px;
|
|
}
|
|
.main-allnotice .panel-body .note-iconimg{
|
|
position:absolute;
|
|
right:10px;
|
|
top: 16px;
|
|
}
|
|
.main-allnotice .panel-body .note-iconimg img{
|
|
width: 28px;
|
|
height: 28px;
|
|
}
|
|
.window-module-archive .window-module-title{
|
|
margin-top:10px;
|
|
margin-bottom:10px;
|
|
margin-right:10px;
|
|
|
|
}
|
|
.window-module-archive h3{
|
|
height:30px;
|
|
line-height:30px;
|
|
}
|
|
.icon-lg{
|
|
line-height:30px;
|
|
}
|
|
.notification-list-item {
|
|
clear: both;
|
|
min-height: 50px;
|
|
padding: 5px 0 5px 38px;
|
|
position: relative;
|
|
margin: var(--radius);
|
|
}
|
|
.notification-list-item .member{
|
|
position: absolute;
|
|
left: 2px;
|
|
cursor: pointer;
|
|
top: 10px;
|
|
float: left;
|
|
}
|
|
.notification-list-item .member-avatar{
|
|
position:relative;
|
|
}
|
|
.notification-list-item .dateline{
|
|
font-size:12px;
|
|
padding-top:5px;
|
|
}
|
|
|
|
.note.u-bottom,.dateline.u-bottom {
|
|
margin:0;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: normal;
|
|
}
|
|
.note.u-title,.dateline.u-title {
|
|
margin:0;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: normal;
|
|
font-weight:bold;
|
|
}
|
|
.u-bottom b{
|
|
border-bottom: 2px solid #d8e5f9;
|
|
}
|
|
.member-initials {
|
|
display: block;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
height: 32px;
|
|
left: 0;
|
|
line-height: 32px;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
text-align: center;
|
|
top: 0;
|
|
width: 100%;
|
|
background-color: #d6dadc;
|
|
border-radius: 50%;
|
|
color: #4d4d4d;
|
|
}
|
|
.notice-close{
|
|
font-weight:normal;
|
|
font-size:14px;
|
|
color: #666;
|
|
opacity: 1;
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 9px;
|
|
}
|
|
.public-allnotice{
|
|
position: relative;
|
|
display: inline-block;
|
|
min-width: 5rem;
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
float: right;
|
|
}
|
|
.public-allnotice .form-control[readonly] {
|
|
background-color: #FFFFFF;
|
|
cursor: default;
|
|
}
|
|
.public-allnotice .dropdown_text{
|
|
padding-right: 20px;
|
|
}
|
|
.all-notice{
|
|
position: relative;
|
|
}
|
|
.all-notice .notice-navigation{
|
|
text-align: center;
|
|
}
|
|
.dzz-noticeicon{
|
|
border-radius: 50%;
|
|
font-size: 18px;
|
|
vertical-align: text-bottom;
|
|
}
|
|
/*通知样式结束*/
|
|
@media (max-width: 260px) {
|
|
.site-name{
|
|
display: none
|
|
}
|
|
}
|
|
/*03.02修改*/
|
|
.u-bottom .img-emotion{
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
/*结束*/
|
|
|
|
/*版权信息样式*/
|
|
.appVersion{
|
|
position: fixed;
|
|
bottom:0;
|
|
left:0;
|
|
padding-left:30px;
|
|
color:#999;
|
|
line-height:30px;
|
|
font-size:12px;
|
|
background:#FFF;
|
|
}
|
|
/*版权信息样式 end*/
|
|
|
|
/*about 关于页*/
|
|
.about-header .img-sitelogo{
|
|
max-height:32px;
|
|
}
|
|
.about-header .sitename{
|
|
margin-left:10px;
|
|
font-size:20px;
|
|
}
|
|
.modal .modal-body.about-body{
|
|
text-align: center;
|
|
}
|
|
|
|
.about-body .logo>img{
|
|
width:128px;
|
|
}
|
|
.about-copyright{
|
|
color: #000;
|
|
font-size:15px;
|
|
text-align: center;
|
|
padding:10px;
|
|
}
|
|
.about-body .name{
|
|
font-size:28px;
|
|
margin-bottom:20px;
|
|
}
|
|
/*about 关于页 end*/ |