答案 0 :(得分:3)
CSS中的最后一行应该是:
#container .ui-selected { background: #F39814; color: white; }
工作小提琴:
答案 1 :(得分:2)
你的CSS错了。
改变这个:
#selectable .ui-selected { background: #F39814; color: white; }
对此:
#container .ui-selected { background: #F39814; color: white; }
答案 2 :(得分:0)
实际上那里的错误是因为你加入了这门课程
#selected .ui-selected { background: #F39814; color: white; }
应该{{1}}而不是