UISlider无法通过改变frame来改变滑轨宽度
- (CGRect)trackRectForBounds:(CGRect)bounds { return CGRectMake(0, 0, ScreenWidth, 15); }