ipad/ios按钮背景颜色为渐变色?去除iOS按钮渐变色

ipad/ios背景颜色为透明渐变色?去除iOS按钮渐变色

input[type=button],
input[type=submit],
input[type=file],
button {
cursor: pointer;
-webkit-appearance: none;
}

/* 背景颜色为透明渐变色?去除iOSbutton按钮渐变色*/
			input[type=button],
			input[type=submit],
			input[type=file],
			button {
				cursor: pointer;
				-webkit-appearance: none;
			}


版权声明:本文为m0_55546349原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。