css微调

This commit is contained in:
结发受长生 2019-05-13 19:33:26 +08:00
parent 12daa8ec41
commit 15a4cf4524
3 changed files with 6 additions and 18 deletions

View File

@ -3,6 +3,7 @@
"waifu": ["是…是不小心碰到了吧", "萝莉控是什么呀", "你看到我的小熊了吗", "再摸的话我可要报警了!⌇●﹏●⌇", "110吗这里有个变态一直在摸我(ó﹏ò。)"], "waifu": ["是…是不小心碰到了吧", "萝莉控是什么呀", "你看到我的小熊了吗", "再摸的话我可要报警了!⌇●﹏●⌇", "110吗这里有个变态一直在摸我(ó﹏ò。)"],
"home": "点击前往首页,想回到上一页可以使用浏览器的后退功能哦", "home": "点击前往首页,想回到上一页可以使用浏览器的后退功能哦",
"innerArchive": "所有文章都在这里,支持搜索喔", "innerArchive": "所有文章都在这里,支持搜索喔",
"friends": "想认识一下我的朋友们吗",
"aboutme": "想听听关于主人的故事吗", "aboutme": "想听听关于主人的故事吗",
"github": "发现主人出没地点!", "github": "发现主人出没地点!",
"weibo": "发现主人出没地点!", "weibo": "发现主人出没地点!",

View File

@ -21,22 +21,16 @@
font-size: 23px; font-size: 23px;
font-size: 1.4375rem; font-size: 1.4375rem;
line-height: 1.2173913043; line-height: 1.2173913043;
margin-top: 2.4347826087em;
margin-bottom: 1.2173913043em;
} }
h3 { h3 {
font-size: 19px; font-size: 19px;
font-size: 1.1875rem; font-size: 1.1875rem;
line-height: 1.1052631579; line-height: 1.1052631579;
margin-top: 2.9473684211em;
margin-bottom: 1.4736842105em;
} }
h4,h5,h6{ h4,h5,h6{
font-size: 16px; font-size: 16px;
font-size: 1rem; font-size: 1rem;
line-height: 1.3125; line-height: 1.3125;
margin-top: 3.5em;
margin-bottom: 1.75em;
} }
h6 { h6 {
font-style: italic; font-style: italic;
@ -66,7 +60,7 @@
} }
} }
p{ p{
margin-top: 10px; margin-top: 1em;
} }
p code,li code{ p code,li code{
padding: 3px 4px; padding: 3px 4px;
@ -113,8 +107,7 @@
} }
} }
ul,ol{ ul,ol{
font-size: 14px; margin-top: 1em;
margin: 10px 0px;
} }
li{ li{
ul,ol{ ul,ol{
@ -128,18 +121,12 @@
h1{ h1{
margin-top: 30px; margin-top: 30px;
} }
h2{ h2,h3,h4,h5,h6{
margin-top: 20px;
font-weight: bold;
color: #574C4C;
padding-bottom: 5px;
border-bottom: 1px solid #ddd;
}
h3,h4,h5,h6{
margin-top: 20px; margin-top: 20px;
font-weight: bold; font-weight: bold;
color: #574C4C; color: #574C4C;
padding-bottom: 5px; padding-bottom: 5px;
padding-left: 20px;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
} }
video{ video{

View File

@ -3,7 +3,7 @@
margin: 10px 0; margin: 10px 0;
overflow: auto; overflow: auto;
color: #fff; color: #fff;
font-size: 0.9em; font-size: 0.95em;
line-height: 22.4px; line-height: 22.4px;
} }
.article-entry .highlight .gutter pre, .article-entry .highlight .gutter pre,