chat.wxml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <view class="chat-item">
  2. <view class="chat-main justify-end flex">
  3. <view>
  4. <view class='chat-centact success'>
  5. 喵喵喵!喵喵喵!喵喵喵!喵喵!喵喵!!喵!喵喵喵!
  6. </view>
  7. <view class='gray-text text-sm text-right mt-sm'>2018年3月23日 13:23</view>
  8. </view>
  9. </view>
  10. <image src="http://image.weilanwl.com/img/square-3.jpg" class="img-df radius" mode='widthFix'></image>
  11. </view>
  12. <view class="chat-item chat-left">
  13. <image src="http://image.weilanwl.com/img/square-2.jpg" class="img-df round" mode='widthFix'></image>
  14. <view class="chat-main">
  15. <view>
  16. <view class='chat-centact'>
  17. 喵喵喵!喵!喵!喵!喵喵喵!
  18. </view>
  19. <view class='gray-text text-sm mt-sm'>5天前 </view>
  20. </view>
  21. </view>
  22. </view>
  23. <view class="chat-item">
  24. <view class="chat-main justify-end flex">
  25. <view>
  26. <view class='chat-centact'>
  27. <image src="http://image.weilanwl.com/img/3x4-1.jpg" mode="widthFix"></image>
  28. </view>
  29. <view class='gray-text text-sm text-right mt-sm'>10分钟前</view>
  30. </view>
  31. </view>
  32. <image src="http://image.weilanwl.com/img/square-3.jpg" class="img-df radius" mode='widthFix'></image>
  33. </view>
  34. <view class="chat-item chat-left">
  35. <image src="http://image.weilanwl.com/img/square-2.jpg" class="img-df round" mode='widthFix'></image>
  36. <view class="chat-main">
  37. <view>
  38. <view class='chat-centact'>
  39. <text class='iconfont icon-notification'></text>3"
  40. </view>
  41. <view class='gray-text text-sm mt-sm'>1分钟前 </view>
  42. </view>
  43. </view>
  44. </view>
  45. <view class="chat-item">
  46. <view class="chat-main justify-end flex">
  47. <view>
  48. <view class='chat-centact'>
  49. <view>戏精铲屎官,主子了解一下?</view>
  50. <view class="flex mt-sm">
  51. <image src="http://image.weilanwl.com/img/4x3-3.jpg" mode="widthFix" class='basis-sm'></image>
  52. <view class="ml-sm text-sm">
  53. 一个伪铲屎官瞎几把乱写的一堆文字.
  54. </view>
  55. </view>
  56. <view class="flex solid-top align-center pt-sm mt-sm">
  57. <image src="http://image.weilanwl.com/img/4x4.jpg" class='round img-xs' mode='widthFix'></image>
  58. <view class="gray-text ml-sm text-sm">文晓港
  59. <text>/ 程序员</text>
  60. </view>
  61. </view>
  62. </view>
  63. <view class='gray-text text-sm text-right mt-sm'>刚刚</view>
  64. </view>
  65. </view>
  66. <image src="http://image.weilanwl.com/img/square-3.jpg" class="img-df radius" mode='widthFix'></image>
  67. </view>
  68. <view class="bar bottomfix shadow bar-textarea">
  69. <input class='flex-sub solid-bottom ml-sm' focus="true" maxlength="300" cursor-spacing="10"></input>
  70. <button class='success btn mh-sm'>发送</button>
  71. </view>