IOS placeholder-style 无效问题
<view class='item-h item-border-bottom'> <text>主诉</text> <textarea hidden='{{hidetextflag}}' bindblur="blurMainSuit" auto-height value='{{mainSuit}}' placeholder-style='text-align: right;' placeholder="{{mrType!=1?'输入患者主诉':''}}" style='text-align: right;' disabled="{{mrType==1?true:false}}" /> </view> .item-h { background: #fff; display: flex; flex-flow: row; flex-direction: row; align-items: center; justify-content: space-between; padding: 20rpx 20rpx; font-size: 28rpx; } .item-border-bottom{ border-bottom: 1px solid; border-color: #eaeaea; } [图片] Android 中是右对齐的,在iPhone里面一直都是左对齐。