123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266 |
- /*表单*/
- [ng-cloak]{
- display:none
- }
- .FixTop{
- padding:10px 20px;
- background:#fff;
- border-bottom:1px solid #ddd;
- position:fixed;
- left:0;
- right:0;
- top:0;
- z-index:2
- }
- .detail-col {
- display: none;
- position: absolute;
- width: 94%;
- max-height: 310px;
- overflow: hidden;
- border: 1px solid #e9e9e9;
- background: #f9f9f9;
- margin: 0 3%;
- color: #fff;
- z-index: 1;
- }
- .detail-col div {
- width: 100%;
- max-height: 265px;
- overflow-y: auto;
- border-bottom: 1px solid white;
- }
- .download-Item {
- width: 25%;
- float: left;
- height: 30px;
- overflow: hidden;
- text-align: left;
- line-height: 30px;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .upload {
- width: 24px;
- height: 20px;
- overflow: hidden;
- position: relative;
- right:-30px;
- display: inline-block;
- vertical-align: middle;
- }
- .upload-btn-single {
- outline: none;
- border: 0;
- height: 20px;
- line-height: 20px;
- padding: 0 5px;
- color: #fff;
- background: #1c84c6;
- cursor: pointer !important;
- border-radius: 5px;
- }
- .upload-tip {
- float: left;
- width: 100%;
- margin-top: 35px;
- padding: 0 10px;
- color: #666;
- font-size: 13px !important;
- border-radius: 5px;
- display: none;
- text-align: left;
- }
- .upload-file-single {
- position: absolute;
- width: 62px;
- height: 30px;
- line-height: 30px;
- top: 0;
- opacity: 0;
- font-size: 0;
- filter: alpha(opacity=0);
- cursor: pointer !important;
- }
- .upload-loading{
- display: inline-block;
- width: 100%;
- height: 100%;
- padding: 3px;
- text-align: center;
- background: #E8E8E8;
- opacity: 0.4;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 10
- }
- .SwenBtn{
- float: left;
- height: 28px;
- padding:5px;
- line-height: 18px;
- margin: 7px 0;
- margin-right:15px;
- border:1px solid #fff
- }
- .SwenBtn img{
- position:relative;
- top:-3px;
- }
- .SwenBtn:hover{
- text-decoration:none;
- }
- .btn-box img{
- position:relative;
- top:-1px;
- margin-left:5px;
- margin-right:5px;
- }
- .opbtn{
- outline: none;
- border: 0;
- white-space: nowrap;
- padding: 5px;
- color: #fff;
- cursor: pointer;
- margin-top:-30px;
- position:relative;
- line-height:20px;
- }
- .op-textarea {
- width: 100%;
- float: left;
- padding: 0 5px;
- border: 0px;
- height: 200px;
- resize: none;
- }
- .op-textarea:hover {
- border: solid 1px #3bb4f2;
- }
- /*转发*/
- .selectPeople{
- width:74px;
- height:30px;
- display:inline-block;
- cursor:default;
- text-align:center;
- padding:0px 15px 5px 10px;
- margin:2px 5px;
- border:1px solid #409EFF;
- border-radius:5px;
- position:relative;
- }
- .selectPeople>.fa{
- color:red;
- cursor:pointer;
- position:absolute;
- top:0;
- right:2px;
- }
- .pointer{
- cursor:pointer;
- }
- .grouping{
- width:100px;
- float:left;
- text-align:center;
- border-top:1px solid #c3c3c3;
- border-right:1px solid #c3c3c3;
- border-bottom:1px solid #c3c3c3;
- position:relative;
- top:1px
- }
- .activeGroup{
- border-bottom:1px solid #fff;
- }
- .activeDep{
- background: lightskyblue;
- }
- .activeUser{
- background: lightskyblue;
- }
- .left-page{
- position:fixed;
- top:105px;
- }
- .left-head{
- width:80%;
- float:left;
- height:30px;
- margin-right:10%;
- border-right:2px solid #e6e6e6;
- position:relative
- }
- .left-head span{
- width:10px;
- height:10px;
- border-radius:5px;
- display:inline-block;
- border:2px solid #c6c6c6;
- background:#fff;
- position:absolute;
- top:0px;
- right:-6px;
- }
- .left-item{
- width:80%;
- float:left;
- min-height:50px;
- padding:30px 10px 0 0;
- margin-right:10%;
- border-right:2px solid #e6e6e6;
- font-size:16px;
- text-align:right;
- position:relative
- }
- .left-item .item-circle{
- width:10px;
- height:10px;
- border-radius:5px;
- display:inline-block;
- background:#c6c6c6;
- position:absolute;
- top:40px;
- right:-6px;
- }
- .left-page .active .item-title{
- color:#0064AB;
- }
- .left-page .active .item-circle{
- background:#0064AB;
- }
- .left-foot{
- width:80%;
- float:left;
- height:30px;
- margin-right:10%;
- border-right:2px solid #e6e6e6;
- position:relative
- }
- .left-foot span{
- width:10px;
- height:10px;
- border-radius:5px;
- display:inline-block;
- border:2px solid #c6c6c6;
- background:#fff;
- position:absolute;
- bottom:0px;
- right:-6px;
- }
- /**美化滚动条 只对webkit内核管用**/
- ::-webkit-scrollbar { width: 6px;background-color: #F5F5F5;}
- ::-webkit-scrollbar-thumb {
- background-color: #999;
- }
- ::-webkit-scrollbar-track {
- background-color: #F5F5F5;
- }
- /*签字标签切换*/
- .sp-qz-blue{background-color: #1c84c6 !important;color:#fff !important;cursor:default;}
- .sp-qz-gray{background-color: #f3f4f7 !important;color:#888 !important;cursor:default;}
|