index.wxss 1001 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. z-index: 2;
  15. }
  16. .invite .strategy {
  17. position: fixed;
  18. top: 290rpx;
  19. right: 10rpx;
  20. width: 120rpx;
  21. height: 100rpx;
  22. z-index: 2;
  23. }
  24. .invite .body {
  25. position: relative;
  26. width: 100%;
  27. height: 10000rpx;
  28. margin-top: 700rpx;
  29. background: url('http://reader-wx.ai160.com/images/reader/bg2.jpg') no-repeat;
  30. background-size: cover;
  31. }
  32. .invite .body .pennant {
  33. position: absolute;
  34. width: 189rpx;
  35. height: 259rpx;
  36. }
  37. .invite .body .pennant .icon {
  38. width: 100%;
  39. height: 100%;
  40. }
  41. .invite .body .pennant .num {
  42. position: absolute;
  43. width: 100%;
  44. bottom: 40rpx;
  45. text-align: center;
  46. font-size: 26rpx;
  47. color: #FFFFFF;
  48. }
  49. .invite .body .treasure {
  50. position: absolute;
  51. width: 250rpx;
  52. height: 262rpx;
  53. }