| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329 |
- .lr-workflow {
- position:relative;
- height:100%;
- width:100%;
- padding-left:60px;
- }
- .lr-workflow.lr-workflow-preview {
- padding-left: 0px;
- }
- .lr-workflow-tool {
- position:absolute;
- top:0;
- left:0;
- height:100%;
- width:60px;
- background-color:#f8f8f8;
- border-right:1px solid #ddd;
- }
- .lr-workflow-tool span {
- height: 0;
- overflow: hidden;
- border-bottom: #ccc 1px solid;
- border-top: #fff 1px solid;
- margin: 1px;
- clear: both;
- display: block;
- }
- .lr-workflow-btn {
- display: block;
- border: 0;
- height: 50px;
- width: 50px;
- cursor:pointer;
- margin:auto;
- margin-top: 2px;
- margin-bottom: 2px;
- outline: none;
- border: #f7f7f7 1px solid;
- border-radius: 8px;
- }
- .lr-workflow-btndown {
- display: block;
- height: 50px;
- width: 50px;
- cursor: pointer;
- margin:auto;
- margin-top: 2px;
- margin-bottom: 2px;
- outline: none;
- border: #ccc 1px solid;
- background: #fff;
- border-radius: 8px;
- }
- .lr-workflow b {
- display: block;
- width: 48px;
- height: 48px;
- overflow: hidden;
- }
- .lr-workflow .ico_cursor {
- background: url(/Content/images/learunworkflow/cursor.png) no-repeat 0 0;
- }
- .lr-workflow .ico_direct {
- background: url(/Content/images/learunworkflow/direct.png) no-repeat 0 0;
- }
- .lr-workflow .ico_startround {
- background: url(/Content/images/learunworkflow/startround.png) no-repeat 0 0;
- }
- .lr-workflow .ico_endround {
- background: url(/Content/images/learunworkflow/endround.png) no-repeat 0 0;
- }
- .lr-workflow .ico_stepnode {
- background: url(/Content/images/learunworkflow/stepnode.png) no-repeat 0 0;
- }
- .lr-workflow .ico_confluencenode {
- background: url(/Content/images/learunworkflow/confluencenode.png) no-repeat 0 0;
- }
- .lr-workflow .ico_conditionnode {
- background: url(/Content/images/learunworkflow/conditionnode.png) no-repeat 0 0;
- }
- .lr-workflow .ico_conditionnodediv {
- background: url(/Content/images/learunworkflow/conditionnodediv.png) no-repeat 0 0;
- }
- .lr-workflow .ico_auditornode {
- background: url(/Content/images/learunworkflow/auditornode.png) no-repeat 0 0;
- }
- .lr-workflow .ico_childwfnode {
- background: url(/Content/images/learunworkflow/childwfnode.png) no-repeat 0 0;
- }
- /*绘制区域*/
- .lr-workflow-work {
- position:relative;
- width:100%;
- height:100%;
- }
- .lr-workflow-work .lr-workflow-workinner {
- background-image: url(/Content/images/learunworkflow/wallbg.png);
- position: relative;
- overflow: hidden;
- }
- /*节点*/
- .lr-workflow-node {
- position:absolute;
- background-color: #fff;
- border: #a8a8a8 solid 1px;
- border-radius: 10px;
- box-shadow: 2px 2px 19px #e0e0e0;
- margin: 0;
- padding-left:48px;
- cursor: default;
- display:table;
- }
- .lr-workflow-node.item-startround {
- background: #5ccb41;
- border: #5e8800 solid 1px;
- overflow: visible;
- padding:0;
- }
- .lr-workflow-node.item-endround {
- background: #de2922;
- border: #be0e0e solid 1px;
- overflow: visible;
- padding:0;
- }
- .lr-workflow-node.item-conditionnode {
- background-color:initial;
- border:0!important;
- overflow: visible;
- padding:0;
- border-radius: 0px;
- box-shadow:initial!important;
- cursor: move;
- }
- .lr-workflow-nodeico {
- position:absolute;
- left:0;
- top:50%;
- width:48px;
- height:48px;
- margin-top:-24px;
- cursor: move;
- }
- .lr-workflow-node.item-startround .lr-workflow-nodeico,
- .lr-workflow-node.item-endround .lr-workflow-nodeico {
- left:50%;
- margin-left:-24px;
- }
- .lr-workflow-node.item-conditionnode .lr-workflow-nodeico,.lr-workflow-node.item-conditionnode b {
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100%;
- margin-top:0px;
- }
- .lr-workflow-node.item-conditionnode .lr-workflow-nodeico {
- z-index:1;
- }
- .lr-workflow-nodetext {
- text-align:center;
- display:table-cell;
- vertical-align:middle;
- }
- .lr-workflow-node.item-conditionnode .lr-workflow-nodetext {
- position:relative;
- top:0;
- left:0;
- width:100%;
- height:100%;
- }
- .lr-workflow-node.item-startround,
- .lr-workflow-node.item-endround {
- color:#fff;
- }
- .lr-workflow-nodeclose {
- position: absolute;
- z-index: 10;
- right: -12px;
- top: -12px;
- width: 24px;
- height: 24px;
- overflow: hidden;
- cursor: pointer;
- background: url(/Content/images/learunworkflow/close.png) no-repeat 0 0;
- display:none;
- }
- .lr-workflow-node:hover {
- border: #4a5b79 1px solid;
- box-shadow: 2px 2px 19px #444;
- opacity: .9;
- }
- .lr-workflow-node.lr-workflow-nodefocus {
- border: #4a5b79 1px solid;
- box-shadow: 2px 2px 19px #444;
- opacity: .9;
- }
- /*线段连接点#f30*/
- .lr-workflow-nodespot {
- position:absolute;
- height:20px;
- width:20px;
-
- display:none;
- z-index:100;
- cursor:crosshair;
- }
- .lr-workflow-nodespotc {
- position:absolute;
- top:50%;
- left:50%;
- height:10px;
- width:10px;
- background-color:#039cfd;
- border:2px solid rgba(255, 255, 255, 0.00);
- margin-top:-5px;
- margin-left:-5px;
- }
- .lr-workflow-nodespotmark .lr-workflow-nodespotc {
- border:2px solid #f30;
- }
- .lr-workflow-nodespot.left {
- height:100%;
- left:-10px;
- top:0;
- }
- .lr-workflow-nodespot.top {
- width:100%;
- left:0;
- top:-10px;
- }
- .lr-workflow-nodespot.right {
- height:100%;
- right:-10px;
- top:0;
- }
- .lr-workflow-nodespot.bottom {
- width:100%;
- left:0;
- bottom:-10px;
- }
- .lr-workflow-nodemark .lr-workflow-nodespot{
- display:block;
-
- }
- .lr-workflow-nodemark {
- cursor:crosshair;
- }
- /*节点移动载体*/
- .lr-workflow .lr-workflow-rsghost {
- position: absolute;
- display: none;
- overflow: hidden;
- border: #8ea4c1 1px dashed;
- background: #f2f2f2;
- filter: Alpha(Opacity=60);
- -moz-opacity: .6;
- opacity: .6;
- z-index: 12;
- border-radius: 10px;
- cursor:move;
- padding-left:48px;
- }
- /*线条设置*/
- .lr-workflow .lr-workflow-lineoper {
- height: 15px;
- background-color: #d8e8fc;
- border: #ccc 1px solid;
- position: absolute;
- z-index: 10000;
- }
- .lr-workflow .lr-workflow-lineoper b {
- display: inline-block;
- width: 15px;
- height: 15px;
- margin-left: 2px;
- cursor: pointer;
- }
- .lr-workflow .lr-workflow-lineoper .lr {
- background: url(/Content/images/learunworkflow/GooFlow_line_oper.png) no-repeat 1px 1px;
- }
- .lr-workflow .lr-workflow-lineoper .tb {
- background: url(/Content/images/learunworkflow/GooFlow_line_oper.png) no-repeat 1px -14px;
- }
- .lr-workflow .lr-workflow-lineoper .sl {
- background: url(/Content/images/learunworkflow/GooFlow_line_oper.png) no-repeat 1px -29px;
- }
- .lr-workflow .lr-workflow-lineoper .x {
- background: url(/Content/images/learunworkflow/GooFlow_line_oper.png) no-repeat 1px -44px;
- }
- /*线条移动*/
- .lr-workflow-linemover {
- filter: Alpha(Opacity=50);
- -moz-opacity: .5;
- opacity: .5;
- overflow: hidden;
- position: absolute;
- z-index: 9999;
- }
- /*滚动条样式*/
- .lr-workflow-work .mCSB_container_wrapper{
- margin:0 !important;
- }
- .lr-workflow-work .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
- background-color:#B3B3B3 !important;
- }
- .lr-workflow-work .mCSB_scrollTools .mCSB_draggerRail {
- background-color:initial !important;
- background-color:none !important;
- }
- .lr-workflow-work .mCSB_scrollTools.mCSB_scrollTools_horizontal {
- bottom:-6px;
- }
- .lr-workflow-work .mCSB_scrollTools_vertical {
- right:-6px;
- }
|