/*值班列表*/ .zb-table{ border-collapse: collapse; width: 100%; border: 1px solid #C6C6C6; color: #333; } .zb-table thead th { line-height: 20px; padding: 8px; border: none; white-space: nowrap; background: #E9E9E9; color: #000; border-right: 1px solid #C6C6C6; text-align: center; font-weight:700; letter-spacing: 1px; cursor: pointer; } .zb-table tbody td { text-align: center; line-height: 20px; padding: 5px; font-size: 13px; border-top: 1px solid #C6C6C6; border-right: 1px solid #C6C6C6; white-space: normal; word-break: break-all } .zb-table tbody tr:hover { background: #E9E9E9; } .zb-table tbody tr.weekend{ background:#fad55f; } .zb-table tbody tr.weekend:hover { background: #E9E9E9; } .menu-list { float: left; } .menu-list ul { margin: 8px 0 8px 20px; border: solid #eee; border-width: 0; } .menu-list > ul { margin: 8px; border: solid #eee; border-width: 0; } .menu-list ul li p { padding: 0px 15px 0px 0px; margin: 0; word-break: normal; white-space: nowrap; line-height: 30px; text-indent: 5px; width: auto; display: inline-block !important; border-radius: 3px; } .menu-list ul li p .edit-menu { display: none; margin-left: 10px; } .menu-list ul li p .edit-menu span { display: inline-block; height: 25px; line-height: 25px; } .menu-list ul li p:hover .edit-menu { display: inline-block; } .menu-list ul li p span { cursor: pointer; } .menu-list ul li p.active { background: lightskyblue; } .menu-list i { color: #999; } .menu-list ul li .edit-menu i:hover { color: #333 }