Commit edefa1bc by shenjinzhu

提示修改

parent 14d6a48c
...@@ -14,7 +14,8 @@ ...@@ -14,7 +14,8 @@
<script <script
src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js" src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script> crossorigin="anonymous">
</script>
<style type="text/css"> <style type="text/css">
body { body {
...@@ -66,7 +67,7 @@ form { ...@@ -66,7 +67,7 @@ form {
</head> </head>
<body> <body>
<h3>如需插队,请联系陈栋(674945328)/沈金柱(949131080)</h3> <h4>如需插队,请联系陈栋(674945328)/沈金柱(949131080)</h4>
<div class="example-div"> <div class="example-div">
<span class="example-title ck" id="show" data-toggle="modal"data-target="#showModal">使用说明</span> <span class="example-title ck" id="show" data-toggle="modal"data-target="#showModal">使用说明</span>
<span class="example-title" id="img" data-toggle="modal" data-target="#imgModal">上传文件要求</span> <span class="example-title" id="img" data-toggle="modal" data-target="#imgModal">上传文件要求</span>
...@@ -109,7 +110,10 @@ form { ...@@ -109,7 +110,10 @@ form {
</div> </div>
<script> <script>
(function () {
$('#fileModal').modal('show')
})()
</script> </script>
......
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