|
我想针对IOS版的样式做一些特殊处理,想用一些css hacker。但是编译的时候报错。
与.w文件同名的css文件内容如下:
.testxxx {color:#0000FF;}
[if SafMob] .testxxx { color:red; }
编译的时候提示如下:
2017-01-05 13:55:23 开始-WINDOW生成中间文件: /UI2/mainActivity.w
2017-01-05 13:55:23 Error in attribute selector. (Invalid token "SafMob". Was expecting one of: <S>, "~=", "|=", "^=", "$=", "*=", "=", "]".)
2017-01-05 13:55:23 Ignoring the whole rule. |
|