文件名称:前端工具 - CSS格式化工具
文件大小:85KB
文件格式:ZIP
更新时间:2016-02-14 05:05:59
CSS格式化
CSS格式化工具,提供压缩,单行格式化,多行格式化。 压缩效果:body{background:url('http://cssjidi.com/logo.png');width:100px;height:50px;}p{font-size:14px;width:1000px;height:auto;} 单行格式化效果:body{background:url('http://cssjidi.com/logo.png');width:100px;height:50px;} p{font-size:14px;width:1000px;height:auto;} 多行格式化效果: body { background:url('http://cssjidi.com/logo.png'); width:100px; height:50px; } p { font-size:14px; width:1000px; height:auto; }
【文件预览】:
images
js
----htmlformat.js(15KB)
----base.js(40KB)
----jquery.js(92KB)
----jsformat.js(18KB)
----jquery.full.js(100KB)
说明.txt
cssformat.html
css
----tool.css(2KB)
----main.css(7KB)
----common.css(4KB)