更新 test.html
parent
ae52b1869c
commit
58e96145a3
|
|
@ -29,11 +29,13 @@
|
|||
color: #fff; /* 白色文字 */
|
||||
background-color: green; /* 已签到日期的背景色 */
|
||||
}
|
||||
|
||||
#current-time {
|
||||
color: #333;
|
||||
margin-bottom: 15px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.reminder {
|
||||
margin-top: 20px;
|
||||
font-size: 16px;
|
||||
|
|
@ -43,6 +45,7 @@
|
|||
.calendar-table th {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
.color-box {
|
||||
display: inline-block;
|
||||
width: 20px;
|
||||
|
|
@ -57,6 +60,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<!-- 动态显示当前时间的标题 -->
|
||||
<h1 id="current-time">当前时间: </h1>
|
||||
|
||||
|
|
@ -87,6 +91,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="//unpkg.com/layui@2.9.2/dist/layui.js"></script>
|
||||
<script>
|
||||
layui.use(['layer'], function () {
|
||||
|
|
|
|||
Reference in New Issue