Procházet zdrojové kódy

样式调整

金隅分支
liangkun před 3 roky
rodič
revize
d6778dd1dc
4 změnil soubory, kde provedl 19 přidání a 19 odebrání
  1. +8
    -8
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault/index.css
  2. +7
    -7
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDesktop/Index.css
  3. +3
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-admin.js
  4. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/style/lr-admin.css

+ 8
- 8
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault/index.css Zobrazit soubor

@@ -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
}



+ 7
- 7
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDesktop/Index.css Zobrazit soubor

@@ -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 {


+ 3
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-admin.js Zobrazit soubor

@@ -211,11 +211,11 @@ var loaddfimg;
var _html = '<div class="panel-heading">界面风格</div>';
_html += '<div class="panel-body">';
_html += '<div><label><input type="radio" name="ui_theme" value="1" ' + (uitheme == '1' ? 'checked' : '') + '>经典版</label></div>';
_html += '<div><label><input type="radio" name="ui_theme" value="2" ' + (uitheme == '2' ? 'checked' : '') + '>风尚版</label></div>';
//_html += '<div><label><input type="radio" name="ui_theme" value="2" ' + (uitheme == '2' ? 'checked' : '') + '>风尚版</label></div>';
//_html += '<div><label><input type="radio" name="ui_theme" value="3" ' + (uitheme == '3' ? 'checked' : '') + '>炫动版</label></div>';
_html += '<div><label><input type="radio" name="ui_theme" value="4" ' + (uitheme == '4' ? 'checked' : '') + '>飞扬版</label></div>';
//_html += '<div><label><input type="radio" name="ui_theme" value="4" ' + (uitheme == '4' ? 'checked' : '') + '>飞扬版</label></div>';
_html += '<div><label><input type="radio" name="ui_theme" value="5" ' + (uitheme == '5' ? 'checked' : '') + '>导航版</label></div>';
_html += '<div><label><input type="radio" name="ui_theme" value="6" ' + (uitheme == '6' ? 'checked' : '') + '>主题5</label></div>';
//_html += '<div><label><input type="radio" name="ui_theme" value="6" ' + (uitheme == '6' ? 'checked' : '') + '>主题5</label></div>';

_html += '</div>';
$setting.append($btn);


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

@@ -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;

}



Načítá se…
Zrušit
Uložit