|
|
@ -14,13 +14,15 @@
|
|
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-grow: 1;
|
|
|
|
height: 3px;
|
|
|
|
height: 2px;
|
|
|
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ProgressBarRange {
|
|
|
|
.ProgressBarRange {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
background-color: #181818;
|
|
|
|
background-color: #181818;
|
|
|
|
height: 3px;
|
|
|
|
height: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ProgressBarThumb {
|
|
|
|
.ProgressBarThumb {
|
|
|
@ -42,6 +44,7 @@
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.VolumeBarRoot[data-orientation='vertical'] {
|
|
|
|
.VolumeBarRoot[data-orientation='vertical'] {
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
height: 102px;
|
|
|
|
height: 102px;
|
|
|
@ -56,6 +59,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
.VolumeBarTrack[data-orientation='vertical'] {
|
|
|
|
.VolumeBarTrack[data-orientation='vertical'] {
|
|
|
|
width: 2px;
|
|
|
|
width: 2px;
|
|
|
|
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* 激活区域 */
|
|
|
|
/* 激活区域 */
|
|
|
@ -65,6 +69,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.VolumeBarRange[data-orientation='vertical'] {
|
|
|
|
.VolumeBarRange[data-orientation='vertical'] {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* 滑块 */
|
|
|
|
/* 滑块 */
|
|
|
@ -85,6 +90,11 @@
|
|
|
|
background-color: rgba(0, 0, 0, 0.95);
|
|
|
|
background-color: rgba(0, 0, 0, 0.95);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.VolumeBarContainer {
|
|
|
|
|
|
|
|
box-shadow: 0px 6px 34px rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
|
|
/* overflow: hidden; */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.VolumeBarContainer::before {
|
|
|
|
.VolumeBarContainer::before {
|
|
|
|
content: '';
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
@ -97,6 +107,7 @@
|
|
|
|
box-shadow: 0 0 0 0.7px #e1e1e1; /* 使用阴影模拟边框 */
|
|
|
|
box-shadow: 0 0 0 0.7px #e1e1e1; /* 使用阴影模拟边框 */
|
|
|
|
transform: scale(0.5);
|
|
|
|
transform: scale(0.5);
|
|
|
|
pointer-events: none; /** 防止 userCard 点击事件失效 */
|
|
|
|
pointer-events: none; /** 防止 userCard 点击事件失效 */
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.SongList::-webkit-scrollbar {
|
|
|
|
.SongList::-webkit-scrollbar {
|
|
|
|