// 手机里面让用户拍照
<input type="file" accept="image/*" capture="camera" style="position: absolute;left:0;top:0;width:7.2rem;height:.8rem;opacity:0;">
// 手机里面让用户选择相册
<input type="file" style="position: absolute;left:0;top:0;width:7.2rem;height:.8rem;opacity:0;">