index.scss 716 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* pages/home/index.wxss */
  2. .page {
  3. position: relative;
  4. background-size: 100% 100%;
  5. background-repeat: no-repeat;
  6. padding-top: 86rpx;
  7. box-sizing: border-box;
  8. .buttom {
  9. background-size: 100% 100%;
  10. background-repeat: no-repeat;
  11. position: absolute;
  12. bottom: 180rpx;
  13. left: 50%;
  14. transform: translateX(-50%);
  15. color: #FFFFFF;
  16. text-align: center;
  17. font-size: 28rpx;
  18. font-weight: 500;
  19. width: 340rpx;
  20. height: 80rpx;
  21. line-height: 80rpx;
  22. box-sizing: border-box;
  23. }
  24. .support {
  25. position: absolute;
  26. width: 100%;
  27. text-align: center;
  28. color: #FFFFFF;
  29. bottom: 57rpx;
  30. font-size: 24rpx;
  31. font-family: PingFangSC-Regular, PingFang SC;
  32. }
  33. }