1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <#assign title="家庭团购"/>
- <#include "/home/frag.head.ftl" />
- <div class="page__bd">
- <div class="weui-tab">
- <header class="demos-header">
- <h1 class="demos-title">团购</h1>
- </header>
- <div class="weui-loadmore weui-loadmore_line" style="width: 100%">
- <span class="weui-loadmore__tips">团购信息</span>
- <div class="weui-media-box__bd">
- <h3>青菜套餐</h3>
- </div>
- </div>
- <div>
- <p style="text-indent: -0em;margin-left: 2em;">供应商: 接口的法国红酒返回打撒借款方和德生科技发送到返回的是否合适看警方海口市</p>
- <div style="height: 1vh;"></div>
- <p style="text-indent: -0em;margin-left: 2em;">套 餐: 没有套餐</p>
- <div style="height: 1vh;"></div>
- <p style="text-indent: -0em;margin-left: 2em;">单 价: 10</p>
- <div style="height: 1vh;"></div>
- <p style="text-indent: -0em;margin-left: 2em;">最低起送(份): 20</p>
- <div style="height: 1vh;"></div>
- <p style="text-indent: -0em;margin-left: 2em;">截止时间: 2020-02-11</p>
- <div style="height: 1vh;"></div>
- <p style="text-indent: -0em;margin-left: 2em;">预计送货时间: 2020-02-10</p>
- <div style="height: 1vh;"></div>
- <p style="text-indent: -0em;margin-left: 2em;">服务电话: 12345678912</p>
- </div>
- <div class="weui-loadmore weui-loadmore_line" style="width: 100%">
- </div>
- <div style="text-indent: -4.5em;width: 100%;margin: auto;">
- <a style="float:left;width: 49%; text-align: center">当前参团: 23</a>
- <a style="float:left;width: 49%; text-align: center;color: red">当前状态: 取消</a>
- </div>
- <div style="text-indent: -4.5em;width: 100%;margin: auto;">
- <a style="float:left;width: 51%; text-align: center">我的团购: 2</a>
- <a style="float:left;width: 49%; text-align: center">金额: 20</a>
- </div>
- <br/>
- <div class="weui-loadmore weui-loadmore_line" style="width: 100%">
- </div>
- <li style="color: red">非常抱歉通知您,因团购数量不足,取消本次团购</li>
- </div>
- <#include "/home/frag.foot.ftl" />
|