Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

36 rindas
1.1 KiB

  1. <!--Pages/id/id.wxml-->
  2. <view style="display: flex;">
  3. <image class="navi" src="/asset/img/navi.png" bindtap="onRet"></image>
  4. <view style="padding: 0;margin: 0;width: 1.5px;height:700px;background-color: #7B8B6F;"></view>
  5. <view>
  6. <view class="info">
  7. <view style="display: flex;">
  8. <view class="avatar">
  9. 头像
  10. </view>
  11. <view style="width: 20vw;background-color: #D8CAAF;height: 10vh;"></view>
  12. </view>
  13. <view style="padding: 0;margin: 0;width: 70vw;height:1.5px;background-color: #7B8B6F;"></view>
  14. <view style="display: flex;">
  15. <view class="all">
  16. 昵称
  17. </view>
  18. </view>
  19. <view style="padding: 0;margin: 0;width: 70vw;height:1.5px;background-color: #7B8B6F;"></view>
  20. <view style="display: flex;">
  21. <view class="all">
  22. 生日
  23. </view>
  24. <view style="padding: 0;margin: 0;width: 70vw;height:1.5px;background-color: #7B8B6F;"></view>
  25. </view>
  26. </view>
  27. <view class="save">
  28. 保存
  29. </view>
  30. <image src="/asset/img/hangou1.png" mode="heightFix" class="hg"></image>
  31. </view>
  32. </view>