1. 程式人生 > >ios適配

ios適配

1、input text有圓角

在相應介面或css中新增樣式:

input[type="text"],input[type="number"]{
	-webkit-appearance: none;
	border-radius: 0;
}