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.
60 lines
2.2 KiB
60 lines
2.2 KiB
<!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" />
|
|
<script type="text/javascript" src="../../js/jquery-2.1.3.min.js"></script>
|
|
<script type="text/javascript" src="../../js/jq_extend.js"></script>
|
|
<style>
|
|
.newsinfo .title {
|
|
font-size: 20px;
|
|
text-align: center;
|
|
padding: 20px 0px;
|
|
line-height: 30px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.newsinfo .sendTime {
|
|
border-bottom: 1px dashed #0c6f89;
|
|
padding-bottom: 20px;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
}
|
|
|
|
|
|
.digest {
|
|
padding: 20px 0;
|
|
line-height: 30px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="childrenBody" style=" height: 90%;
|
|
background: rgba(12, 70, 100, 0.8);
|
|
box-sizing: border-box;
|
|
color:#ffffff;
|
|
">
|
|
<form class="layui-form" style="width: 100%; margin-top:15px">
|
|
<div class="grzx-wdks">
|
|
<div class="rcgl-con2">
|
|
<div class="newsinfo">
|
|
<div class="title"></div>
|
|
<div class="sendTime"></div>
|
|
<div class="digest"></div>
|
|
<div class="content"> </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
<script type="text/javascript" src="../../layui/layui.js"></script>
|
|
</body>
|
|
</html>
|
|
|