1 Star 0 Fork 22

serverking/layuiadmin-templete

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
商品详情2.html 2.58 KB
一键复制 编辑 原始数据 按行查看 历史
贺小熊 提交于 2018-04-24 18:28 . 提交
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="keywords" content=""/>
<meta name="description" content=""/>
<title>众创数字资产综合运营管理平台</title>
<link rel="stylesheet" href="layui/css/layui.css"/>
<link rel="stylesheet" href="css/admin.css"/>
</head>
<body>
<table class="layui-table layui-table-add" lay-skin="nob">
<tbody>
<tr>
<th width="100" class="pad" style="padding: 14px 15px!important;">商品名称</th>
<td>Apple iPhone 7 128G 红色特别版<button class="layui-btn layui-btn-normal layui-btn-small ml10">浏览商品</button></td>
</tr>
<tr>
<th class="pad">所属第三方</th>
<td>XXX公司</td>
</tr>
<tr>
<th class="pad">所属分类</th>
<td>名牌手表</td>
</tr>
<tr>
<th class="pad">所属品牌</th>
<td>浪陀 </td>
</tr>
<tr>
<th class="pad">显示市场价</th>
<td><span class="price">2980000.00</span>
</td>
</tr>
<tr>
<th class="pad">销售价</th>
<td><span class="price">1490000.00</span>
</td>
</tr>
<tr>
<th class="pad">AGR</th>
<td>
57307
</td>
</tr>
<tr>
<th class="pad">库存</th>
<td>20</td>
</tr>
<tr>
<th class="pad">商品状态</th>
<td>待上架/已上架/已下架/已售罄</td>
</tr>
<tr>
<th class="pad">已售数量</th>
<td>3</td>
</tr>
<tr>
<th class="pad">成交商品成本</th>
<td><span class="price">10000000.00</span>
</td>
</tr>
<tr>
<th class="pad">成交金额</th>
<td><span class="price">100000.00</span>
</td>
</tr>
<tr>
<th class="pad">成交AGR</th>
<td>57307 </td>
</tr>
<tr>
<th class="pad">商品属性类型</th>
<td>双主属性(尺码+颜色)</td>
</tr>
<tr>
<th class="pad">具体商品属性</th>
<td>
规格:男款,女款。颜色:白色,红色。
</td>
</tr>
<tr>
<th class="pad">发布时间</th>
<td>2017-03-28 17:32:21</td>
</tr>
</tbody>
</table>
<script type="text/javascript" src="layui/layui.js"></script>
<script>
layui.use(['jquery','form','upload','layer'], function(){
var $ = layui.jquery,layer = layui.layer;
});
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/serverkingrock/layuiadmin-templete.git
git@gitee.com:serverkingrock/layuiadmin-templete.git
serverkingrock
layuiadmin-templete
layuiadmin-templete
master

搜索帮助