40 lines
660 B
CSS
40 lines
660 B
CSS
.detailed{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.photo{
|
|
width: 40%;
|
|
margin: 0 5%;
|
|
}
|
|
.introduce{
|
|
font-size: .5rem;
|
|
|
|
}
|
|
img{
|
|
width: 100%;
|
|
}
|
|
.mo{
|
|
font-size: 0.34rem;
|
|
font-weight: 400;
|
|
margin-top: 0.2rem;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ww,.mec{
|
|
font-size: 0.28rem;
|
|
color: #bdb7b7;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ee span{
|
|
font-size: 0.24rem;
|
|
flex-shrink: 0;
|
|
padding: 0.08rem 0.18rem;
|
|
background: var(--themeColor);
|
|
margin-right: 0.1rem;
|
|
color: #fff;
|
|
border-radius: 0.2rem;
|
|
margin-bottom: 0.1rem;
|
|
} |