diff --git a/target/classes/static/css/layuimini.css b/target/classes/static/css/layuimini.css index 8017badc..609f6c9c 100644 --- a/target/classes/static/css/layuimini.css +++ b/target/classes/static/css/layuimini.css @@ -836,6 +836,11 @@ left: 0; } + .layuimini-footer-content { + left: 0; + } + + .layui-layout-admin .layui-body .layui-tab-item.layui-show { border-top: 1px solid #e2e2e2; } @@ -915,6 +920,35 @@ z-index: 997; } + .layuimini-footer-content { + z-index: 997; + text-align: center; + } + + .layuimini-footer-content-right { + width: 35%; + display: inline-block; + } + + .layuimini-footer-content-center { + width: 20%; + display: inline-block; + } + + .layuimini-footer-content-left { + width: 35%; + display: inline-block; + } + + .layuimini-footer-content-item { + width: 1%; + position: relative; + text-overflow: ellipsis; + overflow: hidden; + display: table-cell; + } + + /*修复UC之类的浏览器点击无效*/ .layuimini-make { cursor: pointer; diff --git a/target/classes/static/css/public.css b/target/classes/static/css/public.css index 509dd165..ce91bcbb 100644 --- a/target/classes/static/css/public.css +++ b/target/classes/static/css/public.css @@ -162,4 +162,68 @@ body { background-color: rgba(0, 0, 0, .7); color: #fff; cursor: pointer; -} \ No newline at end of file +} + + + +.layuimini-qiuck-module a i { + display: inline-block; + width: 100%; + height: 60px; + line-height: 60px; + text-align: center; + border-radius: 2px; + font-size: 30px; + background-color: #F8F8F8; + color: #333; + transition: all .3s; + -webkit-transition: all .3s; +} + +.layuimini-qiuck-module a cite { + position: relative; + top: 2px; + display: block; + color: #666; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + font-size: 14px; +} + + +.layuimini-notice:hover, .layuimini-myTask:hover { + background: #f6f6f6; +} + +.layuimini-notice, .layuimini-myTask { + padding: 7px 16px; + clear: both; + font-size: 12px !important; + cursor: pointer; + position: relative; + transition: background 0.2s ease-in-out; +} + +.layuimini-notice-title, .layuimini-notice-label, .layuimini-myTask-type { + padding-right: 70px !important; + text-overflow: ellipsis !important; + overflow: hidden !important; + white-space: nowrap !important; +} + +.layuimini-notice-title, .layuimini-myTask-type { + line-height: 28px; + font-size: 14px; +} + +.layuimini-notice-extra, .layuimini-myTask-extra { + position: absolute; + top: 50%; + margin-top: -8px; + right: 16px; + display: inline-block; + height: 16px; + color: #999; +} + diff --git a/target/classes/static/lib/layui-v2.6.3/css/layui.css b/target/classes/static/lib/layui-v2.6.3/css/layui.css index b8759d0b..043e81e8 100644 --- a/target/classes/static/lib/layui-v2.6.3/css/layui.css +++ b/target/classes/static/lib/layui-v2.6.3/css/layui.css @@ -963,6 +963,7 @@ a cite { background-color: #23262E } + .layui-layout-admin .layui-side { top: 60px; width: 200px; @@ -982,15 +983,16 @@ a cite { .layui-layout-admin .layui-footer { position: fixed; - left: 200px; + left: 0; right: 0; bottom: 0; z-index: 990; - height: 44px; - line-height: 44px; + height: 50px; + line-height: 50px; padding: 0 15px; box-shadow: -1px 0 4px rgb(0 0 0 / 12%); - background-color: #FAFAFA + background-color: #FAFAFA; + table-layout: fixed; } .layui-layout-admin .layui-logo { @@ -5792,4 +5794,4 @@ body .layui-util-face .layui-layer-content { .layui-anim-fadeout { -webkit-animation-name: layui-fadeout; animation-name: layui-fadeout -} \ No newline at end of file +} diff --git a/target/classes/templates/index_mobile.html b/target/classes/templates/index_mobile.html index 7855af7e..63aaa5f8 100644 --- a/target/classes/templates/index_mobile.html +++ b/target/classes/templates/index_mobile.html @@ -17,6 +17,7 @@ + -