金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
807 B

  1. <template>
  2. <view>
  3. <lf-nav :spreadOut="true" :showIcon="true" title="修改昵称"></lf-nav>
  4. <view class="lf-color-black lf-font-28 lf-p-30">
  5. 可使用中英文数字和下划线字符限制1-10字符
  6. </view>
  7. <view class="lf-p-l-32 lf-p-r-32">
  8. <view class="set-tag lf-border-bottom">
  9. <view class="lf-font-28 lf-color-black">
  10. <input type="text" placeholder="182****5380" />
  11. </view>
  12. <view class="lf-flex">
  13. <text class="lf-iconfont icon-cuo lf-font-24 lf-m-l-10 lf-color-777"></text>
  14. </view>
  15. </view>
  16. </view>
  17. </view>
  18. </template>
  19. <script>
  20. </script>
  21. <style scoped lang="scss">
  22. .set-tag {
  23. height: 100rpx;
  24. width: 100%;
  25. display: flex;
  26. align-items: center;
  27. justify-content: space-between;
  28. // border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
  29. }
  30. </style>