Files
ClassContent/历届学生/吴欣阳/项目开发/练习项目/课程练习/7.13/front/css/mechanism.css
2024-09-27 02:06:13 +08:00

31 lines
580 B
CSS

.content_theme1{
padding-top: 0.9rem;
padding-bottom: 1rem;
}
.mechanism_list{
display: flex;
flex-wrap: wrap;
margin-top: 0.3rem;
padding: 0 0.3rem;
}
.mechanism_list li {
width: 25%;
text-align: center;
font-size: 0;
margin-bottom: 0.7rem;
}
.mechanism_list li a {
text-decoration: none;
color: #000;
}
.mechanism_list li a p {
font-size: 0.32rem;
margin-bottom: 0.06rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.mechanism_list li a span{
font-size: 0.24rem;
color: #fb7299;
}