碧桂园
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.

29 lines
611 B

  1. .container{
  2. width: 750rpx;
  3. height: 1624rpx;
  4. min-height: 100vh;
  5. background: url('https://static.quhouse.com/dd537d22bd3042629743ccab7cb8b2a5.png') no-repeat #FFBE49;
  6. background-size: cover;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. position: relative;
  11. }
  12. .progress{
  13. position: absolute;
  14. top: 1000rpx;
  15. width: 540rpx;
  16. height: 60rpx;
  17. margin-bottom: 18rpx;
  18. }
  19. .desc{
  20. position: absolute;
  21. top: 1070rpx;
  22. height: 56rpx;
  23. font-size: 40rpx;
  24. font-family: PingFangSC-Semibold, PingFang SC;
  25. font-weight: 600;
  26. color: #FFFFFF;
  27. line-height: 56rpx;
  28. }