login.css 387 B

1234567891011121314151617
  1. .login-box {
  2. min-height: calc(100vh - 370rpx);
  3. background-image: url("https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/app-serve/2024-4-13/gv7g9xqmxv.png?imageMogr2/quality/20");
  4. background-repeat: no-repeat;
  5. background-size: 100% auto;
  6. }
  7. .page-box .title-text {
  8. transition: .5s ease;
  9. color: #333333;
  10. }
  11. .page-box .default-text {
  12. transition: .5s ease;
  13. color: #10B261;
  14. }