index.scss 250 B

12345678910111213141516
  1. .register-container {
  2. width: 100%;
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. justify-content: flex-start;
  7. align-items: center;
  8. padding: 20rpx;
  9. box-sizing: border-box;
  10. /deep/ .form-content{
  11. }
  12. }
  13. page {
  14. height: 100%;
  15. }