basic-in.component.scss 474 B

1234567891011121314151617181920212223242526
  1. .entry{
  2. font-family: PingFang SC;
  3. min-height: 500px;
  4. // border: 1px solid;
  5. .basic-row{
  6. display: flex;
  7. align-items: center;
  8. justify-content: space-between;
  9. width: 100%;
  10. }
  11. .tips{
  12. margin-top: 10px;
  13. padding: 10px;
  14. background: #3e49b314;
  15. border-radius: 6px;
  16. }
  17. }
  18. .footer{
  19. display: flex;
  20. margin: 10px auto;
  21. align-items: center;
  22. justify-content: space-evenly;
  23. // width: 200px;
  24. justify-content: end;
  25. padding-right: 100px;
  26. }