ios submit按钮显示圆角问题 ,解决办法 -webkit-appearance: none;
ios 普通元素做成按钮后点击无效 解决办法:cursor:pointer;
定位图片如果遮挡住下面的元素 解决办法 : pointer-events:none;
如果两个div之间有空隙 解决办法: font-size:0;
http://blog.csdn.net/xianyu410725/article/details/42967129