diff --git a/db.sqlite3 b/db.sqlite3 index a6a9b63..909fa5f 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/static/style.css b/static/style.css index d2fbaa4..06b5ba4 100644 --- a/static/style.css +++ b/static/style.css @@ -1,12 +1,40 @@ +/* 页头下边框线 */ +.layui-header{ + border-bottom:1px solid #ddd; +} +/* 页头搜索框样式 */ +.component{ + position: absolute; + width: 250px; + left: 160px; + top: 10px; +} +/* 页头logo图片样式 */ .logo { position: absolute; - left: 0; + left: 20px; top: 16px; } .logo img { /*width: 85px;*/ height: 30px; } +/* 页头背景 */ +.layui-nav{ + background-color:transparent; +} +.layui-header .layui-nav{ + position: absolute; + right: 0; + top: 0; + padding: 0; +} +.layui-nav .layui-nav-item a{ + color:black; +} +.layui-nav .layui-nav-item a:hover{ + color:black; +} .project-list{ margin: 50px 0; font-size: 0; diff --git a/template/app_doc/create_doc.html b/template/app_doc/create_doc.html index 72ebe99..63414b1 100644 --- a/template/app_doc/create_doc.html +++ b/template/app_doc/create_doc.html @@ -9,12 +9,43 @@
- - - - - - +