css
这个模块包含一些与样式表和css规则相关的方法。
模块函数
function css() { }
成员列表
类型 | 语法 | 说明 |
---|---|---|
函数 | createStyleSheet() | 使用css文本创建样式表并添加到文档中。 |
函数 | loadStyleSheet() | 从url创建样式表并将其添加到文档中。 |
函数 | deleteSheetRule() | 从指定的样式表中删除一条规则。 |
函数 | deleteRule() | 从缺省样式表中删除一条规则。 |
函数 | removeStyleSheet() | 从文档中删除指定的样式表。 |
函数 | findRules() | 查找样式表规则。 |
函数 | insertRule() | 向默认样式表添加一条规则。 |
函数 | insertSheetRule() | 向指定的样式表添加一条规则。 |