content.less 806 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .manage-content {
  2. height: 100%;
  3. width: 100%;
  4. padding-bottom: 40px;
  5. background: rgb(32, 33, 36);
  6. // background: #fff;
  7. .content-right {
  8. width: 100%;
  9. height: 100%;
  10. float: left;
  11. overflow-y: auto;
  12. .ant-spin-nested-loading {
  13. height: 100%;
  14. .ant-spin-container{
  15. height: 100%;
  16. }
  17. }
  18. }
  19. @media (min-width:1386px) and (max-width:1581px){
  20. .content-right {
  21. width: 100%;
  22. }
  23. }
  24. @media (max-width:1386px){
  25. .content-right {
  26. width: 100%;
  27. }
  28. }
  29. }
  30. .acc-top-user-name>a {
  31. color: #58a3ff !important;
  32. }
  33. // .user-content>.ant-tabs.ant-tabs-top.ant-tabs-line {
  34. // background-color: #F5F5F5;
  35. // margin-bottom: 10px;
  36. // }