/* 代码示例：当浏览器宽度小于540px时，隐藏页脚导航，不需要可删除。*/ @media only screen and (max-width: 540px) { #footer .links { display: none; } }#header .connect { +width: 140px }.commentlist .bypostauthor > div > div > .fn:after { content: "作者"; } @media only screen and (max-width: 540px) { .entry-summary { display:block; } } .widget-title { padding-bottom: .5em; } .widget-title span { text-indent: 0; width: auto; background: none; display: block; height: auto; } body { overflow-x: hidden; } .snowflake { position: absolute; color: #fff; line-height: 1; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }