1.Input, in all browsers and all versions, defines the height, and then defines the padding or border value. At this time, it will be stretched. The height is the height of the input itself between the padding value and the border value.
2.select in Goole browser and ie8 and above browsers, the defined height value includes padding value and border value
3.select browse it in ie8 and ie8, select and The input is the same, and it does not include padding and border values
4. When using jquery to calculate the height under the IE browser and Google, the height is different. Also note that jquery calculates the height including innerHeight and outerHeight. divided into