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