脑袋好乱啊,先上传了
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user