Commit 15389a49 authored by liujiangnan's avatar liujiangnan

删除多余框架,只留jquery

parent 439086a1
......@@ -4,12 +4,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<base href="">
<title>h5-template-generator</title>
<script src="http://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/lib/js/jquery-1.12.3.min.js"></script>
<script type="text/javascript" src="http://teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"></script>
</head>
<body>
......
......@@ -6,64 +6,14 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<base href="">
<title>h5-template-generator</title>
<script src="http://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" rel="stylesheet" >
<link href="./index.css" rel="stylesheet" >
<script src="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js"></script>
<script src="http://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<link href="./index.css" rel="stylesheet" >
<script type="text/javascript" src="http://teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"></script>
</head>
<body>
<!-- 编辑区域 -->
<div class="edit-form container-fluid">
<div class="alert alert-danger" role="alert"></div>
<div class="row">
<div class="img-area col-xs-6 col-sm-6 col-md-6 col-lg-6">
<input class="check-item" type="checkbox" value="1" />
<img src="../lib/images/jiangzhuang_Img1@3x.png" class="img-thumbnail ">
</div>
<div class="img-area col-xs-6 col-sm-6 col-md-6 col-lg-6">
<input class="check-item" type="checkbox" value="2" />
<img src="../lib/images/jiangzhuang_Img2@3x.png" class="img-thumbnail ">
</div>
<div class="img-area col-xs-6 col-sm-6 col-md-6 col-lg-6">
<input class="check-item" type="checkbox" value="3" />
<img src="../lib/images/jiangzhuang_Img3@3x.png" class="img-thumbnail ">
</div>
<div class="img-area col-xs-6 col-sm-6 col-md-6 col-lg-6">
<input class="check-item" type="checkbox" value="4" />
<img src="../lib/images/jiangzhuang_Img4@3x.png" class="img-thumbnail ">
</div>
<div class="img-area col-xs-6 col-sm-6 col-md-6 col-lg-6">
<input class="check-item" type="checkbox" value="5" />
<img src="../lib/images/jiangzhuang_Img5@3x.png" class="img-thumbnail ">
</div>
<div class="img-area col-xs-6 col-sm-6 col-md-6 col-lg-6">
<input class="check-item" type="checkbox" value="6" />
<img src="../lib/images/jiangzhuang_Img6@3x.png" class="img-thumbnail ">
</div>
</div>
<form class="info-area">
<div class="form-group">
<input type="text" class="form-control" id="praise" placeholder="请填写表扬文本">
</div>
<div class="form-group">
<input type="date" class="form-control" id="date" placeholder="日期">
</div>
<div class="form-group">
<input type="text" class="form-control" id="sign" placeholder="老师签名">
</div>
<button type="button" class="btn btn-success preview">预览</button>
</form>
</div>
<!-- 展示区域 -->
<img id="playView" src="" />
<span class="glyphicon glyphicon-remove text-success close-view"></span>
</body>
<script src="./index.js"></script>
</html>
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment