修改主页日志日期问题
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td id="td_logs">2025.07.30</td>
|
||||
<td id="td_logs_content">新增post、模块,这是第一篇<a href="https://ww3.tw/blog/md/post/s/2025/7/30/">文章</a></td>
|
||||
<td id="td_logs_content">新增post、模块,这是第一篇<a href="https://ww3.tw/blog/md/post/s/2025/07/30/">文章</a></td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -77,18 +77,33 @@
|
||||
</font>
|
||||
</div>
|
||||
<!-- 屑站日志 -->
|
||||
<div id="js_date"></div>
|
||||
<script>
|
||||
</script>
|
||||
<br>
|
||||
<br>
|
||||
<div id="post_content">
|
||||
<?php
|
||||
include "./read_file.php";
|
||||
?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<?php
|
||||
include "../static/html/black-block.html";
|
||||
?>
|
||||
|
||||
<style>
|
||||
#open-ww3-project-img
|
||||
{
|
||||
overflow: auto;
|
||||
/* up、right、down、left */
|
||||
margin: -354px 0px 0px 1035px;
|
||||
}
|
||||
#post_content
|
||||
{
|
||||
/*text-align: center;*/
|
||||
height: 500px;
|
||||
width: 450px;
|
||||
color: rgb(202, 202, 202);
|
||||
overflow: auto;
|
||||
/* up、right、down、left */
|
||||
margin: -250px 0px 0px 700px;
|
||||
}
|
||||
body
|
||||
{
|
||||
background-color: rgba(147, 185, 255, 0.644);
|
||||
@@ -142,9 +157,10 @@
|
||||
padding-left: 10px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
</style>
|
||||
|
||||
#js_date{
|
||||
color: rgb(55, 0, 255);
|
||||
font-size: 200%;
|
||||
}
|
||||
</style>
|
||||
<!-- 专属php代码部分 -->
|
||||
<?php
|
||||
include "../static/html/black-block.html";
|
||||
?>
|
||||
<!-- php部分 -->
|
||||
Reference in New Issue
Block a user