碧桂园
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

23 行
427 B

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