index.wxml 494 B

1234567891011121314
  1. <mobile-main frameStyle="{{frameStyle}}" bind:tabPath="tabPath">
  2. <view slot="info" class="main" style="height:{{infoHeight}}px;">
  3. <view class="one">
  4. <view class="content">
  5. <view class="left">
  6. <text class=" icon iconfont icon-jurassic_add-users"></text>
  7. </view>
  8. <view class="right">
  9. <input placeholder='新建群组' placeholder-class="placeholder"></input>
  10. </view>
  11. </view>
  12. </view>
  13. </view>
  14. </mobile-main>