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