1 Star 6 Fork 3

code2roc/FastFlowDesgion

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
desgin.css 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
code2roc 提交于 2023-02-19 16:56 +08:00 . no commit message
#flowNode{
height: 820px;
position: relative;
}
.nodeTitle{
position:absolute;
top:0px;
right: 0px;
background-color: #f8f8f8;
width: 280px;
height:130px;
border: 1px solid #f6f6f6;
display: none;
}
.min-height{
height: 500px;
}
.mt20{
margin-top: 20px;
}
.mt30{
margin-top: 30px;
}
.jnode-panel{
position: absolute;
border: 0px solid #f0f0f0;
}
.connectorLabel {
height: 25px;
line-height: 20px;
background-color: #f0f0f0;
padding:2px;
font-size: 10px;
color: #444;
z-index: 3;
border: 1px dotted #337ab7;
opacity: 0.7;
}
.jnode-box{
box-shadow: 2px 2px 19px #aaa;
-o-box-shadow: 2px 2px 19px #aaa;
-webkit-box-shadow: 2px 2px 19px #aaa;
-moz-box-shadow: 2px 2px 19px #aaa;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
opacity: 0.8;
z-index: 2;
filter: alpha(opacity=80);
text-align: center;
/** color:#404040; **/
color:#ffffff;
background-color: #eeeeef;
font-size: 14pt;
height: 50px;
line-height: 48px;
margin: 25px auto;
}
.jnode-box span{
font-size: 16px;
}
.jnode-round{
border-radius: 50%;
width:100px;
}
.jnode-rectangle{
border-radius: 0.5em;
width:100px;
}
.jnode-diamond{
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
transform:rotate(-45deg);
width: 70px;
height: 70px;
margin:38px auto;
}
.jnode-diamond span{
margin:12px auto;
display:inline-block;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);
}
.jnode-radius{
border-radius: 50%;
width:100px;
margin:0px auto;
}
.jnode-task{
border-radius: 0.5em;
width:100px;
height: 50px;
margin:0px auto;
display: flex;
justify-content: center;
align-items: center;
}
.jnode-judge{
margin:12px 12px;
}
.bdc-success{
border:3px solid #4cae4c;
background-color: #4cae4c;
}
.bdc-primary{
border:3px solid #009688;
background-color: #009688;
}
.bdc-primary-select{
background-color: #5FB878 !important;
}
.bdc-warning{
border:3px solid #d58512;
background-color: #d58512;
}
.bdc-danger{
border:3px solid #ac2925;
background-color: #ac2925;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/code2roc/fast-flow-desgion.git
git@gitee.com:code2roc/fast-flow-desgion.git
code2roc
fast-flow-desgion
FastFlowDesgion
master

搜索帮助