径向渐变由它的中心定义。为了创建一个径向渐变,你也必须至少定义两种颜色结点。颜色结点即你想要呈现平稳过渡的颜色。同时,你也可以指定渐变的中心、形状(原型或椭圆形)、大小。默认情况下,渐变的中心是 center(表示在中心点),渐变的形状是 ellipse(表示椭圆形),渐变的大小是 farthest-corner(表示到最远的角落)。
语法background: radial-gradient(center, shape size, start-color, ..., last-color);
(1)、径向渐变 - 颜色结点均匀分布(默认情况下)
- <!DOCTYPE html>
- <html>
- <head>
- <style>
- #grad1 {
- height: 150px;
- width: 200px;
- background: -webkit-radial-gradient(red, green, blue); /* Safari 5.1 - 6.0 */
- background: -o-radial-gradient(red, green, blue); /* Opera 11.6 - 12.0 */
- background: -moz-radial-gradient(red, green, blue); /* Firefox 3.6 - 15 */
- background: radial-gradient(red, green, blue); /* 标准的语法(必须放在最后) */
- }
- </style>
- </head>
- <body>
- <h3>径向渐变 - 颜色结点均匀分布</h3>
- <div id="grad1"></div>
- <p><strong>注意:</strong> Internet Explorer 9 及之前的版本不支持渐变。</p>
- </body>
- </html>
(2)、径向渐变 - 颜色结点不均匀分布
XML/HTML Code复制内容到剪贴板- <!DOCTYPE html>
- <html>
- <head>
- <style>
- #grad1 {
- height: 150px;
- width: 200px;
- background: -webkit-radial-gradient(red 5%, green 15%, blue 60%); /* Safari 5.1 - 6.0 */
- background: -o-radial-gradient(red 5%, green 15%, blue 60%); /* Opera 11.6 - 12.0 */
- background: -moz-radial-gradient(red 5%, green 15%, blue 60%); /* Firefox 3.6 - 15 */
- background: radial-gradient(red 5%, green 15%, blue 60%); /* 标准的语法(必须放在最后) */
- }
- </style>
- </head>
- <body>
- <h3>径向渐变 - 颜色结点不均匀分布</h3>
- <div id="grad1"></div>
- <p><strong>注意:</strong> Internet Explorer 9 及之前的版本不支持渐变。</p>
- </body>
- </html>
(3)、设置形状
shape 参数定义了形状。它可以是值 circle 或 ellipse。其中,circle 表示圆形,ellipse 表示椭圆形。默认值是 ellipse。
- <!DOCTYPE html>
- <html>
- <head>
- <style>
- #grad1 {
- height: 100px;
- width: 200px;
- background: -webkit-radial-gradient(red, yellow, green); /* Safari 5.1 - 6.0 */
- background: -o-radial-gradient(red, yellow, green); /* Opera 11.6 - 12.0 */
- background: -moz-radial-gradient(red, yellow, green); /* Firefox 3.6 - 15 */
- background: radial-gradient(red, yellow, green); /* 标准的语法(必须放在最后) */
- }
- #grad2 {
- height: 100px;
- width: 200px;
- background: -webkit-radial-gradient(circle, red, yellow, green); /* Safari 5.1 - 6.0 */
- background: -o-radial-gradient(circle, red, yellow, green); /* Opera 11.6 - 12.0 */
- background: -moz-radial-gradient(circle, red, yellow, green); /* Firefox 3.6 - 15 */
- background: radial-gradient(circle, red, yellow, green); /* 标准的语法(必须放在最后) */
- }
- </style>
- </head>
- <body>
- <h3>径向渐变 - 形状</h3>
- <p><strong>椭圆形 Ellipse(默认):</strong></p>
- <div id="grad1"></div>
- <p><strong>圆形 Circle:</strong></p>
- <div id="grad2"></div>
- <p><strong>注意:</strong> Internet Explorer 9 及之前的版本不支持渐变。</p>
- </body>
- </html>
(4)、不同尺寸大小关键字的使用
size 参数定义了渐变的大小。它可以是以下四个值:closest-side、farthest-side、closest-corner、farthest-corner
(5)、重复的径向渐变
repeating-radial-gradient() 函数用于重复径向渐变
- <!DOCTYPE html>
- <html>
- <head>
- <style>
- #grad1 {
- height: 150px;
- width: 200px;
- background: -webkit-repeating-radial-gradient(red, yellow 10%, green 15%); /* Safari 5.1 - 6.0 */
- background: -o-repeating-radial-gradient(red, yellow 10%, green 15%); /* Opera 11.6 - 12.0 */
- background: -moz-repeating-radial-gradient(red, yellow 10%, green 15%); /* Firefox 3.6 - 15 */
- background: repeating-radial-gradient(red, yellow 10%, green 15%); /* 标准的语法(必须放在最后) */
- }
- </style>
- </head>
- <body>
- <h3>重复的径向渐变</h3>
- <div id="grad1"></div>
- <p><strong>注意:</strong> Internet Explorer 9 及之前的版本不支持渐变。</p>
- </body>
- </html>
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持
P70系列延期,华为新旗舰将在下月发布
3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。
而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?
根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。
更新动态
- 小骆驼-《草原狼2(蓝光CD)》[原抓WAV+CUE]
- 群星《欢迎来到我身边 电影原声专辑》[320K/MP3][105.02MB]
- 群星《欢迎来到我身边 电影原声专辑》[FLAC/分轨][480.9MB]
- 雷婷《梦里蓝天HQⅡ》 2023头版限量编号低速原抓[WAV+CUE][463M]
- 群星《2024好听新歌42》AI调整音效【WAV分轨】
- 王思雨-《思念陪着鸿雁飞》WAV
- 王思雨《喜马拉雅HQ》头版限量编号[WAV+CUE]
- 李健《无时无刻》[WAV+CUE][590M]
- 陈奕迅《酝酿》[WAV分轨][502M]
- 卓依婷《化蝶》2CD[WAV+CUE][1.1G]
- 群星《吉他王(黑胶CD)》[WAV+CUE]
- 齐秦《穿乐(穿越)》[WAV+CUE]
- 发烧珍品《数位CD音响测试-动向效果(九)》【WAV+CUE】
- 邝美云《邝美云精装歌集》[DSF][1.6G]
- 吕方《爱一回伤一回》[WAV+CUE][454M]