我想在不太像这样的东西中嵌套标签:
[self->_scrollView setContentOffset:CGPointMake(0, textFieldRect.origin.y)];
当我有这样的HTML时:
.removeOutline{
outline : none;
.form-group{
border-radius: 5px;
margin-bottom: 2px;
margin-top: 7px;
max-width:@full-width;
width:auto;
}
}
我想用div指定form-group。