模板:Mechanism/styles.css
来自RIA | Wiki
更多操作
h2 {
color:black;
border: none;
font-size:20px;
font-family: sans-serif;
}
h2::before {
content:"";
display:inline-block;
width: 4px;
height: 24px;
background-color: #bb3e3d;
margin-left:16px;
}
h3 {
color:black;
border: none;
font-size:16px;
margin-right:10px;
margin-bottom: 10px;
font-family: sans-serif;
}