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

24 line
452 B

  1. /**index.wxss**/
  2. .container{
  3. width: 750rpx;
  4. /* height: 1624rpx; */
  5. min-height: 100vh;
  6. background: url('https://static.quhouse.com/a182a4a222f84d6b9ea346908ddfcf76.png') no-repeat #FFBE49;
  7. background-size: 750rpx 100vh;
  8. position: relative;
  9. }
  10. .btn1{
  11. position: absolute;
  12. bottom: 110rpx;
  13. left: 36rpx;
  14. width: 320rpx;
  15. height: 122rpx;
  16. }
  17. .btn2{
  18. position: absolute;
  19. bottom: 110rpx;
  20. right: 38rpx;
  21. width: 320rpx;
  22. height: 122rpx;
  23. }