From 907eb84d61b1d989c84973ded97e1d5e18ae7d1c Mon Sep 17 00:00:00 2001 From: nelson Date: Fri, 1 Oct 2021 15:31:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/common.css | 22 +++----- views/T.header.tpl | 2 + views/iframe/user.html | 123 ----------------------------------------- views/login.html | 1 - views/regist.html | 77 -------------------------- 5 files changed, 10 insertions(+), 215 deletions(-) delete mode 100644 views/iframe/user.html delete mode 100644 views/regist.html diff --git a/static/css/common.css b/static/css/common.css index c08b6ab..d36c90c 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -232,27 +232,21 @@ a{ } -.comms-root{ - width: 68%; - margin: 0 auto; +.comms-right-root{ + position: fixed; + right: 0px; + top: 10%; } - -.comms-root a{ - text-decoration: none; +.comms-left-root{ + position: fixed; + left: 0px; + top: 10%; } img { max-width: 100% !important; } -.blog-referral{ - width: 100%; - margin: 40px auto; -} -.blog-referral p{ - padding: 3px 0; -} - .layui-code-view .layui-code-ol li{ margin-left: 0px !important; } diff --git a/views/T.header.tpl b/views/T.header.tpl index 25b03eb..c8e4075 100644 --- a/views/T.header.tpl +++ b/views/T.header.tpl @@ -18,4 +18,6 @@ + + {{end}} \ No newline at end of file diff --git a/views/iframe/user.html b/views/iframe/user.html deleted file mode 100644 index c946630..0000000 --- a/views/iframe/user.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - 首页 - 码农随笔 - - - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
- -
- - - \ No newline at end of file diff --git a/views/login.html b/views/login.html index 13389fb..b751ec4 100644 --- a/views/login.html +++ b/views/login.html @@ -283,5 +283,4 @@ } }) - \ No newline at end of file diff --git a/views/regist.html b/views/regist.html deleted file mode 100644 index 9bb0a63..0000000 --- a/views/regist.html +++ /dev/null @@ -1,77 +0,0 @@ -{{template "header" .}} - -注册 - 码农随笔 - - -
-{{template "nav" .}} - -
- - - - \ No newline at end of file