在sublime里要怎么插入gif图片呢,怎么样都不行,加了边框也看不见边框
<style>
.loading{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:100;background: #fff; }
.loading.pic{width:64px;height:64px;border:1px solid red;
position:absolute;top:0;bottom:0;left:0; right:0; margin:auto;background: ulr(F:/code/新建文件夹/loading.gif)}
</style>
.loading .pic中间有空格,你这css得重修啊
url(),不是ulr