创建一个css文件
操作方式一:
new--file--***.css
写入内容:
.DataGrid{fontSize:12 ;}
result:
报警告
Design Mode cannot load Cairngorm.swc (Reason: ERROR: Load Verify).
It may require classes (such as Adobe AIR components) that are not supported by Design Mode.
Check the Eclipse error log for more details.
操作方式二:
new -- css file
everything goes well
不知是不是文件格式的问题,比如新建一个txt文件的时候修改后缀到doc不会有事。从doc修改到txt就乱码一大堆了。