提交 2fe952d1 编写于 作者: Z Zachary

fix top list page css bug

上级 6cbf51de
......@@ -518,10 +518,6 @@
display: none;
}
.songlist__header_name,
.songlist__songname {
width: 72%;
}
.songlist__header_name,
.songlist__songname {
float: left;
width: 47.685185%;
......@@ -577,16 +573,6 @@
white-space: nowrap;
font-size: 14px;
}
.songlist__rank {
position: absolute;
top: 0;
left: 48px;
width: 72px;
font-size: 12px;
line-height: 20px;
text-align: center;
color: #999;
}
.icon_rank_popular {
width: 15px;
height: 15px;
......
......@@ -185,7 +185,7 @@
<mod-list-menu :song="song" />
</div>
<div class="songlist__artist" title="陆海涛">
<div class="songlist__artist" :title="song.name">
<a title="song.artistsText" class="singer_name">{{
song.artistsText
}}</a>
......@@ -380,4 +380,32 @@ th {
.songlist__number--top {
color: #ff4222;
}
.songlist__header,
.songlist__item {
padding-left: 122px;
padding-right: 95px;
}
.songlist__header_name,
.songlist__songname {
width: 72%;
}
.songlist__album,
.songlist__artist,
.songlist__header_album,
.songlist__header_author {
float: left;
padding-left: 15px;
width: 25.5%;
box-sizing: border-box;
}
.songlist__rank {
position: absolute;
top: 0;
left: 48px;
width: 72px;
font-size: 12px;
line-height: 20px;
text-align: center;
color: #999;
}
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册