Browse Source

Update index_menu.htm

tags/6.2.0
xushubieli 2 years ago
parent
commit
2df3dd849f
1 changed files with 12 additions and 16 deletions
  1. +12
    -16
      src/admin/templets/index_menu.htm

+ 12
- 16
src/admin/templets/index_menu.htm View File

@@ -23,7 +23,6 @@
padding-top: 1rem
}
.mright {
padding-top: 1rem;
width: 100%;
background: #fff;
border: 1px solid #dee2e6;
@@ -55,29 +54,26 @@
background: #424b51
}
dl.bitem {
margin: 0 10px 2px 10px;
clear: both
}
dl.bitem dd {
padding: 10px;
background: #fff
}
dl.bitem dt b {
color: #424b51
margin: 1rem 0 10px 0;
padding: 0 10px
}
dl.bitem dt {
padding-left: 16px;
height: 26px;
line-height: 26px;
margin-bottom: 10px;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #f8f8f8;
border-radius: .2rem;
cursor: pointer
}
dl.bitem dt b {
color: #424b51
}
.sitemu li {
padding: 0 0 0 20px;
padding: 0 0 0 10px;
display: block;
height: 26px;
line-height: 26px;
background: url(../static/web/img/arr4.gif)no-repeat 6px 10px
line-height: 26px
}
.fllct {
float: left


Loading…
Cancel
Save