1:cell.selectionStyle = UITableViewCellSelectionStyleNone; 2: label.layer.backgroundColor = UIColorFromRGBWithAlpha(0x101010, 0.4).CGColor;(label为背景会变透明的子view,不要设置label的backgroundColor,会影响)