no message
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user