碧桂园
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

23 行
417 B

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