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

25 行
634 B

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