123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- /*表单*/
- .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: 66px;
- height: 30px;
- overflow: hidden;
- position: relative;
- display: inline-block;
- vertical-align: middle;
- }
- .upload-btn-single {
- outline: none;
- border: 0;
- height: 28px;
- line-height: 28px;
- 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;
- }
- .SwenBtn{
- float: left;
- width:80px;
- height: 30px;
- overflow:hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- line-height: 18px;
- padding: 7px 0;
- margin:0 10px;
- text-align:center
- }
- .SwenBtn:hover{
- text-decoration:none;
- }
- .activeSwen{
- color:blue;
- border-bottom:2px solid blue
- }
- .btn-box img{
- position:relative;
- top:-1px;
- }
- .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;
- }
- /*收藏*/
- .activeSC{
- color:#fff;
- background:#2db1e4
- }
- /*打印*/
- .activePirnt{
- background: #4678ec;
- }
- .printItem {
- background-color: #fff;
- height: 50px;
- padding: 15px 0;
- margin: 10px 0;
- border-radius: 5px;
- border: 1px solid #E1E6EB;
- box-shadow: 0px 2px 5px #E1E6EB;
- cursor: pointer;
- }
- /*转发*/
- .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;
- }
- .treeItem {
- padding-left:15px;
- }
- .treeTitle1 {
- background-image: url("../img/line.png");
- background-size: 10px 1px;
- background-repeat: no-repeat;
- background-position: 5px 18px;
- position: relative;
- width:98%;
- margin-left:2%
- }
- .treeTitle1:after {
- padding:0;
- margin:0;
- display:block;
- content:"";
- width:50%;
- height:1.1px;
- background-color:white;
- position: absolute;
- left:0;
- top:1px;
- }
- .treeTitle2 {
- background-image: url("../img/line1.png");
- background-size: 25px 1px;
- background-repeat: no-repeat;
- background-position: 5px 18px;
- position: relative;
- }
- .activeDep{
- background: lightskyblue;
- }
- .activeUser{
- background: lightskyblue;
- }
- .line{
- width:98%;
- float:left;
- padding-top: 10px;
- border-bottom:1px solid #fff
- }
- .line:hover {
- border-bottom:1px solid #3bb4f2
- }
- /**美化滚动条 只对webkit内核管用**/
- .sp-page-center::-webkit-scrollbar { width: 0;background-color: #F5F5F5;}
- .sp-page-center::-webkit-scrollbar-thumb {
- background-color: #999;
- }
- .sp-page-center::-webkit-scrollbar-track {
- background-color: #F5F5F5;
- }
- /*签字标签切换*/
- .sp-qz-blue{outline: none;border: 0;padding: 5px 15px;background-color: #1c84c6 !important;color:#fff !important;cursor:pointer; text-align:center;line-height:20px;}
- .sp-qz-gray{outline: none;border: 0;padding: 5px 15px;background-color: #f3f4f7 !important;color:#888 !important;cursor:pointer; text-align:center;line-height:20px;}
- /*意见表格*/
- .formedit .sp-grid tbody td {
- text-align: left;
- line-height: 20px;
- padding: 7px 8px;
- border:0;
- border-bottom: 1px solid #E1E6EB;
- color:#000
- }
- .formedit .sp-grid::-webkit-scrollbar { width: 5px;background-color: #F5F5F5;}
- .sp-btn-gray{
- line-height:20px;
- }
|