78 lines
1.1 KiB
Plaintext
78 lines
1.1 KiB
Plaintext
/* packageH/starMusic/starMusicListGroup/starMusicListGroup.wxss */
|
|
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
view,
|
|
text {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.h2 {
|
|
text-align: center;
|
|
padding: 1rem 0;
|
|
font-size: 0.75rem;
|
|
color: #666;
|
|
}
|
|
|
|
.listData {
|
|
padding: 0 0.906rem;
|
|
}
|
|
|
|
.listData .item {
|
|
margin-bottom: 1.563rem;
|
|
display: flex;
|
|
text-align: left;
|
|
}
|
|
|
|
.listData .item .face {
|
|
width: 2.5rem;
|
|
height: 2.5rem;
|
|
background-color: #999;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.listData .item .face image {
|
|
width: 2.5rem;
|
|
height: 2.5rem;
|
|
background-color: #999;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.listData .item .desc {
|
|
padding-left: 0.594rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.listData .item .desc .c1 {
|
|
font-size: 0.938rem;
|
|
}
|
|
|
|
.listData .item .desc .c2 {
|
|
font-size: 0.688rem;
|
|
}
|
|
|
|
.listData .item .desc .text {
|
|
color: #f15353;
|
|
}
|
|
|
|
.listData .item .btns {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.listData .item .btns .btn {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #fff;
|
|
width: 4.375rem;
|
|
height: 1.688rem;
|
|
background-color: #f14e4e;
|
|
border-radius: 0.125rem;
|
|
}
|