index.module.scss 285 B

12345678910111213141516
  1. .A1Project {
  2. :global {
  3. .top {
  4. height: 100px;
  5. border-radius: 10px;
  6. padding: 20px 15px 0;
  7. background-color: #fff;
  8. }
  9. .main{
  10. margin-top: 15px;
  11. border-radius: 10px;
  12. height: calc(100% - 110px);
  13. background-color: #fff;
  14. }
  15. }
  16. }