linear-gradient\r\n\r\n语法\r\n:linear-gradient([ ,]? [, ]+);:[ left | right ]? [ top | bottom ]? || ?: [ | ]?\r\n\r\n说明\r\n可取如下值\tleft:设置左边为渐变起点的横坐标值。\tright:设置右边为渐变起点的横坐标值。\ttop:设置顶部为渐变起点的纵坐标值。\tbottom:设置底部为渐变起点的纵坐
:linear-gradient([
,]? <color-stop>[, <color-stop>]+);
:[ left | right ]? [ top | bottom ]? || <angle>? <color-stop>:<color> [ <length> |
]?
可取如下值 left:设置左边为渐变起点的横坐标值。 right:设置右边为渐变起点的横坐标值。 top:设置顶部为渐变起点的纵坐标值。 bottom:设置底部为渐变起点的纵坐标值。 <angle>: 用角度值指定渐变的方向(或角度)。 <color-stop>: 指定渐变的起止颜色。
<button class="btn btn-success top-bottom" style="">从上到下渐变</button>
.top-bottom{ background:-moz-linear-gradient(top, #e97e00, #f80200); background:-webkit-linear-gradient:(top, #e97e00, #f80200); background:linear-gradient:(top, #e97e00, #f80200); float:left; }
<button class="btn btn-success left-right" style="">从左到右渐变</button>
.left-right{ background:-moz-linear-gradient(left, #e97e00, #f80200); background:-webkit-linear-gradient:(left, #e97e00, #f80200); background:linear-gradient:(left, #e97e00, #f80200); }
<button class="btn btn-success topleft" style="">从左上角至右下角</button>
.topleft{ background:-moz-linear-gradient(45deg, #e97e00, #f80200); background:-webkit-linear-gradient:(45deg, #e97e00, #f80200); background:linear-gradient:(45deg, #e97e00, #f80200); }
本站为非盈利网站,如果您喜欢这篇文章,欢迎支持我们继续运营!
本站主要用于日常笔记的记录和生活日志。本站不保证所有内容信息可靠!(大多数文章属于搬运!)如有版权问题,请联系我立即删除:“abcdsjx@126.com”。
QQ: 1164453243
邮箱: abcdsjx@126.com