34 lines
570 B
Plaintext
34 lines
570 B
Plaintext
/* packageD/directSeeding/liveFanList/liveFanList.wxss */
|
|
|
|
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.listData .item {
|
|
height: 3.438rem;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 0.938rem;
|
|
border-bottom: 0.031rem solid #f2f2f2;
|
|
}
|
|
|
|
.listData .item .face {
|
|
width: 1.563rem;
|
|
height: 1.563rem;
|
|
border-radius: 50%;
|
|
background-color: #f8f8fa;
|
|
}
|
|
|
|
.listData .item .face image {
|
|
width: 1.563rem;
|
|
height: 1.563rem;
|
|
border-radius: 50%;
|
|
background-color: #f8f8fa;
|
|
}
|
|
|
|
.listData .item .desc {
|
|
font-size: 0.875rem;
|
|
color: #333;
|
|
padding-left: 0.469rem;
|
|
}
|