You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
147 lines
6.2 KiB
147 lines
6.2 KiB
11 months ago
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title></title>
|
||
|
<meta name="renderer" content="webkit" />
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
|
<meta name="format-detection" content="telephone=no" />
|
||
|
<link rel="stylesheet" href="../../layui/css/layui.css" media="all" />
|
||
|
<link rel="stylesheet" href="../../css/public.css" media="all" />
|
||
|
<link rel="stylesheet" href="../../iconfont/iconfont.css" media="all" />
|
||
|
<link href="../../js/kindeditor/themes/default/default.css" rel="stylesheet" />
|
||
|
<link href="../../js/kindeditor/plugins/code/prettify.css" rel="stylesheet" />
|
||
|
<script src="../../js/kindeditor/kindeditor-all.js"></script>
|
||
|
<script src="../../js/kindeditor/lang/zh-CN.js"></script>
|
||
|
<script src="../../js/kindeditor/plugins/code/prettify.js"></script>
|
||
|
|
||
|
<style type="text/css">
|
||
|
.file {
|
||
|
position: relative;
|
||
|
display: inline-block;
|
||
|
background: #2dadb9;
|
||
|
border: 1px solid #2dadb9;
|
||
|
border-radius: 4px;
|
||
|
padding: 4px 12px;
|
||
|
overflow: hidden;
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
text-indent: 0;
|
||
|
line-height: 30px;
|
||
|
margin-left: 20px;
|
||
|
/*margin-bottom:5px;*/
|
||
|
}
|
||
|
|
||
|
.file input {
|
||
|
position: absolute;
|
||
|
font-size: 100px;
|
||
|
right: 0;
|
||
|
top: 0;
|
||
|
opacity: 0;
|
||
|
}
|
||
|
|
||
|
.file:hover {
|
||
|
background: #2fb7c3;
|
||
|
border-color: #2dadb9;
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
</head>
|
||
|
<body class="childrenBody" style="height:90%">
|
||
|
<form class="layui-form" id="artform" style="width: 90%; margin-top:15px">
|
||
|
<input class="layui-input ID" type="hidden" />
|
||
|
<input class="layui-input Action" type="hidden" />
|
||
|
<div class="layui-form-item layui-row">
|
||
|
<label class="layui-form-label label-required-next">
|
||
|
标题
|
||
|
</label>
|
||
|
<div class="layui-input-block">
|
||
|
<input type="text" class="layui-input" id="lbt" required=required lay-verify="required" maxlength="250" placeholder="请输入标题" autocomplete="off" />
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-form-item layui-row ">
|
||
|
<div class="layui-inline">
|
||
|
<label class="layui-form-label label-required-next">
|
||
|
类型
|
||
|
</label>
|
||
|
<div class="layui-input-inline" style="margin-left:20px">
|
||
|
<select id="llx">
|
||
|
</select>
|
||
|
</div>
|
||
|
<label class="layui-form-label ">
|
||
|
来源
|
||
|
</label>
|
||
|
<div class="layui-input-inline" style="margin-left:20px">
|
||
|
<input type="text" class="layui-input" id="lly" placeholder="请输入来源" autocomplete="off" />
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-form-item layui-row ">
|
||
|
<div class="layui-inline">
|
||
|
<label class="layui-form-label label-required-next">
|
||
|
时间
|
||
|
</label>
|
||
|
<div class="layui-input-inline" style="margin-left:20px">
|
||
|
<input type="text" class="layui-input" id="lsj" autocomplete="off" />
|
||
|
</div>
|
||
|
<label class="layui-form-label ">
|
||
|
发布人
|
||
|
</label>
|
||
|
<div class="layui-input-inline" style="margin-left:20px">
|
||
|
<input type="text" class="layui-input" id="lfbr" placeholder="请输入发布人" autocomplete="off" />
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-form-item layui-row ">
|
||
|
<label class="layui-form-label">
|
||
|
封面图
|
||
|
</label>
|
||
|
<div class="layui-input-block" style="margin-left:160px;margin-bottom:10px">
|
||
|
|
||
|
<input type="hidden" class="layui-input" id="limg" placeholder="请输入附件" lay-verify="required" style="width:438px" autocomplete="off" />
|
||
|
|
||
|
<button type="button" class="layui-btn" id="upbtn"><i class="layui-icon"></i>上传文件</button>
|
||
|
|
||
|
<div class="layui-input-inline">
|
||
|
<br />
|
||
|
<div id="fileshow" style="width:438px"> </div>
|
||
|
<br /><br />
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-form-item layui-row" style="margin-top:0px">
|
||
|
<label class="layui-form-label">
|
||
|
摘要
|
||
|
</label>
|
||
|
<div class="layui-input-block">
|
||
|
<input type="text" class="layui-input" id="lzy" placeholder="请输入摘要" autocomplete="off" />
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-form-item layui-row">
|
||
|
<div class="layui-inline">
|
||
|
<label class="layui-form-label">
|
||
|
内容
|
||
|
</label>
|
||
|
<div class="layui-input-block">
|
||
|
<textarea id="lnr" cols="100" rows="8" style="width:850px;height:350px;visibility:hidden;"></textarea>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-center">
|
||
|
<a class="layui-btn layui-btn-normal add_btn" lay-filter="AddEdit" lay-submit=lay-submit>提交</a>
|
||
|
</div>
|
||
|
</form>
|
||
|
<script src="../../js/jquery-2.1.3.min.js" type="text/javascript"></script>
|
||
|
<script type="text/javascript" src="../../layui/layui.js"></script>
|
||
|
<script type="text/javascript" src="../../js/jq_extend.js"></script>
|
||
|
<script src="edit.js" type="text/javascript"></script>
|
||
|
<link rel="stylesheet" href="../../css/bulletframe.css" media="all" />
|
||
|
</body>
|
||
|
</html>
|