Browse Source

默认后台整体调整

tags/6.0.4^2
xushubieli 2 years ago
parent
commit
81fbb9402d
3 changed files with 30 additions and 473 deletions
  1. +8
    -451
      src/dede/css/base.css
  2. +20
    -20
      src/dede/templets/index_menu2.htm
  3. +2
    -2
      src/static/ckeditor/config.js

+ 8
- 451
src/dede/css/base.css
File diff suppressed because it is too large
View File


+ 20
- 20
src/dede/templets/index_menu2.htm View File

@@ -34,9 +34,9 @@ dl.bitem2 {
clear:both
}
dl.bitem dt,dl.bitem2 dt {
padding-left:36px;
height:26px;
line-height:26px;
padding-left:36px;
cursor:pointer
}
dl.bitem dt b,dl.bitem2 dt b {
@@ -56,41 +56,41 @@ div.items {
width:80px
}
.flrct {
padding-top:2px;
float:left
float:left;
padding-top:5px
}
.sitemu li {
padding:0 0 0 18px;
height:24px;
line-height:24px;
background:url(images/arr4.gif) no-repeat 5px 9px
height:28px;
line-height:28px;
background:url(images/arr4.gif) no-repeat 6px 11px
}
a.mmac div {
background:url(images/leftbg2.gif) no-repeat;
height:38px!important;
padding:8px 4px 4px 10px;
word-wrap:break-word;
word-break:break-all;
height:38px!important;
font-weight:600;
color:#325304
color:#325304;
background:url(images/leftbg2.gif) no-repeat;
word-wrap:break-word;
word-break:break-all
}
a.mm div {
background:url(images/leftmbg1.gif) no-repeat;
height:38px!important;
padding:8px 4px 4px 10px;
word-wrap:break-word;
word-break:break-all;
height:38px!important;
font-weight:600;
color:#475645;
cursor:pointer
cursor:pointer;
background:url(images/leftmbg1.gif) no-repeat;
word-wrap:break-word;
word-break:break-all
}
a.mm:hover div {
background:url(images/leftbg2.gif) no-repeat;
color:#4F7632
color:#4f7632;
background:url(images/leftbg2.gif) no-repeat
}
.mmf {
height:1px;
padding:6px
padding:6px;
height:1px
}
#mainct {
padding-top:12px;


+ 2
- 2
src/static/ckeditor/config.js View File

@@ -9,9 +9,9 @@ CKEDITOR.editorConfig = function (config) {
{ name: 'clipboard', groups: ['clipboard', 'undo'] },
{ name: 'editing', groups: ['find', 'selection', 'spellchecker', 'editing'] },
{ name: 'forms', groups: ['forms'] },
{ name: 'basicstyles', groups: ['basicstyles', 'cleanup', 'list', 'indent', 'blocks'] },
'/',
{ name: 'basicstyles', groups: ['basicstyles', 'cleanup'] },
{ name: 'paragraph', groups: ['list', 'indent', 'blocks', 'align', 'bidi', 'paragraph','textindent'] },
{ name: 'paragraph', groups: ['align', 'bidi', 'paragraph','textindent'] },
{ name: 'links', groups: ['links'] },
{ name: 'insert', groups: ['insert'] },
'/',


Loading…
Cancel
Save