码迷,mamicode.com
首页 > 其他好文 > 详细

线性渐变兼容性代码

时间:2017-08-02 16:26:49      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:linear   pre   渐变   back   兼容   round   bottom   line   div   

.gradient {
    background: rgba(236,101,33,1);
    background: -moz-linear-gradient(90deg,rgba(236,101,33,1) 0,rgba(212,132,91,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(236,101,33,1)),color-stop(100%,rgba(212,132,91,1)));
    background: -webkit-linear-gradient(90deg,rgba(236,101,33,1) 0,rgba(212,132,91,1) 100%);
    background: -o-linear-gradient(90deg,rgba(236,101,33,1) 0,rgba(212,132,91,1) 100%);
    background: -ms-linear-gradient(90deg,rgba(236,101,33,1) 0,rgba(212,132,91,1) 100%);
    background: linear-gradient(180deg,rgba(236,101,33,1) 0,rgba(212,132,91,1) 100%);
}

 

线性渐变兼容性代码

标签:linear   pre   渐变   back   兼容   round   bottom   line   div   

原文地址:http://www.cnblogs.com/xiaohaifengke/p/7274571.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!