.receiving-info .receiving-info-list input { display: inline-block; width: 70%; font-size: 14px; color: #333; border: none; outline: none; line-height: 50px; }
.receiving-info .receiving-info-list input { display: inline-block; width: 70%; font-size: 14px; color: #333; border: none; outline: none; line-height: 20px; }
其实,只是调整了line-height
的大小,就解决了iOS和Android手机input光标大小不一致的问题。
原文:https://www.cnblogs.com/edczjw-Edison/p/12373276.html