invitees.wxss 758 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* pages/invitees/invitees.wxss */
  2. .banner {
  3. position: relative;
  4. padding: 30rpx 32rpx 70rpx 32rpx;
  5. padding-bottom: 70rpx;
  6. }
  7. .banner .title {
  8. font-size: 36rpx;
  9. font-family: PingFangSC-Medium, PingFang SC;
  10. font-weight: 500;
  11. color: #333333;
  12. line-height: 50rpx;
  13. }
  14. .banner image {
  15. margin-top: 32rpx;
  16. position: relative;
  17. left: 50%;
  18. transform: translateX(-50%);
  19. width: 610rpx;
  20. height: 1056rpx;
  21. }
  22. .banner .receive-btn {
  23. margin-top: 122rpx;
  24. position: relative;
  25. left: 50%;
  26. transform: translateX(-50%);
  27. width: 90%;
  28. height: 84rpx;
  29. background: #FA7D22;
  30. border-radius: 42rpx;
  31. font-size: 32rpx;
  32. font-family: PingFang-SC-Medium, PingFang-SC;
  33. font-weight: 500;
  34. color: #FFFFFF;
  35. line-height: 84rpx;
  36. text-align: center;
  37. }