|
|
@ -270,7 +270,7 @@ watch(scrollLefts, _scrollLefts => { |
|
|
font-weight: 900; |
|
|
font-weight: 900; |
|
|
font-size: 48px; |
|
|
font-size: 48px; |
|
|
line-height: 56px; |
|
|
line-height: 56px; |
|
|
color: #000000; |
|
|
|
|
|
|
|
|
color: var(--billboard-titleColor); |
|
|
} |
|
|
} |
|
|
.r3 { |
|
|
.r3 { |
|
|
width: 184px; |
|
|
width: 184px; |
|
|
@ -315,12 +315,12 @@ watch(scrollLefts, _scrollLefts => { |
|
|
font-weight: 900; |
|
|
font-weight: 900; |
|
|
font-size: 28px; |
|
|
font-size: 28px; |
|
|
line-height: 33px; |
|
|
line-height: 33px; |
|
|
color: rgba(0, 0, 0, 0.8); |
|
|
|
|
|
|
|
|
color: var(--billboard-titleColor); |
|
|
.meta { |
|
|
.meta { |
|
|
font-weight: 500; |
|
|
font-weight: 500; |
|
|
font-size: 20px; |
|
|
font-size: 20px; |
|
|
line-height: 23px; |
|
|
line-height: 23px; |
|
|
color: rgba(0, 0, 0, 0.6); |
|
|
|
|
|
|
|
|
color: var(--billboard-metaColor); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.shop { |
|
|
.shop { |
|
|
|