最新回答 / jonnyF
你的compass版本把animation包獨立出去了,你應該重新安裝animation包gem install animation -pre并且在你的config.rb 文件中引入animation包require "animation"最后在import這個包@import "animation";
2015-06-13
已采納回答 / imoon468499
我也遇到過這樣一種情況,同類頁面的button效果,一些程序員是用a標簽實現的,一些程序員使用button標簽實現的,但是我要統一他們的樣式,所以把他們加上同樣的類名,然后統一做樣式!
2015-05-26