| | |
| | | line-height: 21px; |
| | | background-color: #f49a4c; |
| | | font-size: 20px; |
| | | |
| | | } |
| | | |
| | | .drawflow-node { |
| | |
| | | .btn-export { |
| | | float: right; |
| | | position: absolute; |
| | | top: 10px; |
| | | top: 5px; |
| | | right: 10px; |
| | | color: #333; |
| | | font-weight: bold; |
| | |
| | | border-radius: 4px; |
| | | cursor: pointer; |
| | | z-index: 5; |
| | | font-size: 16px; |
| | | } |
| | | |
| | | .btn-clear { |
| | | float: right; |
| | | position: absolute; |
| | | top: 10px; |
| | | top: 5px; |
| | | right: 85px; |
| | | color: white; |
| | | font-weight: bold; |
| | |
| | | border-radius: 4px; |
| | | cursor: pointer; |
| | | z-index: 5; |
| | | font-size: 16px; |
| | | } |
| | | |
| | | .btn-export:hover { |
| | |
| | | .drawContent_wall { |
| | | width: 100%; |
| | | height: 765px; |
| | | |
| | | .drawflow { |
| | | display: flex; |
| | | flex-direction: column; |
| | | |
| | | .content { |
| | | border-top-width: 1px; |
| | | border-top-style: solid; |
| | | } |
| | | } |
| | | } |
| | | |