offlineSignin.scss 449 B

1234567891011121314151617181920212223242526272829
  1. .sign-in {
  2. background-color: #fafafa;
  3. min-height: 100vh;
  4. &-box {
  5. padding: 30rpx;
  6. width: 100%;
  7. &-divider {
  8. margin-top: 300rpx;
  9. width: 100%;
  10. height: 1px;
  11. background-color: #E2E2E2;
  12. }
  13. &-datetime {
  14. text-align: center;
  15. margin-top: 200rpx;
  16. .sibd-date {
  17. margin-top: 30rpx;
  18. font-size: 20px;
  19. font-weight: 500;
  20. }
  21. }
  22. &-button {
  23. margin-top: 150rpx;
  24. .sign-in-btn {
  25. margin-bottom: 40rpx;
  26. }
  27. }
  28. }
  29. }