1 /* 紫色风格选择按钮的颜色 */
2 #style-purple a img {
3 background:#C3ACC6;
4 }
5 /* 紫色风格选择按钮的悬停颜色 */
6 #style-purple a:hover img {
7 background:#A79ABD;
8 }