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.

28 lignes
961 B

  1. <view style="display: flex;">
  2. <image class="navi" src="/asset/img/navi.png" bindtap="onRet"></image>
  3. <view style="padding: 0;margin: 0;width: 1px;height:700px;background-color: #7B8B6F;"></view>
  4. <view style="display: block">
  5. <view class="title">
  6. 憨狗Bot
  7. </view>
  8. <view>
  9. <image src="/asset/img/icon-rd.png" class="icon" style="top:180px;"></image>
  10. <text class="rd" bindtap="onRd">抽签
  11. </text>
  12. </view>
  13. <view>
  14. <image src="/asset/img/icon-vote.png" class="icon" style="top: 255px;"></image>
  15. <text class="vote" bindtap="onVote">投票
  16. </text>
  17. </view>
  18. <view>
  19. <image src="/asset/img/icon-whisper.png" class="icon" style="top: 330px;"></image>
  20. <text class="whisper" bindtap="onWhisper">悄悄话
  21. </text>
  22. </view>
  23. <view>
  24. <image src="/asset/img/hangou1.png" mode="heightFix" class="hg"></image>
  25. </view>
  26. </view>
  27. </view>