123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516 |
- body,html {
- font-size:18px;
- }
- /**定义pad端字体大小***/
- @media screen and (max-width: 1200px){
- body,html{
- font-size:16px;
- }
- }
- .wrapper-content,.ibox-content{
- padding:0;
- }
- /*左侧视图导航*/
- #leftPart {
- width: 100px;
- background: #fff;
- border: 1px solid #000;
- position: fixed;
- top: 120px;
- left: 55px;
- z-index: 100;
- }
- #leftPart .sp-box{
- text-align:center;
- background:#1c84c6;
- border-bottom:2px solid #ccc;
- color:#fff;
- cursor:move
- }
- #leftPart .SwenBtn{
- float: left;
- width:100%;
- height: 30px;
- overflow:hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- line-height: 18px;
- padding: 7px 0;
- text-align:center;
- border-bottom:2px solid #ccc
- }
- #leftPart .SwenBtn:last-child{
- border:0
- }
- #leftPart .SwenBtn:hover{
- text-decoration:none;
- color:blue
- }
- #leftPart .activeSwen{
- background:blue;
- color:#fff !important;
- border:0;
- }
-
- /*顶部视图导航*/
- .topPart .SwenBtn{
- float: left;
- min-width:80px;
- height: 30px;
- overflow:hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- line-height: 18px;
- padding: 7px 0;
- margin:0 10px;
- text-align:center
- }
- .topPart .SwenBtn:hover{
- text-decoration:none;
- }
- .topPart .activeSwen{
- color:blue;
- border-bottom:2px solid blue
- }
- .topPart .active{
- color: blue;
- border-bottom: 2px solid blue;
- }
- .ZW{
- width:80px;
- height:30px;
- line-height:30px;
- color:#fff;
- vertical-align:middle;
- padding-left:10px;
- font-size:16px;
- position:relative
- }
- .ZW>div.sp-box{
- width:100px;
- position:absolute;
- top:30px;
- left:1px;
- background-color:#fff;
- color:#000;
- z-index:10;
- text-align:center;
- border:1px solid #ccc;
- display:none
- }
- .ZW:hover>div.sp-box{
- display:block !important
- }
- /*表单*/
- .tiaoahao:hover>div{
- display:block !important
- }
- .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;
- max-height: 310px;
- overflow: auto;
- border: 1px solid #333;
- background: #f9f9f9;
- margin: 0;
- color: #fff;
- top: 30px;
- z-index: 1;
- }
- .detail-col div {
- width: 100%;
- color: #333;
- line-height:30px;
- border-bottom: 1px solid #333;
- }
- .detail-col div:last-child{
- border: 0;
- }
- .download-Item {
- width: 25%;
- float: left;
- height: 30px;
- overflow: hidden;
- text-align: left;
- line-height: 30px;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .upload {
- float: left;
- overflow: hidden;
- position: relative;
- top:2px;
- }
- .upload-btn-single {
- outline: none;
- border: 0;
- height: 28px;
- line-height: 28px;
- padding: 0 5px;
- color: #fff !important;
- 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: 100%;
- height: 100%;
- left: 0;
- top: 0;
- opacity: 0;
- font-size: 0;
- filter: alpha(opacity=0);
- }
- .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
- }
- .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/line1.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;
- }
- .treeTitle1>.border{
- background-image:url("../img/border1.png");
- background-repeat: no-repeat;;
- height:calc(100% - 26px)
- }
- .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,
- .optionList::-webkit-scrollbar { width: 0;background-color: #F5F5F5;}
- /*签字标签切换*/
- .sp-qz-blue{outline: none;border: 0;padding: 5px 10px;background-color: #1c84c6 !important;color:#fff !important;cursor:pointer; text-align:center;line-height:20px;display:none}
- .sp-qz-gray{outline: none;border: 0;padding: 5px 10px;background-color: #f3f4f7 !important;color:#888 !important;cursor:pointer; text-align:center;line-height:20px;display:none}
- /*意见表格*/
- .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-md{
- line-height:20px;
- }
- /*利用checkbox的多选组件(改)*/
- .sp-selectmore {
- float: left;
- width: 100%;
- min-height: 35px;
- border: 1px solid #ddd;
- border-radius: 5px;
- position:relative
- }
- .sp-selectmore-up {
- float: left;
- width: 100%;
- min-height: 30px;
- line-height: 30px;
- color: #666;
- cursor: pointer;
- background: url("../../../AFrontEnd/css/icons/selectmore/down.png") no-repeat center right;
- padding-right: 15px;
- }
- .sp-selectmore-up-hasclick {
- background: url("../../../AFrontEnd/css/icons/selectmore/up.png") no-repeat center right;
- }
- .sp-selectmore-up span {
- float: left;
- line-height: 20px;
- margin: 5px 2px;
- padding: 0 5px;
- border: 1px solid #ddd;
- }
- .sp-selectmore-up span > label {
- padding-right: 4px;
- cursor: pointer;
- font-size: 16px;
- }
- .sp-selectmore-up span:hover label {
- color: #000 !important;
- font-size: 16px;
- font-weight: bold;
- }
- .sp-selectmore-bottom {
- background:#fff;
- border:1px solid #eee;
- float: left;
- width: 100%;
- display: none;
- padding: 0 5px;
- position:absolute;
- top:32px;
- z-index:10;
- }
- .sp-selectmore-bottom span {
- float: left;
- width: 100%;
- background: url("../../../AFrontEnd/css/icons/checkbox/chb-blue.png") left center no-repeat;
- background-size: 15px;
- cursor: pointer;
- padding-left: 20px;
- line-height: 25px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .sp-selectmore-bottom span.sp-selectmore-active {
- background: url("../../../AFrontEnd/css/icons/checkbox/chb-blue-checked.png") left center no-repeat;
- background-size: 15px;
- }
- /*顶部工具栏*/
- .sp-wrapper-head-col {
- float: right;
- height: 30px;
- line-height: 30px;
- cursor: pointer;
- color: #e9f3fd;
- padding: 0px 3px;
- border:0
- }
- .sp-wrapper-head-col-span {
- padding: 0 10px;
- height: 40px;
- line-height: 40px;
- color: #e9f3fd;
- }
- @media screen and (max-width: 1200px){
- .sp-wrapper-head-col-span {
- padding: 0 2.5px;
- }
- }
- .sp-wrapper-head-col span i {
- padding-right: 5px;
- }
- @media screen and (max-width: 1200px){
- .sp-wrapper-head-col span i {
- padding-right: 2.5px;
- }
- }
- .sp-wrapper-head-search {
- width: 150px;
- height: 30px;
- line-height: 30px;
- background-color: transparent;
- padding: 0 5px;
- border: 1px solid #eee;
- box-sizing: border-box;
- color: #fff;
- border-radius: 5px;
- }
- /**定义pad端字体大小***/
- @media screen and (max-width: 1200px){
- .sp-wrapper-head-search {
- width: 100px;
- height: 30px;
- line-height: 30px;
- background-color: transparent;
- padding: 0 5px;
- border: 1px solid #eee;
- box-sizing: border-box;
- color: #fff;
- border-radius: 5px;
- }
- }
- .sp-wrapper-head-search::placeholder {
- color: #ededed !important;
- }
- .sp-wrapper-head-sub-2 {
- position: absolute;
- background: #fff;
- width: 100%;
- height: auto;
- padding: 5px;
- color: rgba(0, 0, 0, 1);
- z-index: 9999;
- border: 1px solid #ccc;
- box-sizing: border-box;
- }
- .sp-wrapper-head-sub-2 a {
- color: rgba(0,0,0,1);
- }
- .sp-wrapper-head-sub-2 a:hover {
- color: #3a7fcf;
- }
- .sp-lh-26-wrap {
- float: left;
- width: 100%;
- line-height: 26px;
- margin: 3px 0;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
|