Files
DzzOffice/static/css/common.css

1 line
14 KiB
CSS
Raw Permalink Normal View History

2024-07-25 17:14:54 +08:00
.add-menu{border-radius:50%;border:none;bottom:24px;right:24px;cursor:pointer;height:56px;width:56px;position:fixed;line-height:56px;text-align:center;font-size:24px;transition-duration:0.25s;box-shadow:var(--box-shadow-normal);-webkit-font-smoothing:antialiased;z-index:1;}.add-menu:hover{color:#fff;background-color:var(--bs-primary);box-shadow:var(--box-shadow-hover);}.add-menu1{border-radius:50%;border:none;bottom:88px;right:24px;cursor:pointer;height:56px;width:56px;position:fixed;line-height:56px;text-align:center;transition-duration:0.25s;box-shadow:var(--box-shadow-normal);-webkit-font-smoothing:antialiased;z-index:1;}.add-menu1:hover{color:#fff;background-color:var(--bs-primary);box-shadow:var(--box-shadow-hover);}.scroll_top{display:none;border-radius:50%;border:none;bottom:24px;right:24px;cursor:pointer;height:56px;width:56px;position:fixed;line-height:56px;text-align:center;font-size:28px;transition-duration:0.25s;box-shadow:var(--box-shadow-normal);-webkit-font-smoothing:antialiased;z-index:100;}.scroll_top:hover{color:#fff;background-color:var(--bs-primary);box-shadow:var(--box-shadow-hover);}.form_name{width:100%;}.form-group{width:100%;box-shadow:0 2px 5px 0 rgb(0 0 0 / 10%);border-radius:var(--radius);padding:10px;}.form-group:nth-child(even){background:#fafafa;}.form-group:hover{background:#e5f3ff;border-color:transparent;}.no-result-title{font-size:large;font-weight:700;text-align:center;padding:10px 0;}.member-avatar img{width:32px;height:32px;}.member-avatar .img-avatar{width:32px;height:32px;line-height:32px;}ul{list-style:none;}.close:focus{outline:0 !important;}.primary{color:#428bca !important;}.success{color:#5cb85c !important;}.info{color:#5bc0de !important;}.warning{color:#f0ad4e !important;}.danger{color:#d9534f !important;}.rq{color:red !important;}textarea.input-correct,input.input-correct{border-color:#7CB81C;}textarea.input-error,input.input-error{border-color:#E26F50;}.verify-icon{vertical-align:top;max-height:1em;}* html .verify-icon{height:expression(this.height > 16 && this.width<=this.height ? 16:true);}#ajaxwaitid{display:none;position:absolute;right:0;top:0;z-index:1;padding:0 5px;background:#F7F7F7}form{margin:0;}a i{_filter:Alpha(opacity=70);opacity:0.7;}a:hover i{_filter:Alpha(opacity=100);opacity:1;}.tip{margin:10px;line-height:1.8;}dl dd{margin-left:20px;}.strong{font-weight:bold;}.wd60{width:60px;}.wd80{width:80px;}.wd100{width:100px;}.wd180{width:180px;}.mt10{margin-top:10px;}.mr10{margin-right:10px;}.ml10{margin-left:10px;}.mr20{margin-right:20px;}.mb20{margin-bottom:20px;}.bt{border-top:1px solid #e1e1e1;}.br{border-right:1px solid #e1e1e1;}.bb{border-right:1px solid #e1e1e1;}.b1{border-right:1px solid #e1e1e1;}.b-white{border-color:#FFF;}@-webkit-keyframes rotateplane{0%{-webkit-transform:perspective(120px)}25%{-webkit-transform:perspective(120px) rotateY(180deg)}50%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}75%{-webkit-transform:perspective(120px) rotateX(180deg)}100%{-webkit-transform:perspective(120px)}}@-moz-keyframes rotateplane{0%{-moz-transform:perspective(120px)}25%{-moz-transform:perspective(120px) rotateY(180deg)}50%{-moz-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}75%{-moz-transform:perspective(120px) rotateX(180deg)}100%{-moz-transform:perspective(120px)}}@-o-keyframes rotateplane{0%{-o-transform:perspective(120px)}25%{-o-transform:perspective(120px) rotateY(180deg)}50%{-o-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}75%{-o-transform:perspective(120px) rotateX(180deg)}100%{-o-transform:perspective(120px)}}@keyframes rotateplane{0%{transform:perspective(120px)}25%{transform:perspective(120px) rotateY(180deg)}50%{transform:perspective(120px) rotateY(180deg) rotateX(180deg)}75%{transform:perspective(120px) rotateX(180deg)}100%{transform:perspective(120px)}}.loading_img{position:relative;width:54px;height:54px;background:url(../image/common/loading.gif) no-repeat;background-size:100%;}.loading_process{position:absolute;z-index:999999;left:11px;top:11px;width:32px;height:32px;}.ie8 .loading_process{back