1. 礼金记录
This commit is contained in:
@@ -2759,19 +2759,22 @@ watch(
|
||||
will-change: transform;
|
||||
}
|
||||
.scroll-progress-xi {
|
||||
/* width:100% 使 transform 的 % 相对进度条宽度,而非字本身 */
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: -1px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
font-size: 11px;
|
||||
line-height: 1;
|
||||
color: #c62828;
|
||||
text-shadow:
|
||||
0 0 6px rgba(253, 251, 247, 0.95),
|
||||
0 1px 0 rgba(255, 255, 255, 0.8);
|
||||
transform: translate3d(calc(var(--scroll-p, 0) * (100% - 1.1em) + 0.55em - 50%), 0, 0);
|
||||
transform: translate3d(calc(var(--scroll-p, 0) * (100% - 1.1em)), 0, 0);
|
||||
will-change: transform;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
.player-panel {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user