调整说明文本位置

This commit is contained in:
zhiyang7 2022-02-11 16:59:03 +08:00
parent ef440bb065
commit 3f7b65812d
1 changed files with 9 additions and 9 deletions

View File

@ -13,15 +13,6 @@
</head>
<body>
<div class="container alert alert-success" role="alert">
<h4 class="alert-heading">使用说明</h4>
<hr>
<p>英文逗号分割输入和命中结果,多次尝试使用分号分割;0: 未命中,1: 部分命中, 2: 精确命中</p>
<hr>
<p>参数说明: </p>
<p>拼音1 - 4个数字表示每个字的拼音位数; 拼音2: 输入尝试状态和结果</p>
<p>汉兜1 - 4个数字表示每个字的拼音声调; 汉兜2: 输入尝试状态和结果, 命中结果输入顺序(拼音声母韵母,汉字位置,汉字声调)</p>
</div>
<form id="para" class="form-horizontal container">
<div class="form-group row">
<label class="col-sm-2 col-form-label">模式</label>
@ -70,6 +61,15 @@
</div>
</div>
</form>
<div class="container alert alert-secondary" role="alert">
<h4 class="alert-heading">使用说明</h4>
<hr>
<p>英文逗号分割输入和命中结果,多次尝试使用分号分割;0: 未命中,1: 部分命中, 2: 精确命中</p>
<hr>
<p>参数说明: </p>
<p>拼音1 - 4个数字表示每个字的拼音位数; 拼音2: 输入尝试状态和结果</p>
<p>汉兜1 - 4个数字表示每个字的拼音声调; 汉兜2: 输入尝试状态和结果, 命中结果输入顺序(拼音声母韵母,汉字位置,汉字声调)</p>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" crossorigin="anonymous"></script>