mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
1 line
1.9 KiB
CSS
1 line
1.9 KiB
CSS
.frame-playback{display:none!important;position:relative;height:100%;align-items:center;padding:0 2px;margin-left:2px;cursor:pointer}.frame-playback span{height:100%}.player-fullscreen-fix .squirtle-controller-wrap .frame-playback span,.player-mode-webfullscreen .squirtle-controller-wrap .frame-playback span{height:auto;align-self:center}.bilibili-player-video-control-bottom .frame-playback,.squirtle-controller-wrap .frame-playback{display:flex!important}.frame-playback .player-tooltips.active{transition-duration:.15s;transition-delay:.15s;position:absolute;top:0;left:50%;transform:translateX(-50%) translateY(calc(-100% - 4px));opacity:0;pointer-events:none;visibility:visible;white-space:nowrap}.frame-playback:hover .player-tooltips{opacity:1;transform:translateX(-50%) translateY(calc(-100% - 19px))}.frame-playback.touch:hover .player-tooltips{transform:translateX(-50%) translateY(calc(-100% - 12px))}.frame-playback.touch{padding:0 4px;margin-left:4px}.frame-playback.touch span{display:flex;align-items:center}.frame-playback i{color:#fff;display:block;line-height:1;transition:.4s cubic-bezier(.18,.89,.32,1.28);opacity:.9}.frame-playback:not(.touch) i{margin-top:-2px}.player-fullscreen-fix .frame-playback,.player-mode-webfullscreen .frame-playback{margin-left:4px;padding:0 4px}.player-fullscreen-fix .frame-playback span,.player-mode-webfullscreen .frame-playback span{transform:scale(1.2)}.player-fullscreen-fix .frame-playback:not(.touch) i,.player-mode-webfullscreen .frame-playback:not(.touch) i{margin-top:1px;line-height:inherit}.player-fullscreen-fix .frame-playback.touch,.player-mode-webfullscreen .frame-playback.touch{margin-left:6px}.frame-playback.next-frame i,.frame-playback.prev-frame i{transform:scale(1.3)}.frame-playback.next-frame:hover i,.frame-playback.prev-frame:hover i{transform:scale(1.4);opacity:1}.frame-playback.next-frame:active i,.frame-playback.prev-frame:active i{transform:scale(1.25);opacity:1} |