代码拉取完成,页面将自动刷新
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.app-stencil {
width: 100px;
border: 1px solid #f0f0f0;
position: relative;
}
.app-content {
flex: 1;
height: 520px;
margin-left: 8px;
margin-right: 8px;
box-shadow: 0 0 10px 1px #e9e9e9;
}
.x6-graph-scroller {
border: 1px solid #f0f0f0;
margin-left: -1px;
}
.wrap {
width: 100%;
height: 100%;
}
.header {
font-weight: 800;
display: flex;
justify-content: space-between;
align-items: center;
height: 45px;
padding-left: 16px;
padding-right: 32px;
background: #fafbfc;
border-bottom: 1px solid #dfe3e8;
position: relative;
font-size: 18px;
color: #000000;
}
.text {
font-size: 24px;
}
.toolbar {
display: flex;
align-items: center;
height: 35px;
background-color: #fafbfc;
border-bottom: 1px solid #dfe3e8;
}
.toolbar a{
align-content: center;
align-items: center;
margin: 0;
padding: 0 4px;
color: #595959;
background-color: transparent;
border: 0;
border-radius: 2px;
outline: none;
box-shadow: none;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.content {
display: flex;
height: calc(100% - 105px);
position: relative;
}
.shapes {
position: relative;
width: 214px;
height: 100%;
border-right: 1px solid #dfe3e8;
}
.config {
box-sizing: border-box;
width: 290px;
height: 100%;
padding: 0 24px;
border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.minimap {
position: fixed;
right: 10px;
bottom: 45px;
width: 100px;
height: 100px;
border: 1px solid #ccc;
border-radius: 4px;
}
::-webkit-scrollbar {
width: 3px;
height: 5px;
}
::-webkit-scrollbar-button,
::-webkit-scrollbar-button:vertical {
display: none;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track:vertical {
background-color: black;
}
::-webkit-scrollbar-track-piece {
background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:vertical {
margin-right: 10px;
background-color: #a6a6a6;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:vertical:hover {
background-color: #aaa;
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-corner:vertical {
background-color: #535353;
}
.wf_btn2 {
display: inline-block;
box-sizing: border-box;
cursor: pointer;
text-align: center;
font-weight: 500;
white-space: nowrap;
vertical-align: middle;
width: auto;
transition: background-color .1s linear;
line-height: 21px;
color: #fff;
background-color: #5F95FF;
padding: 6px 12px;
border-radius: 5px;
border: white;
}
* {
box-sizing: border-box;
}
html,
body {
height: 100%;
color: #828282;
line-height: 24px;
font: 12px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
margin: 0;
padding: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.page-container {
padding: 10px;
}
.calendar {
background: #fff;
border: 1px solid #a4bed4;
padding: 1px;
overflow: hidden
}
.layout-panel {
position: absolute;
overflow: hidden
}
.panel {
overflow: hidden;
font-size: 12px
}
.process-step {
position: absolute;
cursor: move;
min-width: 100px;
line-height: 28px
}
.process-step span {
cursor: pointer;
}
/*连接线提示*/
.component {
opacity: 0.8;
filter: alpha(opacity=80);
z-index: 20;
}
.wf_btn {
padding: 4px 8px;
box-sizing: border-box;
cursor: pointer;
text-align: center;
border: solid 1px #ddd;
background-color: #fff;
width: auto;
}
.smalls {
padding: 4px 6px;
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
border: 1px solid #cccccc;
background-color: #ffffff;
}
.table {
border-radius: 5px;
width: 95%;
margin: 10px;
empty-cells: show;
border-spacing: 0;
border: 1px solid #ddd;
border-left: 0;
border-collapse: collapse;
background-color: #fff;
color: #666;
}
.table thead tr {
background-color: #f2f2f2;
}
.table td, table th {
border: 1px solid #cad9ea;
color: #666;
height: 30px;
}
.table th {
position: relative;
padding: 9px 15px;
min-height: 20px;
line-height: 20px;
font-size: 14px;
border-width: 1px;
border-style: solid;
border-color: #e6e6e6;
width: 120px;
background: #F5F5F5;
}
.table td {
border-width: 1px;
border-style: solid;
border-color: #e6e6e6;
position: relative;
padding: 9px 15px;
min-height: 20px;
line-height: 20px;
font-size: 14px;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
ul li {
background-repeat: no-repeat;
background-position: 0 5px;
padding-left: 3px;
}
.button {
display: inline-block;
box-sizing: border-box;
cursor: pointer;
text-align: center;
font-weight: 400;
white-space: nowrap;
vertical-align: middle;
width: auto;
transition: background-color .1s linear;
line-height: 21px;
color: #fff;
background-color: #2b85e4;
padding: 4px 12px;
border-radius: 4px;
border: white;
}
#wfatt li {
display: block;
text-align: center;
width: 60px;
float: left;
list-style: none;
cursor: pointer;
height: 30px;
line-height: 30px;
}
#wfatt .choice {
background: #409EFF;
color: #fff;
}
#box .tab-item {
display: none;
}
#box .show {
display: block;
}
#box .hide {
display: none;
}
.TpflowForm {
border-bottom: 1px solid #e8eaec;
line-height: 1;
}
.TpflowController {
border-bottom: 1px solid #e8eaec;
padding: 8px;
line-height: 1;
}
.TpflowHead {
color: #333;
padding: 14px 16px;
background-color: #f8f8f9;
border-color: #ddd;
}
.ms2side__div {
clear: left;
padding: 14px 1px 1px;
float: left;
width: 100%;
}
.ms2side__select {
float: left;
width: 45%;
}
.ms2side__header {
margin-left: 3px;
margin-top: -20px;
margin-bottom: 5px;
height: 20px;
}
.ms2side__options, .ms2side__updown {
float: left;
font-size: 10pt;
margin: 8px 0 0;
padding: 0 8px;
width: 10%;
color: black;
text-align: center;
overflow: hidden;
}
.ms2side__options p, .ms2side__updown p {
margin: 2px 0;
padding: 0;
cursor: pointer;
border: 1px solid black;
}
.ms2side__options p.ms2side_hover, .ms2side__updown p.ms2side_hover {
background-color: #F0F0FF;
border-color: #0000FF;
cursor: pointer;
}
.ms2side__options p.ms2side__hide, .ms2side__updown p.ms2side__hide {
cursor: default;
color: gray;
border: 1px solid gray;
background-color: #F0F0F0;
}
.ms2side__div select {
width: 100%;
float: left;
height: 100%;
}
.sfdp-field-con-view {
min-height: 35px;
background-color: #FFFFFF;
}
.sfdp-rows-view {
position: relative;
min-height: 42px;
}
.sfdp-cl {
clear: both;
}
.sfdp-mt10 {
margin-top: 10px;
}
.sfdp-top {
background-color: #347ee0;
height: 45px;
line-height: 45px;
padding-left: 15px;
font-size: 16px;
color: #FFFFFF;
}
.sfdp-con {
border: 1px #E6E6E6 solid;
}
#flowdesign_canvas {
min-height: 300px;
background-color: #FFFFFF;
height: calc(100% - 35px);
width: 100%;
padding: 15px;
box-sizing: border-box;
}
#flowdesign_canvas::-webkit-scrollbar {
width: 8px;
height: 1px;
}
#flowdesign_canvas::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
background: #eaeaea;
border-radius: 3px;
}
#flowdesign_canvas::-webkit-scrollbar-track {
border-radius: 3px;
background: transparent;
}
.ico {
font-weight: 700;
font-size: 16px;
color: #2d6dcc;
}
.sfdp-main {
width: 100%;
display: flex;
justify-content: space-between;
height: calc(100% - 45px);
}
#ctlMenus {
width: 180px;
flex-shrink: 0;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
position: relative;
z-index: 1000;
}
* body, html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
color: #444;
height: 100%;
padding: 0;
margin: 0;
}
.t-ctl {
background: #FFF;
border-radius: 2px;
border: solid 1px #E0E0E0;
padding: 5px;
}
.t-ctl button {
margin: 0;
}
.t-ctl-list a, .t-ctl-list a:visited, .t-ctl-list button {
padding: 0;
outline: none;
cursor: pointer;
font-size: 22px;
line-height: 26px;
color: #555555;
background: none;
border: none;
}
.t-ctl-list {
list-style: none;
padding: 5px;
margin: 0;
}
.r-ctl {
width: auto;
position: fixed;
right: 15px;
bottom: 20px;
}
.tool {
position: absolute;
left: 20px;
top: 20px;
box-sizing: border-box;
width: 48px;
color: rgb(255, 116, 0) !important;
background: #FAFAFA;
border: solid 1px #CCC;
border-radius: 2px;
}
.tool .entry:before {
vertical-align: middle;
}
.entry {
color: #2d6dcc;
font-size: 30px;
text-align: center;
width: 46px;
height: 46px;
line-height: 46px;
cursor: default;
float: left;
}
.entry:hover {
color: rgb(3, 19, 19);
}
.entry:hover span {
display: block;
position: absolute;
bottom: 0;
left: 0;
color: rgb(3, 19, 19);
width: 154px;
z-index: 10;
height: 36px;
line-height: 36px;
background: #000;
filter: alpha(opacity=60);
-moz-opacity: 0.5;
opacity: 0.5;
}
.entry span {
display: none;
text-decoration: none
}
.input-text-2{
border-radius: 0 2px 2px 0;
height: 30px;
width: 50%;
margin-top: 3px;
line-height: 1.3;
border-width: 1px;
border-style: solid;
background-color: #fff;
border-radius: 2px;
border-color: #dadada;
}
.input-text-full{
border-radius: 0 2px 2px 0;
height: 30px;
width: 98%;
margin-top: 3px;
line-height: 1.3;
border-width: 1px;
border-style: solid;
background-color: #fff;
border-radius: 2px;
border-color: #dadada;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。