完成第一部分
This commit is contained in:
@ -0,0 +1,44 @@
|
||||
<view class="flex-col page">
|
||||
<view class="flex-row justify-between items-center group">
|
||||
<text class="font text">代理列表</text>
|
||||
<view class="flex-row items-center section">
|
||||
<image
|
||||
class="image"
|
||||
src="https://ide.code.fun/api/image?token=68368d354ae84d001230f4d1&name=923cbdfd7647bf70f563354b3b547dea.png"
|
||||
/>
|
||||
<input class="font text_2 ml-7" placeholder="请输入关键字" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex-col section_2">
|
||||
<view class="flex-row group_2">
|
||||
<text class="shrink-0 self-start font_2 text_3">结算标准</text>
|
||||
<text class="flex-1 self-center font_3 ml-10">3.6元购买30元券包3.6元购买30元券包3.6元购买30元券包</text>
|
||||
</view>
|
||||
<view class="flex-col section_3">
|
||||
<view class="flex-row justify-center items-center relative group_3">
|
||||
<text class="font_4 text_4 pos">代理</text>
|
||||
<text class="font_3 text_5">代理单价/比例</text>
|
||||
<text class="font_4 pos_2">设置价格</text>
|
||||
</view>
|
||||
<view class="flex-col mt-19">
|
||||
<view
|
||||
class="flex-row justify-between items-center list-item mt-14"
|
||||
wx:for="{{items}}"
|
||||
wx:for-item="item"
|
||||
wx:for-index="index"
|
||||
wx:key="index"
|
||||
>
|
||||
<text class="font_3 text_6">张新然张新然</text>
|
||||
<text class="font_2 text_9">0.30/0.00%</text>
|
||||
<view class="flex-row group_5">
|
||||
<image
|
||||
class="image_2"
|
||||
src="https://ide.code.fun/api/image?token=68368d354ae84d001230f4d1&name=2994ec01c6859d93ce653a6cb3d50301.png"
|
||||
/>
|
||||
<text class="font_5 text_8">设价</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
Reference in New Issue
Block a user