碧桂园
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

24 righe
628 B

  1. .container{
  2. width: 750rpx;
  3. min-height: 100vh;
  4. background: url('https://static.quhouse.com/523c2ac0eb6c4759a38d19bee4838d4e.png') no-repeat top center #FFBE49;
  5. background-size: cover;
  6. display: flex;
  7. flex-direction: column;
  8. align-items: center;
  9. justify-content: flex-end;
  10. padding-bottom: 200rpx;
  11. }
  12. .my-btn{
  13. width: 394rpx;
  14. height: 97rpx;
  15. line-height: 97rpx;
  16. text-align: center;
  17. background: linear-gradient(270deg, #F35B15 0%, #F35B15 100%);
  18. border-radius: 48rpx;
  19. font-size: 40rpx;
  20. font-family: PingFangSC-Medium, PingFang SC;
  21. font-weight: 500;
  22. color: #FFFFFF;
  23. box-shadow: 0 3rpx 5rpx #fff;
  24. }