已采纳回答 / purple_yao
你的49行代码webkit前少了一个字符“-”,“webkit-animation-play-state:running;”应该写成:“-webkit-animation-play-state:running;”
2014-12-05
已采纳回答 / purple_yao
谢谢,为我们课程提意见,已经完善。。。
最新回答 / 邓__
@keyframes rotate1 { from{ transform: rotate(0deg); } to{ transform: rotate(360deg); }}这样就可以转圈
2014-12-04
最新回答 / hfy
谢谢你,现在已经没有那个问题了,估计当时的时候是我电脑的问题
去掉no-repeat,background-origin属性仍然有效,决定了第一张图片是在边框、内边距还是内容区域开始显示,然后才进行平铺。Firefox 33.1、chrome39.0、IE11亲测(应该是后面的浏览器都开始支持了)
2014-12-04
谢谢 chzjstar 提醒
修改了一下 可以了
background:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat left top /200px 80px,
url(http://static.mukewang.com/static/img/logo_index.png) no-repeat right bottom /50% 40%;
修改了一下 可以了
background:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat left top /200px 80px,
url(http://static.mukewang.com/static/img/logo_index.png) no-repeat right bottom /50% 40%;
2014-12-03