diff --git a/docs/changelog.md b/docs/changelog.md index 67565d1b..4bfa4f08 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,14 +1,17 @@ # 更新记录 通过访问 https://www.dedebiz.com/git 获取完整更新记录 -# V6.2.13 +# V6.3 - 再次优化后台部分代码面向对象,提高性能正确引导,致力于打造高效、简约CMS系统; - 优化提示类说明注释文字及页面元素; +- 优化默认模板标签,新加元素; - 优化IE浏览器过渡提示使用; - 修正谷歌浏览器错误提示; - 修正ck富文本的错误问题; - 调整后台和前台资源整理一起方便维护; - 简化会员中心资料修改繁琐问题; +- 移除安装目录功能; +- 其他常规问题修复; # V6.2.12 - 增加管理员密码修改工具; diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index dfa71d53..c45fac2b 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -23,11 +23,12 @@ input[type=file]{padding:0;height:auto;border:0} .item-admin{padding:75px 1rem} .item-theme{margin-bottom:2rem} .item-theme-box{padding:1.5rem} +.item-theme .title a,.item-news .title a{color:#343a40} .item-theme-img img{width:100%;height:250px} .item-theme p,.item-news p{margin-bottom:0;color:#999;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical} .item-news{margin-bottom:2rem;padding:1.5rem} -.item-theme:hover,.item-news:hover{box-shadow:0 14px 30px -16px rgba(0,36,100,.25);transform:translateY(-6px);transition:all 0.5s} -.item-news h4{margin:20px 0 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} +.item-theme:hover,.item-news:hover{box-shadow:0 14px 30px -16px rgba(0,36,100,.25);transform:translateY(-5px);transition:all 0.5s} +.item-news .title{margin:20px 0 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} .item-news-img img{width:100%;height:200px} .item-news i,.item-news span{color:#999} .item-info a{color:#1eb867} @@ -44,8 +45,9 @@ input[type=file]{padding:0;height:auto;border:0} .article-hot-box{padding:1rem 1.5rem;background:#fff} .article-hot-box h4{font-size:14px;font-weight:300;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} .article-hot-box i,.article-hot-box span,.article-meta span,.item-theme-box .text-left i,.item-theme-box .text-right span,.list-article-body i,.list-article-body span{color:#999} -.article-main h1,.article-main h2,.article-main h3,.article-main h4,.article-main h5,.article-main h6{margin:20px 0;padding:0 10px;font-size:18px!important;border-left:3px solid #20c997} -.article-meta span{margin-right:1rem} +.article-main .title h1{font-size:24px} +.article-main .body h1,.article-main .body h2,.article-main .body h3,.article-main .body h4,.article-main .body h5,.article-main .body h6{margin:20px 0;padding:0 10px;font-size:18px!important;border-left:3px solid #20c997} +.article-main .meta span{margin-right:1rem} .likes .comment-container{width:200px;padding:10px 20px;border:1px solid #f5f5f5;border-radius:30px;margin:0 6px;cursor:pointer} .likes .comment-container:hover{background:#fffce0} .likes .comment-top{display:flex;flex-direction:row;align-items:center;margin-bottom:10px} @@ -65,8 +67,6 @@ input[type=file]{padding:0;height:auto;border:0} .feedbacks .feedback-basic{display:inline-block} .feedbacks .feedback-action{float:right} .feedbacks ._feedback_reply .alert{margin-bottom:0} -.nav-item .active{color:#ff8400} -.logo img{height:40px} .login-from{margin:5rem auto;width:500px} .login-box{padding:1.25rem;background:#fff} .user-login,.user-actions{line-height:40px} @@ -80,6 +80,8 @@ input[type=file]{padding:0;height:auto;border:0} .user-img-xs{width:30px;height:30px;border-radius:50%;border:1px solid #eee} .user-meter i{font-size:24px!important;color:#1eb867} .userspace .info{font-size:14px;font-weight:300;color:#6c757d} +.logo img{height:40px} +.nav-item .active{color:#ff8400} .nav-link{padding:0 10px;height:36px;line-height:36px} .navbar-dark .navbar-nav .nav-link{color:#eee} .list-group-item.active a{color:#fff} diff --git a/src/theme/dedebiz/article_article.htm b/src/theme/dedebiz/article_article.htm index 729e50bb..6bd42ab1 100644 --- a/src/theme/dedebiz/article_article.htm +++ b/src/theme/dedebiz/article_article.htm @@ -28,21 +28,23 @@
-

{dede:field.title/}

-