@import "../default-skin.less";
@import "../../global/mixin.less";

.s_pc {
	// 编辑状态支持
	// .e_star-edit {
	// 	&:hover span { color:@primary; cursor:pointer;}
	// 	span:first-child:hover ~ span { color:@fg-light-8;}
	// 	span:first-child + span:hover ~ span { color:@fg-light-8;}
	// 	span:first-child + span + span:hover ~ span { color:@fg-light-8;}
	// 	span:first-child + span + span + span:hover ~ span { color:@fg-light-8;}
	// }
	.e_star:focus {
		span { color:@warning-light-7;}
	}
	.e_star-1:focus {
		span:first-child { color:@warning;}
	}
	.e_star-2:focus {
		span:first-child,
		span:first-child + span { color:@warning;}
	}
	.e_star-3:focus {
		span:first-child,
		span:first-child + span,
		span:first-child + span + span { color:@warning;}
	}
	.e_star-4:focus {
		span:first-child,
		span:first-child + span,
		span:first-child + span + span,
		span:first-child + span + span + span { color:@warning;}
	}
	.e_star-5:focus {
		span { color:@warning;}
	}
}