| | |
| | | |
| | | .adminui-tags {height:56px;background: #fff;} |
| | | .adminui-tags ul {display: flex;overflow: hidden;} |
| | | .adminui-tags li {cursor: pointer;display: inline-block;float: left;height:56px;line-height: 56px;position: relative;flex-shrink: 0;font-size: 15px;font-weight: 400;color: rgb(50, 125, 125);} |
| | | .adminui-tags li {cursor: pointer;display: inline-block;float: left;height:56px;line-height: 56px;position: relative;flex-shrink: 0;font-size: 15px;font-weight: 400;color: #409eff;} |
| | | .adminui-tags li::after {content: " ";width:1px;height:100%;position: absolute;right:0px;background-image: linear-gradient(#fff, #e6e6e6);} |
| | | .adminui-tags li a {display: inline-block;padding:0 10px;width:100%;height:100%;color: rgb(102, 102, 102);text-decoration:none;display: flex;align-items: center;} |
| | | .adminui-tags li i {margin-left:10px;border-radius: 3px;width:18px;height:18px;display: flex;align-items: center;justify-content: center;} |
| | | .adminui-tags li i:hover {background: rgba(0,0,0,.2);color: #fff;} |
| | | .adminui-tags li:hover {background: #f8f6f6;} |
| | | .adminui-tags li.active {background: rgb(248, 246, 246);} |
| | | .adminui-tags li.active a {color: rgb(50, 125, 125);font-weight: bold;} |
| | | .adminui-tags li.active a {color: #409eff;font-weight: bold;} |
| | | .adminui-tags li.sortable-ghost {opacity: 0;} |
| | | |
| | | .adminui-main {overflow: auto;background-color: #f6f8f9;flex: 1;} |