content.less 689 B

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