当然要加下-webkit- -moz- -o- 这些前缀,因为现在的新的CSS可能只支持某些浏览器,加上去就能识别了,写代码的时候要注意浏览器的兼容性,像主流的就是欧朋啊 谷歌啊 火狐啊 苹果的啊 IE电脑自带
2015-02-23
-webkit-transition:color 1s;
-webkit-transition:height 1s
-webkit-transition:height 1s
2015-02-22
最新回答 / 点灯夜
<!DOCTYPE html><html><head> <title>正方体</title><style>.wrapper{ width:800px; margin:100 auto 150px; perspective:200px; text-align:center; transform-style:preserve-3d;}#wrap{ width:200px; height:20...
2015-01-30