style.scss 302 B

1234567891011121314151617
  1. .manage-layout{
  2. background: #f6f9fd;
  3. .m-nav{
  4. width: 100%;
  5. height: 56px;
  6. line-height: 56px;
  7. padding: 0 16px;
  8. font-size: 16px;
  9. font-weight: 700;
  10. color: #000;
  11. background-color: #fff;
  12. display: flex;
  13. justify-content: space-between;
  14. align-items: center;
  15. }
  16. }