最新回答 / 慕函数6472736
建议学习这个课程http://www.imooc.com/learn/77 这里就非常详细的讲解了3D场景的搭建和如何理解X Y Z三坐标 学完你肯定明白这个translateZ的运动轨迹(和运用效果)
2015-07-01
已采纳回答 / 慕郎_莲华
第一个:http://www.zhangxinxu.com/wordpress/2012/06/css3-transform-matrix-%E7%9F%A9%E9%98%B5/ 第二个:-webkit-之类的 是浏览器 前缀,浏览器早期对这些属性的支持需要添加对应前缀才行。所以,这是为了兼容以前版本的浏览器。ps:-webkit- webkit内核的浏览器如chrome safari, -moz- 火狐, -o- opera, -ms- IE
2015-07-01
li:nth-of-type(1)
li a::after
li:nth-of-type(1) a::after
li a::before
li:hover a::before
.slideLeft:target
.bg:not(:target)
li a::after
li:nth-of-type(1) a::after
li a::before
li:hover a::before
.slideLeft:target
.bg:not(:target)
2015-07-01
最赞回答 / uhelper_net
这个代码我估计是上传文件空间,这个一般做是为美化文件上传按钮的效果.通过设置opacity为0,使按钮不可见,但是占坑.通过设置width和height可以放大点击区域.
2015-06-30
a[class^=col]{background:#f00;}
a[href$=doc]{background:#0f0;}
a[title*=box]{background:#00f;}
a[href$=doc]{background:#0f0;}
a[title*=box]{background:#00f;}
2015-06-30