修改了标题2、标题3和加粗、倾斜的字体细节

This commit is contained in:
chenjiayin 2018-06-01 18:12:29 +08:00
parent be2bc11207
commit ebe1f33b55

14
vue.css
View File

@ -309,13 +309,13 @@ h2 {
} }
h3 { h3 {
font-size: 1.5rem; font-size: 1.4rem;
line-height: 1.43; line-height: 1.43;
margin: 20px 0px 7px 0px; margin: 20px 0px 7px 0px;
} }
h4 { h4 {
font-size: 1.25rem; font-size: 1.2rem;
} }
h5 { h5 {
@ -461,6 +461,16 @@ table tr td:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
#write strong {
padding: 0px 1px 0 1px;
font-size: 1.01rem;
}
#write em {
padding: 0px 5px 0 2px;
font-size: 1.01rem;
}
#write table thead th { #write table thead th {
background-color: #f2f2f2; background-color: #f2f2f2;
} }