You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .container{
- width: 750rpx;
- height: 1624rpx;
- min-height: 100vh;
- background: url('https://static.quhouse.com/dd537d22bd3042629743ccab7cb8b2a5.png') no-repeat #FFBE49;
- background-size: cover;
- display: flex;
- flex-direction: column;
- align-items: center;
- position: relative;
- }
- .progress{
- position: absolute;
- top: 1000rpx;
- width: 540rpx;
- height: 60rpx;
- margin-bottom: 18rpx;
- }
- .desc{
- position: absolute;
- top: 1070rpx;
- height: 56rpx;
- font-size: 40rpx;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #FFFFFF;
- line-height: 56rpx;
-
- }
|