| | |
| | | |
| | | .jimu-widget-LeftNavigationBar .layui-btn-group .layui-icon:before { |
| | | content: ""; |
| | | } |
| | | |
| | | .jimu-widget-LeftNavigationBar .tree-layer-opcity { |
| | | display: none; |
| | | position: absolute; |
| | | top: 240px; |
| | | left: 280px; |
| | | width: 260px; |
| | | height: auto; |
| | | background: #Fff; |
| | | border-radius: 5px; |
| | | box-shadow: 0 0 8px #fff; |
| | | } |
| | | |
| | | .jimu-widget-LeftNavigationBar .tree-layer-opcity h3 { |
| | | margin: 0; |
| | | height: 36px; |
| | | line-height: 36px; |
| | | text-align: center; |
| | | } |
| | | |
| | | |
| | | .jimu-widget-LeftNavigationBar .tree-layer-opcity .close { |
| | | position: absolute; |
| | | top: 4px; |
| | | right: 4px; |
| | | } |
| | | |
| | | .jimu-widget-LeftNavigationBar .tree-layer-opcity li>div:first-child { |
| | | padding: 0 10px; |
| | | line-height: 28px; |
| | | overflow: hidden; |
| | | text-overflow:ellipsis; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | .jimu-widget-LeftNavigationBar .tree-layer-opcity li>div:last-child { |
| | | margin: 10px 10px; |
| | | width: calc(100% - 20px); |
| | | } |