微信小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

25 lignes
1.0 KiB

  1. <!--pages/apply/index.wxml-->
  2. <view class="ns" style="height:{{isIPX?'88px':'64px'}};">
  3. <image src="../../../../image/apply/back.png" style="top:{{isIPX?'54px':'30px'}};" mode="widthFix" bindtap="back"></image>
  4. <text style="top:{{isIPX?'54px':'30px'}};">密码修改</text>
  5. </view>
  6. <view class="main-box table-box">
  7. <view>
  8. <view>
  9. <image style="width: 25rpx; height: 30rpx; margin:0 20rpx;" mode="{{item.mode}}" src="../../../../image/icon/password.png"></image>
  10. <text>旧密码</text>
  11. </view>
  12. <view>
  13. <input type="text" password="true" style="margin-top: 20rpx;text-align: right;"/>
  14. </view>
  15. </view>
  16. <view>
  17. <view>
  18. <image style="width: 25rpx; height: 30rpx; margin:0 20rpx;" mode="{{item.mode}}" src="../../../../image/icon/password.png"></image>
  19. <text>新密码</text>
  20. </view>
  21. <view>
  22. <input type="text" password="true" style="margin-top: 20rpx;text-align: right;"/>
  23. </view>
  24. </view>
  25. </view>