提交 d9b5160055b0bc6525334f801d17046238a02a22

作者 wangyu
1 个父辈 e7607933

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

@@ -75,6 +75,6 @@ @@ -75,6 +75,6 @@
75 </block> 75 </block>
76 </view> 76 </view>
77 <!-- 隐藏input框 --> 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 </view> 79 </view>
80 </view> 80 </view>
@@ -17,7 +17,6 @@ page{ @@ -17,7 +17,6 @@ page{
17 color:#ccc; 17 color:#ccc;
18 font-size:32rpx; 18 font-size:32rpx;
19 height: 112rpx; 19 height: 112rpx;
20 - text-align: center;  
21 } 20 }
22 21
23 .input_wrap{ 22 .input_wrap{
注册登录 后发表评论