.pay_list_c1,.pay_list_c2 {

width: 24px;

height: 18px;

float: left;

padding-top: 3px;

cursor: pointer;

text-align: center;

margin-right: 10px;

background-image: url(inputradio.gif);

background-repeat: no-repeat;

background-position: -24px 0;

}

.radioclass {

opacity: 0;

cursor: pointer;

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

filter: alpha(opacity=0);

}

.on {

background-position: 0 0;

}

$(".pay_list_c2").on("click",function(){

$(this).addClass("on").siblings().removeClass("on");

})

$(".pay_list_c1").on("click",function(){

$(this).addClass("on").siblings().removeClass("on");

})

效果图:

0818b9ca8b590ca3270a3433284dd417.png    pic:

0818b9ca8b590ca3270a3433284dd417.png

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐