换行符为“\A”或者“\a”都可以。
不要缺少white-space: pre
:before {
content: "本站不支持IE内核浏览器。\A请使用其他浏览器访问本站。";
white-space: pre;
}
换行符为“\A”或者“\a”都可以。
不要缺少white-space: pre
:before {
content: "本站不支持IE内核浏览器。\A请使用其他浏览器访问本站。";
white-space: pre;
}