div span:hover{
-webkit-animation-name:around;
-webkit-animation-duration: 10s;
-webkit-animation-timing-function: ease;
-webkit-animation-delay: 1s;
-webkit-animation-iteration-count:infinite;
}
-webkit-animation-name:around;
-webkit-animation-duration: 10s;
-webkit-animation-timing-function: ease;
-webkit-animation-delay: 1s;
-webkit-animation-iteration-count:infinite;
}
2015-01-29
background:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat left top/50% 50%,
url(http://static.mukewang.com/static/img/logo_index.png) no-repeat right bottom /50% 50%;
url(http://static.mukewang.com/static/img/logo_index.png) no-repeat right bottom /50% 50%;
2015-01-29
background:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat left top/80% 40%,
url(http://static.mukewang.com/static/img/logo_index.png) no-repeat right bottom /50% 50%;
url(http://static.mukewang.com/static/img/logo_index.png) no-repeat right bottom /50% 50%;
2015-01-29
/*使用伪元素制作导航列表项分隔线*/
.nav li{
background: #f65f57 no-repeat right/ 1px 15px linear-gradient(to right, #dd2926,#a82724);
}
/*删除第一项和最后一项导航分隔线*/
.nav li:last-child {background:none;}
.nav li{
background: #f65f57 no-repeat right/ 1px 15px linear-gradient(to right, #dd2926,#a82724);
}
/*删除第一项和最后一项导航分隔线*/
.nav li:last-child {background:none;}
2015-01-29
.wrapper span{}中为神马要加display:block;我也想知道。块级元素才能用旋转吗
2015-01-28