云计算期末作业
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

34 lines
604 B

@import "var.scss";
@import "global.scss";
.song-list {
margin: 30px 150px;
margin-top: $header-height + 20px;
padding-bottom: 50px;
min-width: 800px;
background-color: $color-white;
}
.song-list-header {
width: 100%;
padding: 0 40px;
li {
display: inline-block;
line-height: 40px;
margin: 40px 20px 15px 20px;
font-size: 20px;
font-weight: 400;
color: $color-grey;
border-bottom: none;
cursor: pointer;
}
li.active {
color: $color-black;
font-weight: 600;
border-bottom: 4px solid $color-black;
}
}
.pagination {
@include layout;
}