login.scss 829 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .login {
  2. &-box {
  3. &-title {
  4. padding: 113px 53px 34px;
  5. color: #fff;
  6. font-size: 35px;
  7. text-align: center;
  8. font-family: PingFangSC-Heavy, PingFang SC;
  9. view:last-child {
  10. text-align: justify;
  11. text-justify: distribute-all-lines;
  12. text-align-last: justify;
  13. }
  14. }
  15. &-form {
  16. padding: 0 28px;
  17. .custom-input {
  18. height: 34px;
  19. background-color: rgba($color: #fff, $alpha: 0.2);
  20. padding: 6px 12px!important;
  21. font-size: 14px!important;
  22. color: #fff;
  23. }
  24. &-btn {
  25. margin-top: 22px;
  26. .login-btn {
  27. height: 46px;
  28. background: transparent;
  29. border: 1px solid rgba($color: #fff, $alpha: 0.4);
  30. font-size: 15px;
  31. font-family: PingFangSC-Regular, PingFang SC;
  32. }
  33. }
  34. &-forget {
  35. text-align: right;
  36. color: #999;
  37. font-size: 14px;
  38. }
  39. }
  40. }
  41. }