码迷,mamicode.com
首页 > Web开发 > 详细

Compass css3

时间:2014-06-16 09:12:16      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:style   class   http   color   com   set   

@include box-shadow(rgba(88,88,88,0.4) 0 0 20px 5px);

最后不用的参数就可以不写,rgba可以设透明度alpha,所以在photoshop里面算好rbg值来写也挺好的。

上面示例的0 0 是纵向以及横向偏移值。

20px是位移,5px是扩散。

最后省略了一位 inset。

http://compass-style.org/reference/compass/css3/box_shadow/

compass里面难道没有渐变写法?

先直接写了

background: -webkit-gradient(linear, left top, left bottom,from(#000),color-stop(0.8,#191919),to(#000));

在80%的地方是#191919,上下两侧是#000

如果只有两个颜色

background: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#191919));

 

Compass css3,布布扣,bubuko.com

Compass css3

标签:style   class   http   color   com   set   

原文地址:http://www.cnblogs.com/haimingpro/p/3783528.html

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