样式帮助类 更多...
静态 Public 成员函数 | |
static string | GetSingleStyleFormCSS (string css, string styleName) |
提取样式字符串 更多... | |
static string | GetBackgroundStyle (string selector, string imageUrl) |
获取背景图片样式 更多... | |
static string | GetNoRepeatBackgroundStyle (string selector, string imageUrl) |
获取背景图片样式(no-repeat) 更多... | |
样式帮助类
|
static |
获取背景图片样式
selector | 选择符 |
imageUrl | 图片地址 |
|
static |
获取背景图片样式(no-repeat)
selector | 选择符 |
imageUrl | 图片地址 |
|
static |
提取样式字符串
css | CSS字符串 |
styleName | 样式名称 |