+ 尝试适配 safari, 点击输入框时调起九宫格数字键盘
+ 去除选中输入框时的效果 + 修复一点小问题
This commit is contained in:
12
index.html
12
index.html
@@ -1,25 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<html lang="zh_CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="github.css">
|
||||
<link rel="stylesheet" href="theme.css">
|
||||
<script>
|
||||
window.onload = function () {
|
||||
}
|
||||
|
||||
function goUrl(url) {
|
||||
window.location.href = url;
|
||||
}
|
||||
</script>
|
||||
<title>QC TOOL</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="list">
|
||||
<div class="item" onclick="window.location.href='/titer.html'">
|
||||
<div class="item" onclick="window.location.href='./titer.html'">
|
||||
标水(Titer)
|
||||
</div>
|
||||
<div class="item" onclick="window.location.href='./lod.html'">
|
||||
|
||||
12
lod.html
12
lod.html
@@ -104,17 +104,17 @@
|
||||
|
||||
<div class="one-team">
|
||||
第一组(Lod1)<br>
|
||||
<input type="number" name="m0l" id="m0l" class="one-input m0" placeholder="m0"><br>
|
||||
<input type="number" name="m1l" id="m1l" class="one-input m1" placeholder="m1"><br>
|
||||
<input type="number" name="m3l" id="m3l" class="one-input m3" placeholder="m3"><br>
|
||||
<input type="number" name="m0l" id="m0l" class="one-input m0" placeholder="m0" inputmode="decimal"><br>
|
||||
<input type="number" name="m1l" id="m1l" class="one-input m1" placeholder="m1" inputmode="decimal"><br>
|
||||
<input type="number" name="m3l" id="m3l" class="one-input m3" placeholder="m3" inputmode="decimal"><br>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<div class="two-team">
|
||||
第二组(Lod2)<br>
|
||||
<input type="number" name="m0r" id="m0r" class="two-input m0" placeholder="m0"><br>
|
||||
<input type="number" name="m1r" id="m1r" class="two-input m1" placeholder="m1"><br>
|
||||
<input type="number" name="m3r" id="m3r" class="two-input m3" placeholder="m3"><br>
|
||||
<input type="number" name="m0r" id="m0r" class="two-input m0" placeholder="m0" inputmode="decimal"><br>
|
||||
<input type="number" name="m1r" id="m1r" class="two-input m1" placeholder="m1" inputmode="decimal"><br>
|
||||
<input type="number" name="m3r" id="m3r" class="two-input m3" placeholder="m3" inputmode="decimal"><br>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user