From 52d27f2875ee72c9e668ffe6054b95c03461ac31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Tue, 29 Nov 2022 16:09:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/web/css/user.css | 111 ++++++++++------------- src/system/archive/archives.class.php | 4 +- src/user/templets/album_add.htm | 2 +- src/user/templets/album_edit.htm | 2 +- src/user/templets/archives_add.htm | 2 +- src/user/templets/archives_edit.htm | 2 +- src/user/templets/archives_sg_add.htm | 2 +- src/user/templets/archives_sg_edit.htm | 2 +- src/user/templets/article_add.htm | 2 +- src/user/templets/article_edit.htm | 2 +- src/user/templets/buy.htm | 2 +- src/user/templets/buy_action_payment.htm | 2 +- src/user/templets/content_list.htm | 16 ++-- src/user/templets/content_sg_list.htm | 16 ++-- src/user/templets/edit_baseinfo.htm | 2 +- src/user/templets/edit_email.htm | 2 +- src/user/templets/edit_face.htm | 2 +- src/user/templets/index.htm | 6 +- src/user/templets/info.htm | 12 --- src/user/templets/mypay.htm | 4 +- src/user/templets/mystow.htm | 6 +- src/user/templets/operation.htm | 4 +- src/user/templets/pm-main.htm | 24 ++--- src/user/templets/soft_add.htm | 2 +- src/user/templets/soft_edit.htm | 2 +- 25 files changed, 103 insertions(+), 130 deletions(-) delete mode 100644 src/user/templets/info.htm diff --git a/src/static/web/css/user.css b/src/static/web/css/user.css index d6180fc0..7d2bdd7d 100644 --- a/src/static/web/css/user.css +++ b/src/static/web/css/user.css @@ -1,84 +1,69 @@ .login-from { - margin: 6rem 0 + margin:6rem 0 } - .login-box { - padding: 1.25rem; - width: 500px; - background: #fff + padding:1.25rem; + width:500px; + background:#fff } - #validateimg { - border-radius: 0 .2rem .2rem 0 + border-radius:0 .2rem .2rem 0 } - -.member-actions { - line-height: 40px; - text-align: right +.user-actions { + line-height:40px; + text-align:right } - -.member-logo { - max-width: 60px; - min-height: 60px; - border-radius: 50% +.user-logo { + max-width:60px; + min-height:60px; + border-radius:50% } - -.member-type span { - position: relative; - padding: .3rem; - font-size: 14px; - font-weight: 400; - top: -10px +.user-img { + margin-right:10px; + width:30px; + height:30px; + border-radius:50%; + border:1px solid #dee2e6 } - -.dropdown { - display: inline-block; - margin-left: .25rem; - content: ""; - border-top: .3em solid; - border-right: .3em solid transparent; - border-bottom: 0; - border-left: .3em solid transparent; - vertical-align: .25rem +.user-type span { + position:relative; + padding:.3rem; + font-size:14px; + font-weight:400; + top:-10px } - -.pannel-main .pannel-main-container { - padding: 1rem; - background: #fff +.user-meter i { + font-size:24px !important +} +.pannel-main-container { + padding:1rem; + background:#fff } - .list-group-item.active a { - color: #fff + color:#fff } - .list-group-flush>.list-group-item { - cursor: pointer + cursor:pointer } - -.pannel-main .nav-link.active { - font-weight: 600 +.nav-link.active { + color:#ec982c } - -.user-meter i { - font-size: 24px !important -} - -.user-img { - margin-right: 10px; - width: 30px; - height: 30px; - border-radius: 50%; - border: 1px solid #dee2e6 +.dropdown { + display:inline-block; + margin-left:.25rem; + content:""; + border-top:.3em solid; + border-right:.3em solid transparent; + border-bottom:0; + border-left:.3em solid transparent; + vertical-align:.25rem } - .form-control { - height: 36px; - line-height: 36px + height:36px; + line-height:36px } - @media (max-width:480px) { - .login-from, - .login-box { - width: 100% - } + .login-from,.login-box { + width:100% +} } \ No newline at end of file diff --git a/src/system/archive/archives.class.php b/src/system/archive/archives.class.php index 1d8e2316..05c7d9c5 100755 --- a/src/system/archive/archives.class.php +++ b/src/system/archive/archives.class.php @@ -707,7 +707,7 @@ class Archives $this->PreNext['pre'] = "上一篇:{$preRow['title']}"; $this->PreNext['preimg'] = "\"{$nextRow['title']}\" "; } else { - $this->PreNext['pre'] = ""; + $this->PreNext['pre'] = "上一篇:暂无"; $this->PreNext['preimg'] = ""; } if (is_array($nextRow)) { @@ -736,7 +736,7 @@ class Archives $this->PreNext['next'] = "下一篇:{$nextRow['title']} "; $this->PreNext['nextimg'] = "\"{$nextRow['title']}\" "; } else { - $this->PreNext['next'] = ""; + $this->PreNext['next'] = "下一篇:暂无"; $this->PreNext['nextimg'] = ""; } } diff --git a/src/user/templets/album_add.htm b/src/user/templets/album_add.htm index 809d55bf..8974a28f 100755 --- a/src/user/templets/album_add.htm +++ b/src/user/templets/album_add.htm @@ -15,7 +15,7 @@
-
+