Commit b5a73d4c authored by xinyuandu's avatar xinyuandu

背景色

parent 40a83263
...@@ -54,7 +54,7 @@ define (['doT', 'text!temp/picture_add_template_tpl.html', 'css!style/home.css', ...@@ -54,7 +54,7 @@ define (['doT', 'text!temp/picture_add_template_tpl.html', 'css!style/home.css',
$(this).css("background-color","#FFFFFF"); $(this).css("background-color","#FFFFFF");
$(this).removeClass("isCheck"); $(this).removeClass("isCheck");
} else { //选中 } else { //选中
$(this).css("background-color","#47FFFF"); $(this).css("background-color","#ffc000");
$(this).addClass("isCheck"); $(this).addClass("isCheck");
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment