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'] = " ";
} 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'] = "
";
} 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 @@