模板:Mechanism/style.css:修订间差异
来自RIA | Wiki
更多操作
LettuceIce(留言 | 贡献) 创建页面,内容为“.first_box { margin-top:16px; } .following_box { margin-top:32px; } .box_before { position: relative; } .box_before_line { width: 4px; height:100%; background-color: #bb3e3d; position: absolute; } .box_header { font-size:20px; margin-left:16px; margin-bottom: 10px; } .box_content { font-size:16px; }” |
LettuceIce(留言 | 贡献) 无编辑摘要 |
||
| (未显示同一用户的15个中间版本) | |||
| 第4行: | 第4行: | ||
.following_box { | .following_box { | ||
margin-top: | margin-top:0px; | ||
} | } | ||
| 第19行: | 第19行: | ||
.box_header { | .box_header { | ||
color:black; | |||
} | |||
.box_header h2 { | |||
color:black; | |||
border: none; | |||
font-size:20px; | font-size:20px; | ||
margin-left:16px; | margin-left:16px; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
font-family: sans-serif; | |||
} | } | ||
.box_content { | .box_content { | ||
font-size:16px; | font-size:16px; | ||
margin-left:8px; | |||
line-height:28px; | |||
} | } | ||
2023年12月7日 (四) 16:52的最新版本
.first_box {
margin-top:16px;
}
.following_box {
margin-top:0px;
}
.box_before {
position: relative;
}
.box_before_line {
width: 4px;
height:100%;
background-color: #bb3e3d;
position: absolute;
}
.box_header {
color:black;
}
.box_header h2 {
color:black;
border: none;
font-size:20px;
margin-left:16px;
margin-bottom: 10px;
font-family: sans-serif;
}
.box_content {
font-size:16px;
margin-left:8px;
line-height:28px;
}