Browse Source

左侧菜单栏滚动条

娄底高职分支
dyy 2 years ago
parent
commit
15732fd245
2 changed files with 20 additions and 10 deletions
  1. +19
    -9
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault/index.css
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/style/lr-admin.css

+ 19
- 9
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault/index.css View File

@@ -6,7 +6,7 @@
} }


.lr-logo-title { .lr-logo-title {
left: 100px;
left: 140px;
color: #3498DB; color: #3498DB;
padding-top: 15px padding-top: 15px
} }
@@ -20,23 +20,23 @@
top: 0; top: 0;
left: 0; left: 0;
z-index: 3; z-index: 3;
display:none;
display: none;
} }


.lr-frame-menu-wrap .lr-scroll-vertical { .lr-frame-menu-wrap .lr-scroll-vertical {
right: 76px
right: 116px
} }


.lr-frame-menu { .lr-frame-menu {
top: 0; top: 0;
width: 80px;
width: 120px;
height: 100%; height: 100%;
background-color: #282E3B; background-color: #282E3B;
z-index: 2 z-index: 2
} }


.lr-first-menu-list { .lr-first-menu-list {
width: 80px;
width: 120px;
padding-top: 58px padding-top: 58px
} }


@@ -102,7 +102,7 @@
.lr-first-menu-list > li > .lr-menu-item > .lr-menu-item-arrow { .lr-first-menu-list > li > .lr-menu-item > .lr-menu-item-arrow {
display: block; display: block;
position: absolute; position: absolute;
left: 65px;
left: 90px;
top: 57px; top: 57px;
text-indent: 0; text-indent: 0;
font-weight: bold; font-weight: bold;
@@ -118,7 +118,7 @@
border-color: transparent; border-color: transparent;
border-right-color: white; border-right-color: white;
border-left: none; border-left: none;
left: 67px;
left: 92px;
top: 50%; top: 50%;
margin-top: -20px; margin-top: -20px;
z-index: 10 z-index: 10
@@ -127,7 +127,7 @@
.lr-second-menu-list { .lr-second-menu-list {
position: absolute; position: absolute;
top: 0; top: 0;
left: 74px;
left: 99px;
width: 135px; width: 135px;
line-height: 28px; line-height: 28px;
padding: 3px 0 3px; padding: 3px 0 3px;
@@ -286,7 +286,7 @@
} }


.lr-frame-main { .lr-frame-main {
padding: 90px 0 0 80px;
padding: 90px 0 0 120px;
background: #fff background: #fff
} }


@@ -845,3 +845,13 @@
cursor: pointer; cursor: pointer;
z-index: 51; z-index: 51;
} }

.lr-im-bell2 .point {
background: #D71012;
position: absolute;
right: 9px;
top: 6px;
width: 8px;
height: 8px;
border-radius: 50%
}

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/style/lr-admin.css View File

@@ -408,7 +408,7 @@ label {
.lr-uitheme-default .lr-frame-tabs { .lr-uitheme-default .lr-frame-tabs {
top: 56px; top: 56px;
left:0px; left:0px;
padding: 0px 32px 0px 100px;
padding: 0px 32px 0px 140px;


} }




Loading…
Cancel
Save