3 Star 0 Fork 0

moon/miduoduo-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
renqi_list.html 5.00 KB
一键复制 编辑 原始数据 按行查看 历史
田猫 提交于 2017-12-18 10:41 . mod goods' postage ,edit-msg,
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> 人气推荐列表</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href="css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
<link href="css/font-awesome.css?v=4.4.0" rel="stylesheet">
<link href="css/plugins/footable/footable.core.css" rel="stylesheet">
<link href="css/plugins/jquery-confirm/jquery-confirm.min.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css?v=4.1.0" rel="stylesheet">
<link rel="stylesheet" href="css/page.css"/>
<style>
.dz-message {
text-align: center;
margin: 2em 0;
}
.oriImage {
border-radius: 5px;
overflow: hidden;
width: auto;
height: 120px;
position: relative;
display: block;
z-index: 10;
}
</style>
<!-- 全局js -->
<script src="js/jquery.min.js?v=2.1.4"></script>
<script src="js/bootstrap.min.js?v=3.3.6"></script>
<script src="js/plugins/footable/footable.all.min.js"></script>
<!-- 分页js -->
<script type="text/javascript" src="js/jquery.page.js"></script>
<script type="text/javascript" src="js/core.js"></script>
<!-- 自定义js -->
<!--dropzone-->
<link href="css/plugins/dropzone/dropzone.css" rel="stylesheet" type="text/css">
<script>
$(document).ready(function () {
$('.footable').footable();
$('.footable2').footable();
});
</script>
<script src="js/core.js"></script>
</head>
<body class="gray-bg">
<div class="row" id="itemInfo">
<div class="col-sm-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>栏目基本信息</h5>
</div>
<div class="ibox-content">
<h5>栏目标题</h5>
<div class="row">
<input type="text" id="title" class="col-sm-3">
</div>
<div id="bannerDiv">
<h5>栏目banner图</h5>
<div class="row" id="origThumbPicDiv">
<div id="origThumbPic" style="background-color: #b4b4a4">
<!--<img src="">-->
</div>
</div>
<div id="editThumbPic" data-url="" class="row dropzone" name="file" style="width: 50%">
<div id="editThumbPic-pre" style="background-color: #b4b4a4"
class="dropzone-previews drop-preview"></div>
<div class="dz-message needsclick">
点击或拖拽文件至此处上传banner图<br>
<span class="note needsclick">(只有一张,不上传则不修改)</span>
</div>
</div>
</div>
<input class="btn btn-default" onclick="save()" type="button" value="保存">
</div>
</div>
</div>
</div>
<div class="wrapper wrapper-content animated fadeInRight">
<div class="row">
<div class="col-sm-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>商品列表</h5>
</div>
<div class="ibox-content">
<table class="table table-stripped toggle-arrow-tiny" data-page-size="8">
<thead>
<tr>
<th>序号</th>
<th>产品名称</th>
<th>价格</th>
<th>图片</th>
<th>哆币返现比</th>
<th>雅币返现比</th>
<!--<th>邮费方案</th>-->
<th>产品线</th>
<th>上传时间</th>
<th>是否首页显示</th>
<th>操作</th>
</tr>
</thead>
<tbody id="thislist">
</tbody>
<tbody>
<tr>
<td colspan="8">
<div id="pager"></div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<!--alert-beautify-->
<script src="js/plugins/jquery-confirm/jquery-confirm.min.js"></script>
<!--自己加的美化alert、confirm配置-->
<script src="js/alert-beautify.js"></script>
<!--dropzone-->
<script src="js/plugins/dropzone/dropzone.js"></script>
<script src="js/renqi_list.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yun_token/miduoduo-admin.git
[email protected]:yun_token/miduoduo-admin.git
yun_token
miduoduo-admin
miduoduo-admin
master

搜索帮助