 
						| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | .cr {    /*circle radius*/    border: 1pxsolid#ccc; - webkit - border - radius: 8px; - moz - border - radius: 8px;    border - radius: 8px;    behavior: url(css / PIE.htc);}.bs {    /*        一般情况:inset x-offset y-offset blur-radius spread-radius color,        【spread-radius扩展半径】来控制阴影的扩展方向:扩展半径有两个值,如果取值为正值,则个阴影会向外扩展,如果你给其取负值,整个阴影向内缩小。     */    /* x-offset, y-offset, blur,和 color。*/    - webkit - box - shadow: 1px1px10px#aaa; - moz - box - shadow: 1px1px10px#aaa;    box - shadow: 1px1px10px#aaa; - pie - background: linear - gradient(#fff, #fff);    /*gradient为渐变,现在设为白色,不然会变黑,见/*/    behavior: url(css / PIE.htc);}.bsrgb {     - webkit - box - shadow: 1px1px25pxrgba(135, 135, 135, 0.96);     - moz - box - shadow: 1px1px25pxrgba(135, 135, 135, 0.96);    box - shadow: 1px1px25pxrgba(135, 135, 135, 0.96);     - pie - background: linear - gradient(#fff, #fff);    /*gradient为渐变,现在设为白色,不然会变黑,见/*/    behavior: url(css/PIE.htc);} | 
特别申明:
			本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
			本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
			如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com