first commit
This commit is contained in:
23
h5/css/mechanism.css
Normal file
23
h5/css/mechanism.css
Normal file
@@ -0,0 +1,23 @@
|
||||
.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 p {
|
||||
font-size: 0.32rem;
|
||||
margin-bottom: 0.06rem;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.mechanism_list span {
|
||||
font-size: 0.24rem;
|
||||
color: #fb7299;
|
||||
}
|
||||
Reference in New Issue
Block a user