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