index.less 1.1 KB

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