FScores_wev8.css 1.19 KB
.wev-comp-score {
    overflow: hidden;
	display: inline-block;
    vertical-align: bottom;
}
.wev-comp-score > b {
    float: left;
    width: 30px;
    height: 40px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color:transparent;
}
.wev-comp-score > b:before,
.wev-comp-score > b:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.wev-comp-score > b:before{
	background-image: url(/mobilemode/mobile/images/plugin/favor.png);
}
.wev-comp-score > b:after{
	background-image: url(/mobilemode/mobile/images/plugin/favor-fill.png);
	display: none;
}
.wev-comp-score.wev-comp-score-fill > b:before
{
	display: none;
}
.wev-comp-score.wev-comp-score-fill > b:after
{
	display: block;
}
.wev-comp-score.wev-comp-score-fill > b.active ~ b:before
{
	display: block;
}
.wev-comp-score.wev-comp-score-fill > b.active ~ b:after
{
	display: none;
}
.wev-comp-score label{
	color: #b4b4b4;
	font-size: 14px;
	height: 40px;
    display: block;
    line-height: 42px;
    margin-left: 4px;
    float: left;
}