25 lines
443 B
CSS
25 lines
443 B
CSS
.top {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
font-size: 0;
|
|
padding: 0.3rem;
|
|
}
|
|
.top img {
|
|
width: 1.4rem;
|
|
height: 1.4rem;
|
|
margin-right: 0.2rem;
|
|
border-radius: 100%;
|
|
}
|
|
.top .model_introduce {
|
|
flex: 1;
|
|
}
|
|
.top .model_introduce p {
|
|
font-weight: 500;
|
|
font-size: 0.32rem;
|
|
margin-bottom: 0.12rem;
|
|
}
|
|
.top .model_introduce span {
|
|
font-size: 0.24rem;
|
|
color: #909090;
|
|
} |