update style
This commit is contained in:
9
lod.html
9
lod.html
@@ -4,11 +4,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<!-- 尝试适配 Safari 浏览器点击输入框页面会放大的问题 -->
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
|
||||||
<meta name="viewport" content="width=device-width; initial-scale=1.0; minimum-scale=1.0; maximum-scale=1.0"/>
|
|
||||||
<title>干燥失重</title>
|
<title>干燥失重</title>
|
||||||
<link rel="stylesheet" href="./github.css">
|
<link rel="stylesheet" href="./github.css">
|
||||||
|
<link rel="stylesheet" href="./theme.css">
|
||||||
<script src="./decimal.js"></script>
|
<script src="./decimal.js"></script>
|
||||||
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
@@ -101,6 +100,8 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
样品名:<input type="text" name="lod-name" id="lod-name"><br><br>
|
||||||
|
|
||||||
<div class="one-team">
|
<div class="one-team">
|
||||||
第一组(Lod1)<br>
|
第一组(Lod1)<br>
|
||||||
<input type="number" name="m0l" id="m0l" class="one-input m0" placeholder="m0"><br>
|
<input type="number" name="m0l" id="m0l" class="one-input m0" placeholder="m0"><br>
|
||||||
@@ -117,7 +118,9 @@
|
|||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="buttons">
|
||||||
<button id="ok">确定</button>
|
<button id="ok">确定</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="msgbox"></div>
|
<div class="msgbox"></div>
|
||||||
|
|
||||||
|
|||||||
21
theme.css
21
theme.css
@@ -1,6 +1,7 @@
|
|||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: 'Courier New', Courier, monospace;
|
font-family: 'Courier New', Courier, monospace;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@@ -16,3 +17,23 @@ a {
|
|||||||
border: 1px solid #323232;
|
border: 1px solid #323232;
|
||||||
border-left-width: 5px;
|
border-left-width: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.buttons {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
width: 98%;
|
||||||
|
height: 32px;
|
||||||
|
margin-top: 3px;
|
||||||
|
line-height: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
height: 32px;
|
||||||
|
width: 128px;
|
||||||
|
text-align: center;
|
||||||
|
background-color: deepskyblue;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user