pre
{
width: 800px;
margin:0 auto;
font-family: Consolas; /* 字体 */
font-size: 12pt; /*字体大小 */
background: #f4f4ff; /* 背景色 */
color: #232323; /* 文字色 */
white-space: pre-wrap; /* 自动换行 */
line-height: 25px
}
body {background: #f4f4ff; /* 背景色 */}
我用上面代码后,打开百度bing谷歌都可以替换字体背景,可是打开本地的txt文件就是无法替换,请大神赐教啊