diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault/index.css b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault/index.css index 4fad48609..dcdd273ec 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault/index.css +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault/index.css @@ -6,7 +6,7 @@ } .lr-logo-title { - left: 100px; + left: 140px; color: #3498DB; padding-top: 15px } @@ -24,19 +24,19 @@ } .lr-frame-menu-wrap .lr-scroll-vertical { - right: 76px + right: 116px } .lr-frame-menu { top: 0; - width: 80px; + width: 120px; height: 100%; background-color: #282E3B; z-index: 2 } .lr-first-menu-list { - width: 80px; + width: 120px; padding-top: 58px } @@ -102,7 +102,7 @@ .lr-first-menu-list > li > .lr-menu-item > .lr-menu-item-arrow { display: block; position: absolute; - left: 65px; + left: 90px; top: 57px; text-indent: 0; font-weight: bold; @@ -118,7 +118,7 @@ border-color: transparent; border-right-color: white; border-left: none; - left: 67px; + left: 92px; top: 50%; margin-top: -20px; z-index: 10 @@ -127,7 +127,7 @@ .lr-second-menu-list { position: absolute; top: 0; - left: 74px; + left: 99px; width: 135px; line-height: 28px; padding: 3px 0 3px; @@ -286,7 +286,7 @@ } .lr-frame-main { - padding: 90px 0 0 80px; + padding: 90px 0 0 120px; background: #fff } diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDesktop/Index.css b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDesktop/Index.css index a603916dc..99ba788eb 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDesktop/Index.css +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDesktop/Index.css @@ -90,7 +90,7 @@ .task-stat { position: relative; - height: 104px; + height: 74px; width: 100%; border-radius: 5px; font-family: "Open Sans", sans-serif; @@ -109,8 +109,8 @@ color: #FFF; opacity: .4; filter: alpha(opacity=10); - font-size: 60px; - line-height: 65px + font-size: 30px; + line-height: 50px } .task-stat .details { @@ -121,8 +121,8 @@ .task-stat .details .number { text-align: right; - font-size: 32px; - line-height: 36px; + font-size: 24px; + line-height: 28px; letter-spacing: -1px; margin-bottom: 0; font-weight: 300 @@ -130,8 +130,8 @@ .task-stat .details .desc { text-align: right; - font-size: 15px; - padding-top: 5px + font-size: 14px; + padding-top: 3px } .task-stat .more { diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-admin.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-admin.js index 2169b35a1..816290f09 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-admin.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-admin.js @@ -211,11 +211,11 @@ var loaddfimg; var _html = '
界面风格
'; _html += '
'; _html += '
'; - _html += '
'; + //_html += '
'; //_html += '
'; - _html += '
'; + //_html += '
'; _html += '
'; - _html += '
'; + //_html += '
'; _html += '
'; $setting.append($btn); diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/style/lr-admin.css b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/style/lr-admin.css index 29e2a4eb8..51c30357f 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/style/lr-admin.css +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/style/lr-admin.css @@ -407,7 +407,7 @@ label { .lr-uitheme-default .lr-frame-tabs { top: 56px; left:0px; - padding: 0px 32px 0px 100px; + padding: 0px 32px 0px 140px; }