index.wxss 885 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .invite {
  2. width: 100%;
  3. min-height: 100vh;
  4. background: url('http://reader-wx.ai160.com/images/reader/bg1.jpg') no-repeat;
  5. background-size: contain;
  6. overflow: hidden;
  7. }
  8. .invite .ranking {
  9. position: fixed;
  10. top: 164rpx;
  11. right: 20rpx;
  12. width: 100rpx;
  13. height: 104rpx;
  14. }
  15. .invite .strategy {
  16. position: fixed;
  17. top: 290rpx;
  18. right: 10rpx;
  19. width: 120rpx;
  20. height: 100rpx;
  21. }
  22. .invite .body {
  23. overflow: hidden;
  24. width: 100%;
  25. height: 3000rpx;
  26. margin-top: 700rpx;
  27. background: url('http://reader-wx.ai160.com/images/reader/bg2.jpg') no-repeat;
  28. background-size: cover;
  29. }
  30. .invite .body .pennant {
  31. position: relative;
  32. width: 189rpx;
  33. height: 259rpx;
  34. }
  35. .invite .body .pennant .icon {
  36. width: 100%;
  37. height: 100%;
  38. }
  39. .invite .body .pennant .num {
  40. position: absolute;
  41. width: 100%;
  42. bottom: 40rpx;
  43. text-align: center;
  44. font-size: 20rpx;
  45. color: #FFFFFF;
  46. }