mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-05 20:02:49 +08:00
39 lines
720 B
SCSS
39 lines
720 B
SCSS
.ul-music-list {
|
|
|
|
.ul-music-list-item {
|
|
|
|
display : flex;
|
|
align-items : center;
|
|
justify-content: left;
|
|
|
|
padding: 10px;
|
|
|
|
&__image {
|
|
width : 50px;
|
|
height : 50px;
|
|
border-radius: 5px
|
|
}
|
|
|
|
&__number {
|
|
font-size : 16px;
|
|
font-weight: bolder;
|
|
margin : 12px;
|
|
}
|
|
|
|
&__title {
|
|
color : #303133;
|
|
font-size: 16px;
|
|
}
|
|
|
|
&__dot {
|
|
color : #303133;
|
|
font-size: 16px;
|
|
margin : 8px
|
|
}
|
|
|
|
&__author {
|
|
color : #999;
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
} |