CSS /* 代码过长自动换行,避免出现横向滚动条 */ pre code { word-wrap: break-word; white-space: pre-wrap; } /* 页面灰色效果 */ html{ filter: grayscale(100%) !important; } * { filter: gray !important; }