index.less 1.3 KB

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