index.module.less 509 B

123456789101112131415161718192021222324252627282930
  1. @img: './images';
  2. .topWrap {
  3. height: 280px;
  4. background: url('@{img}/ranking-bg.png') center center/ cover;
  5. position: relative;
  6. .topTime {
  7. position: absolute;
  8. left: 29px;
  9. bottom: 73px;
  10. font-size: 14px;
  11. font-weight: 500;
  12. color: #ffffff;
  13. line-height: 20px;
  14. letter-spacing: 1px;
  15. }
  16. }
  17. .rankTabs {
  18. position: absolute;
  19. width: 100%;
  20. bottom: -1px;
  21. height: 45px;
  22. line-height: 45px;
  23. :global {
  24. .van-tabs__line {
  25. bottom: 20px;
  26. width: 20px;
  27. }
  28. }
  29. }