export-file.component.scss 619 B

123456789101112131415161718192021222324252627282930313233
  1. .manage{
  2. padding: 20px 50px;
  3. width: 100%;
  4. background: #F9F9F9;
  5. border-radius: 10px;
  6. display: flex;
  7. align-items: center;
  8. justify-content: space-between;
  9. .left{
  10. .row{
  11. display: flex;
  12. color: #231C1F99;
  13. font-family: PingFang SC;
  14. font-size: 16px;
  15. font-weight: 400;
  16. line-height: 24px;
  17. text-align: right;
  18. margin-bottom: 10px;
  19. width: 250px;
  20. justify-content: space-between;
  21. }
  22. }
  23. }
  24. .footer{
  25. position: absolute;
  26. bottom: 10px;
  27. width: 100%;
  28. right: 0;
  29. display: flex;
  30. align-items: center;
  31. justify-content: flex-end;
  32. padding: 0 10px;
  33. }