1. 礼金记录

This commit is contained in:
李琦
2026-08-03 14:47:41 +08:00
parent ed13abfe27
commit e1997bafa8
2 changed files with 14 additions and 2 deletions

View File

@@ -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;