2018-06-03 22:26:41 +08:00

34 lines
1006 B
CSS

body {
background:#eee;
}
.panel .title {border-bottom: 3px solid #5CB2FF;
background: url(../images/welcome/title-icon.png) no-repeat 8px center #f9f9f9;
}
#panel0 .container span a.quick {
background: url(../images/welcome/qk_bg.gif) no-repeat 0 0;
}
#panel0 .container span a:hover.quick {
background: url(../images/welcome/qk_bg.gif) no-repeat 0 -35px;
}
#panel0 .container span a:active.quick {
background: url(../images/welcome/qk_bg.gif) no-repeat 0 -70px;
}
#panel0 .container span a.close {
background: url(../images/welcome/close.gif) no-repeat center;
}
#panel0 .container span a:hover.close {
background: url(../images/welcome/close2.gif) no-repeat center;
}
#panel0 .container span a.change {
background: url(../images/welcome/change.png) no-repeat center;
}
#panel1 .title {
}
#panel1 .title div {
background: url(../images/welcome/tab_panel_bg.png) no-repeat center;
}
#panel1 .title a {
background: url(../images/welcome/tab_panel_act.png) no-repeat left center;
color: #fff;
}