提交 d9b5160055b0bc6525334f801d17046238a02a22

作者 wangyu
1 个父辈 e7607933

修复支付弹窗光标展示问题

... ... @@ -75,6 +75,6 @@
75 75 </block>
76 76 </view>
77 77 <!-- 隐藏input框 -->
78   - <input focus="{{isFocus}}" maxlength="6" type="number" style="position:fixed;color:#fff;font-size:8rpx;height: 96rpx;padding-left: 2rpx;" bindinput="handleSetData" bindfocus="handleUseFocus" bindblur="handleUseFocus" />
  78 + <input focus="{{isFocus}}" maxlength="6" type="number" style="position:fixed;color:#fff;font-size:0rpx;height: 96rpx;padding-left: 2rpx;" bindinput="handleSetData" bindfocus="handleUseFocus" bindblur="handleUseFocus" />
79 79 </view>
80 80 </view>
\ No newline at end of file
... ...
... ... @@ -17,7 +17,6 @@ page{
17 17 color:#ccc;
18 18 font-size:32rpx;
19 19 height: 112rpx;
20   - text-align: center;
21 20 }
22 21
23 22 .input_wrap{
... ...
注册登录 后发表评论