+ 添加公安备案号
This commit is contained in:
@@ -7,44 +7,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<title>日期计算</title>
|
||||
<link rel="stylesheet" href="../statics/github.css">
|
||||
<style>
|
||||
body {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
input {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
button {
|
||||
width: 100%;
|
||||
height: 36px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#includeToday {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
#includeToday+label {
|
||||
display: inline-block;
|
||||
width: 90%;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
.pure-table {
|
||||
width: 100%;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.pure-table caption {
|
||||
font-style: normal;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="../statics/theme.css">
|
||||
<script src="../statics/modules/jquery.min.js"></script>
|
||||
<script>
|
||||
const SS_DATA = [
|
||||
@@ -201,6 +164,44 @@
|
||||
}
|
||||
|
||||
</script>
|
||||
<style>
|
||||
body {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
input {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
button {
|
||||
width: 100%;
|
||||
height: 36px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#includeToday {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
#includeToday+label {
|
||||
display: inline-block;
|
||||
width: 90%;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
.pure-table {
|
||||
width: 100%;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.pure-table caption {
|
||||
font-style: normal;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -230,8 +231,10 @@
|
||||
</body>
|
||||
|
||||
<footer>
|
||||
<p style="text-align: center;">
|
||||
<p>
|
||||
<a href="https://beian.miit.gov.cn" target="_blank">赣ICP备2025067425号</a>
|
||||
<br>
|
||||
<a href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=36012402000282">赣公网安备36012402000282号</a>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user