Skip to content

Commit

Permalink
修复后台管理员无权限报错问题,
Browse files Browse the repository at this point in the history
修复SEO首页地图页地址错误问题,
修复导航栏动态加载错误的问题,
修复部分短连接接口调用无效的问题,
搜索弹出框增加百度热门搜索,
首页设置增加位置排序功能
  • Loading branch information
amujie committed Aug 4, 2020
1 parent a05b336 commit 6814139
Show file tree
Hide file tree
Showing 60 changed files with 1,881 additions and 2,557 deletions.
4 changes: 3 additions & 1 deletion about/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"修复后台管理员无权限报错问题",
"修复SEO首页地图页地址错误问题",
"修复导航栏动态加载错误的问题",
"搜索弹出框增加百度热门搜索"
"修复部分短连接接口调用无效的问题",
"搜索弹出框增加百度热门搜索",
"首页设置增加位置排序功能"
],
"1.1.3": [
"采集收藏增加管理员权限验证",
Expand Down
4 changes: 2 additions & 2 deletions asset/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ input:-webkit-autofill:focus {background-clip: content-box !important;}
.mo-swip-title {position: absolute;bottom: -1px;padding: 1.875rem .625rem .625rem;width: 100%}
.mo-swip-head {margin-bottom: .3125rem}
.mo-swip-prev,
.mo-swip-next {position: absolute;top: 50%;width: 1.875rem;height: 3.125rem;line-height: 3.125rem;margin-top: -1.5625rem;border-radius: .125rem;background-color: rgba(0, 0, 0, .4)}
.mo-swip-next {position: absolute;top: 50%;width: 1.875rem;height: 3.125rem;line-height: 3.125rem;margin-top: -1.5625rem;background-color: rgba(0, 0, 0, .4)}
.mo-swip-prev {left: 1.25rem;right: auto}
.mo-swip-next {right: 1.25rem;left: auto}
.mo-swip-pagin {position: absolute;right: .3125rem;bottom: .3125rem;width: 100%}
Expand Down Expand Up @@ -779,7 +779,7 @@ input:-webkit-autofill:focus {background-clip: content-box !important;}
.mo-brow-info .mo-brow-inow {padding: 200px 20px 20px 20px;font-size: 54px;}
.mo-brow-info .mo-brow-foot {position: fixed;bottom: 20px;}
/* 对联广告 */
.mo-coup-info .mo-coup-item {position: fixed;top: 150px;width: 100px;}
.mo-coup-info .mo-coup-item {position: fixed;top: 150px;width: 100px;z-index: 999;}
.mo-coup-info .mo-coup-left {left: 20px;}
.mo-coup-info .mo-coup-right {right: 20px;}
/* 主题用户协议弹窗 */
Expand Down
Loading

0 comments on commit 6814139

Please sign in to comment.