| 123456789101112131415161718192021222324252627282930 |
- @img: './images';
- .topWrap {
- height: 280px;
- background: url('@{img}/ranking-bg.png') center center/ cover;
- position: relative;
- .topTime {
- position: absolute;
- left: 29px;
- bottom: 73px;
- font-size: 14px;
- font-weight: 500;
- color: #ffffff;
- line-height: 20px;
- letter-spacing: 1px;
- }
- }
- .rankTabs {
- position: absolute;
- width: 100%;
- bottom: -1px;
- height: 45px;
- line-height: 45px;
- :global {
- .van-tabs__line {
- bottom: 20px;
- width: 20px;
- }
- }
- }
|