标签:color os io cti line text on sp
$(‘.F_box_2‘).hover(
            function(){
                $(this).find(".make_reply").css({"color":"#c00","text-decoration":"underline","background-position":"12px -147px"});
            },
            function(){
                $(this).find(".make_reply").css({"color":"#666","text-decoration":"","background-position":"12px -117px"});
    });
标签:color os io cti line text on sp
原文地址:http://www.cnblogs.com/afei-happy/p/3907588.html