查找内容:
指定编码:
GB2312
UTF-8
BIG5
EUC-KR
EUC-JP
SHIFT-JIS
WINDOWS-874
ISO-8859-1
// ========================================================================== // Full-width bars // ========================================================================== @mixin full-width-bars() { // Still testing this one position: relative; z-index: 1; &:before { position: absolute; content: ""; display: block; top: 0; left: -5000px; height: 100%; width: 15000px; z-index: -1; @content; } }
文件修改时间
以二进制形式保存文件(建议使用)