模板:Mechanism/styles.css:修订间差异
来自RIA | Wiki
更多操作
LettuceIce(留言 | 贡献) 无编辑摘要 |
LettuceIce(留言 | 贡献) 无编辑摘要 |
||
| 第6行: | 第6行: | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
position:relative; | |||
} | } | ||
| 第12行: | 第13行: | ||
display: inline-block; | display: inline-block; | ||
width: 4px; | width: 4px; | ||
height: | height: 100%; | ||
background-color: #bb3e3d; | background-color: #bb3e3d; | ||
margin-right: 5px; | margin-right: 5px; | ||
position: absolute; | |||
} | } | ||
2023年12月7日 (四) 23:58的版本
h2 {
color:black;
border: none;
font-size:20px;
margin-left:16px;
margin-bottom: 10px;
font-family: sans-serif;
position:relative;
}
h2::before {
content: "";
display: inline-block;
width: 4px;
height: 100%;
background-color: #bb3e3d;
margin-right: 5px;
position: absolute;
}
h3 {
color:black;
border: none;
font-size:16px;
margin-left:10px;
margin-bottom: 10px;
font-family: sans-serif;
}