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