no message

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-09-11 17:53:19 +08:00
parent 0b9358453f
commit f8a3096a72
5 changed files with 54 additions and 15 deletions

View File

@@ -180,6 +180,7 @@
width: 800px;
height: 448px;
overflow: hidden;
cursor: pointer;
}
.content .introduce .box .album .album-box .item {
width: 800px;
@@ -928,10 +929,15 @@
height: 24px;
cursor: pointer;
}
.content .bottom-play .bottom-box .middle .time-display {
color: #fff;
font-size: 12px;
line-height: 10px;
}
.content .bottom-play .bottom-box .middle .progress-bar {
height: 10px;
width: 500px;
margin: 0 auto;
margin: 0 10px;
}
.content .bottom-play .bottom-box .middle .progress-bar .bar {
height: 4px;

View File

@@ -200,6 +200,7 @@
width: 800px;
height: 448px;
overflow: hidden;
cursor: pointer;
.item {
width: 800px;
@@ -1081,10 +1082,16 @@
}
}
.time-display {
color: #fff;
font-size: 12px;
line-height: 10px;
}
.progress-bar {
height: 10px;
width: 500px;
margin: 0 auto;
margin: 0 10px;
.bar {
height: 4px;
background-color: rgba(255, 255, 255, 1);