mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
feat: virtual scrollbar
This commit is contained in:
parent
226a2145c4
commit
7c79afd0d1
13 changed files with 341 additions and 133 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="mv">
|
||||
<div class="mv-page">
|
||||
<div class="current-video">
|
||||
<div class="video">
|
||||
<video ref="videoPlayer" class="plyr"></video>
|
||||
|
|
@ -136,8 +136,9 @@ export default {
|
|||
--plyr-control-radius: 8px;
|
||||
}
|
||||
|
||||
.mv {
|
||||
.mv-page {
|
||||
width: 100%;
|
||||
margin-top: 32px;
|
||||
}
|
||||
.current-video {
|
||||
width: 100%;
|
||||
|
|
@ -176,6 +177,7 @@ export default {
|
|||
font-weight: 600;
|
||||
color: var(--color-text);
|
||||
opacity: 0.88;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue