📄 system.css
字号:
@charset "gb2312";
/* CSS Document */
body {
padding:0;
margin:0;
height:100%;
font-size:12px;
background:url(leftbg.gif) repeat-y -48px 0;
overflow:hidden;
}/*背景位置 对应 侧栏宽度反向*/
img {
border:0
}
.c {
clear:both;
height:1px;
margin-top:-1px;
overflow:hidden
}
.fl {
float:left
}
#header {
position:absolute;
background:url(headerbg.gif) repeat-x;
height:60px;
z-index:100;
width:100%
}
#logo {
padding:0 1em;
float:left;
}
a {
color:#339399;
text-decoration:none
}
a:hover {
text-decoration:underline
}
#guide {
position: absolute;
left:250px;
top:28px;
height:25px;
overflow:hidden
}
#guide ul {
padding:0;
margin:0;
list-style:none
}
#guide ul li {
float:left;
padding:5px 18px;
height:23px;
line-height:14px;
border:1px solid #fff;
background:#91DDE2;
margin-right:1px;
margin-top:1px
}
#guide ul li a {
text-decoration:none;
color:#148990
}
#guide ul li a:hover {
text-decoration:underline
}
#guide ul li.active {
background:url(headertab.gif) repeat-x;
font-weight:bold;
border-color:#1D7177;
border-right-width:2px;
margin-top:0;
line-height:16px
}
#guide ul li.active a {
color:#fff
}
#sidebar {
position:absolute;
top:86px;
width:150px;
}/*侧栏宽度 width*/
#sidebar .leftmid {
background:url(leftB.gif) repeat-y;
float:left;
width:100%;
}
#sidebar .lefttop {
background:url(leftA.gif) no-repeat;
float:left
}
#sidebar .leftbot {
background:url(leftC.gif) no-repeat left bottom;
padding:1em 0 1em 0;
float:left;
width:150px
}/*侧栏宽度 width*/
.menuList {
padding:0 0 0 1.5em
}
.menuList ul {
padding:.5em 0;
margin:0;
list-style:none
}
.menuList li {
padding:.3em 0 .3em 0;
margin:0;
width:97%;
}
.menuList li a {
padding:0 0 0 10%;
text-decoration:none;
color:#198D94;
background:url(dotA.gif) no-repeat .2em .2em
}
.menuList li a:hover {
font-weight:bold;
color:#FF8723
}
.menuList li.active {
background:url(menuActive.gif) no-repeat right center
}
.menuList li.active a {
color:#94193A;
font-weight:700
}
.menuList h5 {
padding: 0;
margin:0;
font-size:12px;
}
.wrapA {
position:absolute;
left:153px;
z-index:10;
top:62px;
}
#now {
width:100%;
float:left;
padding:0 1em;
border-bottom:1px solid #B3D9DB;
line-height:2em;
text-align:right
}
#gird {
top:87px;
bottom:0px;
z-index: 9;
position:absolute;
left: 153px;
right:0;
}
#gird .inner {
height: 100%;
background:#fff;
overflow:hidden;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -