脑袋好乱啊,先上传了

This commit is contained in:
2025-12-28 23:12:28 +08:00
parent 8ca06abe4a
commit 4266c8ac5c
10 changed files with 179 additions and 147 deletions

View File

@@ -1,9 +1,13 @@
{# 引入base #}
{% extends 'blog/home_base.html' %}
{% extends 'blog/base.html' %}
{# 引入标题 #}
{% block title %}首页{% endblock %}
{% include 'blog/head.html' %}
{% include 'blog/wallpaper.html' %}
{% block logs_and_page %}
<h1>欢迎访问open-ww3-project</h1>
<!-- 屑站日志 -->
@@ -52,13 +56,13 @@
<!-- css 部分 -->
<style>
#posts {
margin: -20% 0 0 60%;
margin: -31% 0 0 60%;
}
/* 日志 */
#logs
{
height: 220px;
width: 460px;
height: 50%;
width: 40%;
overflow: auto;
background: #ffffffbc;
/* up、right、down、left */