兩門課程都總結好了,真的是累,不過收獲也是挺多的。這是源碼地址以及學習總結地址:https://github.com/CruxF/IMOOC/tree/master/JavaScript?1528123359266
2018-06-04
https://github.com/viivLgr/components/blob/master/Start/start2.png 我自己做的
2018-03-18
已采納回答 / 旅行的癩蛤蟆
因為第二個rating-hover上面有background-image為none,且權重比較高,所以第二個會加上!important提高權限避免被none掉。所以我覺得是不是第一個hover的background可以去掉。。
2018-03-14
最新回答 / Jade2_
?.rating-item:hover{? ? ? ? ? ? background:url(images/rating4/rating.png) repeat-x 0 -30px!important;? ? ? ? ? ? left: 0;? ? ? ? ? ? z-index: 2;? ? ? ? }我也是,我覺得是這里 .rating-item:hover移動到了已經把第三可改為z-index:2了,而選中的那顆在z-index:1
2018-01-18