diff --git a/doc/更新日志.md b/doc/更新日志.md index bf3317b..8140aa6 100644 --- a/doc/更新日志.md +++ b/doc/更新日志.md @@ -1,3 +1,7 @@ +###### 2023/05/11 +- [X] 3.9.41beta23 完成播放功能 +- [X] 优化部分显示bug + ###### 2023/05/10 - [X] 3.9.41beta18 后台管理预览源增加搜索页 - [X] 修复js0搜索不支持翻页问题 diff --git a/js/version.txt b/js/version.txt index 4f1d812..7c87d9d 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.9.41beta22 \ No newline at end of file +3.9.41beta23 \ No newline at end of file diff --git a/templates/cms/mxpro/css/commonUI.css b/templates/cms/mxpro/css/commonUI.css index 83b72d3..24d7ad0 100644 --- a/templates/cms/mxpro/css/commonUI.css +++ b/templates/cms/mxpro/css/commonUI.css @@ -6,5 +6,25 @@ a.links{ max-width: 100%; border-radius: 2px;height:155px; overflow: hidden; -pointer-events: none; +/*pointer-events: none;*/ +} + +.showPhoto { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.5); + z-index: 99999; + display: flex; + align-items: center; + justify-content: center; +} + +.showPhoto .img { + display: block; + margin: auto 0; + max-width: 100%; + text-align: center; } \ No newline at end of file diff --git a/templates/cms/mxpro/detailContent.html b/templates/cms/mxpro/detailContent.html index 7f2ca64..bc07cd1 100644 --- a/templates/cms/mxpro/detailContent.html +++ b/templates/cms/mxpro/detailContent.html @@ -44,9 +44,15 @@