Files
ClassContent/历届学生/front-end-team-10/项目练习/学生项目/薛涛/3.8/css/mechanisminfo.css
2024-09-27 02:06:13 +08:00

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;
}