123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438 |
- .main-box {
- position: relative;
- display: inline-block;
- top: 10px;
- left: 12px;
- width: calc(100% - 24px);
- height: auto;
- border: 3px solid #049e9a;
- border-radius: 5px;
- overflow: hidden;
- text-align: center;
- padding-top: 10px;
- background: #f0faf9; }
- .main-box.main-flow-box {
- height: 700px; }
- .main-box.main-package-box {
- height: 590px; }
- .iwb-flow-tree {
- margin: 0 auto; }
- .iwb-flow-tree .floor-box {
- width: 100%;
- display: flex;
- flex-direction: row;
- justify-content: center; }
- .iwb-flow-tree .floor-box .floor-node {
- width: 100%;
- display: block;
- margin: 0 auto;
- float: left; }
- .iwb-flow-tree .floor-box .floor-node .node-box {
- position: relative;
- margin: 0 auto;
- width: 200px;
- border-radius: 0;
- border: none;
- background: transparent; }
- .iwb-flow-tree .floor-box .floor-node .node-box .title {
- /*padding: 3px 0;*/
- background: transparent;
- color: #f5f5f5;
- width: 0;
- height: 0;
- background: transparent;
- border: 100px solid transparent;
- border-top: none;
- border-bottom: 60px solid #34b29d;
- cursor: pointer; }
- .iwb-flow-tree .floor-box .floor-node .node-box .title-text {
- position: absolute;
- width: 100%;
- text-align: center;
- top: 0;
- color: #f5f5f5;
- height: 60px;
- font-size: 12px;
- font-weight: bold;
- cursor: none;
- line-height: 70px; }
- .iwb-flow-tree .floor-box .floor-node .node-box .content {
- margin: 0px 12px;
- flex-direction: column;
- padding: 5px;
- border: 1px solid #34b29d;
- border-top: none; }
- .iwb-flow-tree .floor-box .line-box {
- width: 100%;
- display: block;
- margin: 0 auto;
- float: left; }
- .iwb-flow-tree .floor-box .line-box .line-group {
- width: 100%;
- display: flex;
- flex-direction: row;
- justify-content: center; }
- .iwb-flow-tree .floor-box .line-box .line-group .line {
- display: flex;
- flex-direction: row;
- justify-content: center; }
- .iwb-flow-tree .floor-box .line-box .line-group .line .line-u, .iwb-flow-tree .floor-box .line-box .line-group .line .line-d {
- height: 30px;
- width: 12px;
- background: #34b29d; }
- .iwb-flow-tree .floor-box .line-box .line-group .line .line-d {
- position: relative;
- margin-bottom: 6px;
- width: 8px; }
- .iwb-flow-tree .floor-box .line-box .line-group .line .line-d:after {
- content: '';
- position: absolute;
- border: 8px solid transparent;
- border-top: 15px solid #34b29d;
- left: calc(50% - 8px);
- bottom: -15px; }
- .iwb-flow-tree .floor-box .line-box .line-group .line .line-d.line-d-l:before, .iwb-flow-tree .floor-box .line-box .line-group .line .line-d.line-d-r:before {
- content: '';
- position: absolute;
- top: -6px;
- width: 8px;
- height: 6px;
- background: #34b29d; }
- .iwb-flow-tree .floor-box .line-box .line-group .line .line-d.line-d-l:before {
- left: 0; }
- .iwb-flow-tree .floor-box .line-box .line-group .line .line-d.line-d-r:before {
- right: 0; }
- .iwb-flow-tree .floor-box .line-box .line-group .line-m {
- height: 6px;
- background: #34b29d; }
- .iwb-flow-tree .floor-box .line-box .line-group .line-single .line-d {
- height: 72px; }
- .iwb-flow-tree .setting {
- margin: 3px 5px;
- padding: 4px 0 !important;
- text-align: center;
- color: #fff;
- font-size: 100%;
- border-radius: 3px;
- cursor: pointer;
- background: #34b29d;
- /*
- &.scene {
- background: #70ad47;
- }
- &.guide {
- background: #00b050;
- }
- &.pre {
- background: #54e29d;
- }
- &.run {
- background: #00a7e2;
- }
- &.post {
- background: #5b9bd5;
- }*/ }
- .iwb-flow-tree .setting.path {
- /*background: #34b29d;
- text-align: left;
- padding-left: 15px !important;*/
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- padding: 4px 10px !important; }
- .iwb-flow-tree .setting.no-setting {
- background: #a6a6a6; }
- .iwb-flow-tree .dropdown-menu {
- border-color: #049e9a !important;
- padding: 5px 15px !important;
- min-width: 100px !important; }
- .iwb-flow-tree .dropdown-menu .dropdown-item {
- border: none !important;
- border-bottom: 1px solid #049e9a !important;
- color: #049e9a !important;
- padding: 5px 15px !important; }
- .iwb-flow-tree .dropdown-menu .dropdown-item:last-child, .iwb-flow-tree .dropdown-menu .dropdown-item.last-child {
- border: none !important; }
- .iwb-flow-tree .dropdown-menu .dropdown-item:focus, .iwb-flow-tree .dropdown-menu .dropdown-item:hover {
- color: #fff !important;
- background-color: #049e9a !important; }
- .iwb-package-tree {
- display: flex;
- flex-direction: column;
- justify-content: start;
- width: 100%; }
- .iwb-package-tree .round-box {
- display: flex;
- flex-direction: row;
- justify-content: center;
- height: auto;
- position: relative;
- padding-bottom: 20px;
- /*&:nth-of-type(1) {
- .round-node:before {
- border: none;
- }
- }*/ }
- .iwb-package-tree .round-box:first-child {
- padding-bottom: 40px; }
- .iwb-package-tree .round-box .round-node {
- display: flex;
- justify-content: center;
- align-items: center;
- position: relative;
- background: #34b29d;
- color: #f5f5f5;
- width: 50px;
- height: 50px;
- border-radius: 50px;
- z-index: 1;
- font-weight: 600; }
- .iwb-package-tree .round-box .round-node:before {
- content: "";
- position: absolute;
- border-left: 15px solid transparent;
- border-right: 15px solid transparent;
- border-top: 25px solid #34b29d;
- left: 10px;
- top: -25px; }
- .iwb-package-tree .round-box .round-node.start-node {
- width: auto;
- height: 40px;
- white-space: nowrap;
- padding: 5px 20px;
- border-radius: 20px;
- font-size: 1.125rem; }
- .iwb-package-tree .round-box .round-node.start-node:before {
- border: none; }
- .iwb-package-tree .round-box .block-node {
- width: 42%;
- height: auto;
- display: flex;
- /*min-height: 150px;*/
- border: 2px solid #34b29d;
- border-radius: 5px;
- position: relative;
- margin-top: 10px;
- --w: 60px;
- --sw: 170px;
- --margin: calc(var(--w) - 20px); }
- .iwb-package-tree .round-box .block-node .title {
- width: 100%;
- text-align: center;
- padding: 2px;
- font-size: 15px;
- font-weight: bold;
- color: #34b29d;
- /*background-image: linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.18));*/
- background: #f2f2f2;
- border-bottom: 1px solid #34b29d;
- border-radius: 10px 10px 0 0; }
- .iwb-package-tree .round-box .block-node .title .icon {
- float: right;
- margin-top: 4px;
- margin: 4px 5px 4px;
- color: #00b050;
- cursor: pointer; }
- .iwb-package-tree .round-box .block-node .content {
- width: 100%;
- display: flex;
- height: 100%; }
- .iwb-package-tree .round-box .block-node > .round-setting {
- width: var(--sw);
- border-right: 1px solid #34b29d; }
- .iwb-package-tree .round-box .block-node > .round-setting .content {
- padding: 5px;
- flex-direction: column; }
- .iwb-package-tree .round-box .block-node > .round-setting .content .setting .value {
- padding-left: 5px; }
- .iwb-package-tree .round-box .block-node > .round-setting .content .setting span:last-of-type {
- float: right; }
- .iwb-package-tree .round-box .block-node .tab-box {
- width: var(--sw);
- border-left: 1px solid #34b29d;
- height: 100%;
- padding: 0; }
- .iwb-package-tree .round-box .block-node .tab-box .nav-tabs {
- padding: 5px;
- padding-left: 0;
- height: 198px;
- flex-wrap: nowrap;
- overflow-y: auto;
- border: none; }
- .iwb-package-tree .round-box .block-node .tab-box .nav-tabs .nav-item {
- border-bottom: none; }
- .iwb-package-tree .round-box .block-node .tab-box .nav-tabs .nav-item .nav-link {
- color: #34b29d;
- border: 1px solid #34b29d;
- border-left: none;
- height: 35px;
- border-radius: 0 35px 35px 0;
- margin: 1px 0;
- padding-left: 5px;
- padding-right: 5px; }
- .iwb-package-tree .round-box .block-node .tab-box .nav-tabs .nav-item .nav-link.active, .iwb-package-tree .round-box .block-node .tab-box .nav-tabs .nav-item .nav-link:hover, .iwb-package-tree .round-box .block-node .tab-box .nav-tabs .nav-item .nav-link:focus {
- background: #34b29d;
- color: #f5f5f5; }
- .iwb-package-tree .round-box .block-node .tab-box .nav-tabs .nav-item .nav-link:hover {
- color: #eee;
- font-weight: bold; }
- .iwb-package-tree .round-box .block-node .tab-content-box {
- width: calc(100% - var(--sw)); }
- .iwb-package-tree .round-box .block-node .block-box {
- width: 100%; }
- .iwb-package-tree .round-box .block-node .block-box .block-content {
- width: 100%;
- display: flex;
- flex-direction: column; }
- .iwb-package-tree .round-box .block-node .block-box .block-content .setting-box {
- width: 100%;
- display: flex;
- padding: 5px;
- border-bottom: 1px solid #34b29d; }
- .iwb-package-tree .round-box .block-node .block-box .block-content .setting-box .setting {
- text-align: center;
- width: 50%;
- padding: 2px 5px; }
- .iwb-package-tree .round-box .block-node .block-box .block-content .flow-box {
- width: 100%;
- display: flex;
- flex-direction: column;
- padding: 5px;
- height: 142px; }
- .iwb-package-tree .round-box .block-node .block-box .block-content .flow-box .flow-info {
- margin: 2px 5px;
- color: #34b29d;
- display: flex; }
- .iwb-package-tree .round-box .block-node .block-box .block-content .flow-box .flow-info .flow-name {
- padding: 3px 15px;
- border-radius: 35px 0 0 35px;
- border: 1px solid;
- width: 100%;
- text-align: center;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis; }
- .iwb-package-tree .round-box .block-node .block-box .block-content .flow-box .flow-info .flow-setting {
- width: 50px;
- color: #fff;
- background: #34b29d;
- padding: 3px 15px;
- border-radius: 0 35px 35px 0;
- cursor: pointer; }
- .iwb-package-tree .round-box .block-node .obj-block-box {
- width: 100%; }
- .iwb-package-tree .round-box .block-node .evolution-block-box {
- width: 100%; }
- .iwb-package-tree .round-box .block-node:before {
- content: "";
- position: absolute;
- background: #34b29d;
- width: var(--w);
- height: 10px;
- top: 10px; }
- .iwb-package-tree .round-box .block-node.left {
- margin-right: var(--margin); }
- .iwb-package-tree .round-box .block-node.left .block-box {
- width: calc(100% - var(--sw)); }
- .iwb-package-tree .round-box .block-node.left:before {
- right: calc(0% - var(--w)); }
- .iwb-package-tree .round-box .block-node.right {
- margin-left: var(--margin); }
- .iwb-package-tree .round-box .block-node.right:before {
- left: calc(0% - var(--w)); }
- .iwb-package-tree .round-box:not(:nth-last-of-type(1)) .line-v {
- height: calc(100% - 20px);
- width: 15px;
- background-color: #34b29d;
- position: absolute;
- top: 5px;
- /*left: calc(50% - 5px);*/
- z-index: 0; }
- .iwb-package-tree .round-box .setting {
- margin: 2px 5px;
- padding: 2px 10px;
- text-align: left;
- color: #fff;
- font-size: 90%;
- border-radius: 3px;
- cursor: pointer;
- background: #34b29d;
- /*&.score {
- background: #34b29d;
- }
- &.rate {
- background: #70ad47;
- }
- &.count {
- background: #00b050;
- }
- &.guide {
- background: #00c392;
- }
- &.pre {
- background: #00d7e2;
- }
- &.run {
- background: #00a7e2;
- }
- &.post {
- background: #5b9bd5;
- }*/ }
- .iwb-package-tree .round-box .setting.no-setting {
- /*color: #ddd;*/
- background: #a6a6a6; }
- .iwb-package-tree .dropdown-menu {
- border-color: #049e9a !important;
- padding: 5px 15px !important;
- min-width: 100px !important; }
- .iwb-package-tree .dropdown-menu .dropdown-item {
- border: none !important;
- border-bottom: 1px solid #049e9a !important;
- color: #049e9a !important;
- padding: 5px 15px !important; }
- .iwb-package-tree .dropdown-menu .dropdown-item:last-child, .iwb-package-tree .dropdown-menu .dropdown-item.last-child {
- border: none !important; }
- .iwb-package-tree .dropdown-menu .dropdown-item:focus, .iwb-package-tree .dropdown-menu .dropdown-item:hover {
- color: #fff !important;
- background-color: #049e9a !important; }
- .flow-detail a.table-action {
- color: #34b29d;
- padding: 2px 0;
- cursor: pointer; }
- .flow-detail a.table-action:hover {
- color: #34b29d;
- padding: 2px 0;
- font-weight: bold;
- border-bottom: 2px solid #34b29d; }
- .flow-detail .table-striped tbody tr:nth-of-type(odd) {
- background-color: #f0faf9; }
- .package-detail {
- margin: 0 15px; }
- .package-detail dl {
- display: flex; }
- .package-detail dl, .package-detail dt, .package-detail dd {
- margin-bottom: 0;
- cursor: pointer; }
- .package-detail dt {
- white-space: nowrap; }
- .package-detail dd {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis; }
|