first commit
This commit is contained in:
24
h5/css/model_info.css
Normal file
24
h5/css/model_info.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user