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.
71 lines
2.5 KiB
71 lines
2.5 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" />
|
||
|
<script type="text/javascript" src="../../js/jquery-2.1.3.min.js"></script>
|
||
|
<script type="text/javascript" src="../../js/jq_extend.js"></script>
|
||
|
<style>
|
||
|
html,body
|
||
|
{
|
||
|
overflow:hidden;
|
||
|
}
|
||
|
.layui-form-label {
|
||
|
float: left;
|
||
|
display: block;
|
||
|
padding: 9px 15px;
|
||
|
width: 73px;
|
||
|
font-weight: 400;
|
||
|
line-height: 20px;
|
||
|
text-align: right;
|
||
|
}
|
||
|
.layui-input-block {
|
||
|
margin-left: 110px;
|
||
|
min-height: 36px;
|
||
|
}
|
||
|
.layui-input-block
|
||
|
{
|
||
|
width:87%;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div>
|
||
|
<form class="layui-form" action="">
|
||
|
<div class="layui-form-item">
|
||
|
<label class="layui-form-label">
|
||
|
单位名称:</label>
|
||
|
<div class="layui-input-block">
|
||
|
<input type="text" name="title" disabled
|
||
|
autocomplete="off" class="layui-input" value="玉泉森信大酒店">
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-form-item">
|
||
|
<label class="layui-form-label">
|
||
|
预案名称:</label>
|
||
|
<div class="layui-input-block">
|
||
|
<input type="text" name="title" disabled
|
||
|
autocomplete="off" class="layui-input" value="玉泉森信大酒店火警预案">
|
||
|
</div>
|
||
|
</div>
|
||
|
</form>
|
||
|
<script>
|
||
|
//Demo
|
||
|
layui.use('form', function () {
|
||
|
var form = layui.form;
|
||
|
|
||
|
});
|
||
|
</script>
|
||
|
</div>
|
||
|
<iframe src="http://47.104.11.54:8073/预案管理/YuAn.html" style=" height:80%; width:100%; border: 0; "></iframe>
|
||
|
</body>
|
||
|
</html>
|