ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
| 函数 | 描述 | CSS 版本 | | --- | --- | --- | | [attr()](https://www.runoob.com/cssref/func-attr.html) | 返回选择元素的属性值。 | 2 | | [calc()](https://www.runoob.com/cssref/func-calc.html) | 允许计算 CSS 的属性值,比如动态计算长度值。 | 3 | | [cubic-bezier()](https://www.runoob.com/cssref/func-cubic-bezier.html) | 定义了一个贝塞尔曲线(Cubic Bezier)。 | 3 | | [conic-gradient()](https://www.runoob.com/cssref/func-conic-gradient.html) | 定义了一个圆锥渐变。 | 3 | | [counter()](https://www.runoob.com/cssref/func-counter.html) | 设置计数器。 | 3 | | [hsl()](https://www.runoob.com/cssref/func-hsl.html) | 使用色相、饱和度、亮度来定义颜色。 | 3 | | [hsla()](https://www.runoob.com/cssref/func-hsla.html) | 使用色相、饱和度、亮度、透明度来定义颜色。 | 3 | | [linear-gradient()](https://www.runoob.com/cssref/func-linear-gradient.html) | 创建一个线性渐变的图像 | 3 | | [max()](https://www.runoob.com/cssref/func-max.html) | 从一个逗号分隔的表达式列表中选择最大的值作为属性的值。 | 3 | | [min()](https://www.runoob.com/cssref/func-min.html) | 从一个逗号分隔的表达式列表中选择最小的值作为属性的值。 | 3 | | [radial-gradient()](https://www.runoob.com/cssref/func-radial-gradient.html) | 用径向渐变创建图像。 | 3 | | [repeating-linear-gradient()](https://www.runoob.com/cssref/func-repeating-linear-gradient.html) | 用重复的线性渐变创建图像。 | 3 | | [repeating-radial-gradient()](https://www.runoob.com/cssref/func-repeating-radial-gradient.html) | 类似 radial-gradient(),用重复的径向渐变创建图像。 | 3 | | [repeating-conic-gradient()](https://www.runoob.com/cssref/func-repeating-conic-gradient.html) | 重复的圆锥渐变。 | 3 | | [rgb()](https://www.runoob.com/cssref/func-rgb-css.html) | 使用红(R)、绿(G)、蓝(B)三个颜色的叠加来生成各式各样的颜色。 | 2 | | [rgba()](https://www.runoob.com/cssref/func-rgba.html) | 使用红(R)、绿(G)、蓝(B)、透明度(A)的叠加来生成各式各样的颜色。 | 3 | | [var()](https://www.runoob.com/cssref/func-var.html) | 用于插入自定义的属性值。 | 3 |