碧桂园
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

24 líneas
437 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: cover;
  8. position: relative;
  9. }
  10. .btn1{
  11. position: absolute;
  12. bottom: 145rpx;
  13. left: 36rpx;
  14. width: 320rpx;
  15. height: 96rpx;
  16. }
  17. .btn2{
  18. position: absolute;
  19. bottom: 130rpx;
  20. right: 38rpx;
  21. width: 320rpx;
  22. height: 96rpx;
  23. }