-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
12 lines (11 loc) · 846 Bytes
/
css.css
File metadata and controls
12 lines (11 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
#移动
.yd {'-webkit-transform':'translate(-0.5em,0)', 'webkit-transition': 'all 0.5s ease-in-out'}
#渐变
.jb{
filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c2c2c2,endcolorstr=#c2c2c2,gradientType=1);
-ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c2c2c2,endcolorstr=#c2c2c2,gradientType=1);/*IE8*/
background: #c2c2c2; /* 一些不支持背景渐变的浏览器 */
background:-moz-linear-gradient(left, #c2c2c2, #fff, #c2c2c2);
background:-webkit-gradient(linear, left center, right center, from(#c2c2c2), to(#c2c2c2), color-stop(50%, #fff));
background:-o-linear-gradient(top, #c2c2c2, #c2c2c2);
}