index.scss 203 B

1234567891011121314
  1. .certification-main {
  2. position: fixed;
  3. left: 0;
  4. top: 0;
  5. right: 0;
  6. bottom: 0;
  7. // padding-bottom: 56rpx;
  8. background: #F5F5F5;
  9. display: flex;
  10. flex-direction: column;
  11. }