調整樣式

This commit is contained in:
Raymond Yang
2023-06-28 09:56:48 +08:00
parent c2641714c3
commit c14e4cd1c3
4 changed files with 269 additions and 141 deletions
+134 -82
View File
@@ -1,95 +1,147 @@
<!DOCTYPE html>
<html lang="zh-TW" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
<head>
<html
lang="zh-TW"
xmlns="http://www.w3.org/1999/html"
xmlns="http://www.w3.org/1999/html"
>
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>新增/修改紀錄</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<body>
<h1 id="title">新增/修改紀錄</h1>
<hr>
<h4>填寫方式:掉刀填0,正常出刀填X周-Y王。傷害依照幹部規定要不要填,如不填可留空</h4>
<hr>
<hr />
<h4>填寫方式:掉刀填0,正常出刀填X周-Y王。</h4>
<br />
<h4>傷害依照幹部規定要不要填,如不填可留空</h4>
<hr />
<form id="record-form">
<table>
<tr>
<td><h4>第1刀正刀</h4></td>
<td>
<input type="text" id="knife1_boss" placeholder="x周-y王" />
</td>
<td><h4>第1刀正刀傷害</h4></td>
<td>
<input type="number" id="knife1_damage" placeholder="ex: 12000000" />
</td>
</tr>
<tr>
<td><h4>第1刀殘刀</h4></td>
<td>
<input type="text" id="knife1c_boss" placeholder="x周-y王" />
</td>
<td><h4>第1刀殘刀傷害</h4></td>
<td>
<input type="number" id="knife1c_damage" placeholder="ex: 12000000" />
</td>
</tr>
</table>
<hr />
<table>
<tr>
<td><h4>第2刀正刀</h4></td>
<td>
<input type="text" id="knife2_boss" placeholder="x周-y王" />
</td>
<td><h4>第2刀正刀傷害</h4></td>
<td>
<input type="number" id="knife2_damage" placeholder="ex: 12000000" />
</td>
</tr>
<tr>
<td><h4>第2刀殘刀</h4></td>
<td>
<input type="text" id="knife2c_boss" placeholder="x周-y王" />
</td>
<td><h4>第2刀殘刀傷害</h4></td>
<td>
<input type="number" id="knife2c_damage" placeholder="ex: 12000000" />
</td>
</tr>
</table>
<hr />
<table>
<tr>
<td><h4>3刀正</h4></td>
<td>
<input type="text" id="knife3_boss" placeholder="x周-y王" />
</td>
<td><h4>第3刀正刀傷害</h4></td>
<td>
<input type="number" id="knife3_damage" placeholder="ex: 12000000" />
</td>
</tr>
<tr>
<td><h4>第3刀殘刀</h4></td>
<td>
<input type="text" id="knife3c_boss" placeholder="x周-y王" />
</td>
<td><h4>第3刀殘刀傷害</h4></td>
<td>
<input type="number" id="knife3c_damage" placeholder="ex: 12000000" />
</td>
</tr>
</table>
<hr />
<p><button type="submit">送出</button></p>
<table>
<tr>
<td>
<h5>第1刀<br />正刀</h5>
</td>
<td>
<input type="text" id="knife1_boss" placeholder="x周-y王" />
</td>
<td>
<h5>第1刀<br />正刀傷害</h5>
</td>
<td>
<input
type="number"
id="knife1_damage"
placeholder="ex: 12000000"
/>
</td>
</tr>
<tr>
<td>
<h5>第1刀<br />殘刀</h5>
</td>
<td>
<input type="text" id="knife1c_boss" placeholder="x周-y王" />
</td>
<td>
<h5>第1刀<br />殘刀傷害</h5>
</td>
<td>
<input
type="number"
id="knife1c_damage"
placeholder="ex: 12000000"
/>
</td>
</tr>
</table>
<hr />
<table>
<tr>
<td>
<h5>第2刀<br />正刀</h5>
</td>
<td>
<input type="text" id="knife2_boss" placeholder="x周-y王" />
</td>
<td>
<h5>2<br />正刀傷害</h5>
</td>
<td>
<input
type="number"
id="knife2_damage"
placeholder="ex: 12000000"
/>
</td>
</tr>
<tr>
<td>
<h5>第2刀<br />殘刀</h5>
</td>
<td>
<input type="text" id="knife2c_boss" placeholder="x周-y王" />
</td>
<td>
<h5>第2刀<br />殘刀傷害</h5>
</td>
<td>
<input
type="number"
id="knife2c_damage"
placeholder="ex: 12000000"
/>
</td>
</tr>
</table>
<hr />
<table>
<tr>
<td>
<h5>第3刀<br />正刀</h5>
</td>
<td>
<input type="text" id="knife3_boss" placeholder="x周-y王" />
</td>
<td>
<h5>第3刀<br />正刀傷害</h5>
</td>
<td>
<input
type="number"
id="knife3_damage"
placeholder="ex: 12000000"
/>
</td>
</tr>
<tr>
<td>
<h5>第3刀<br />殘刀</h5>
</td>
<td>
<input type="text" id="knife3c_boss" placeholder="x周-y王" />
</td>
<td>
<h5>第3刀<br />殘刀傷害</h5>
</td>
<td>
<input
type="number"
id="knife3c_damage"
placeholder="ex: 12000000"
/>
</td>
</tr>
</table>
<hr />
<p><button type="submit">送出</button></p>
</form>
<script src="https://cdn.jsdelivr.net/npm/axios@1.1.2/dist/axios.min.js"></script>
<script src="./js/edit.js"></script>
</body>
</html>
</body>
</html>