You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
2.3 KiB
103 lines
2.3 KiB
/*****************************************************************************************************/
|
|
/* */
|
|
/*****************************************************************************************************/
|
|
.TopBar
|
|
{
|
|
background-image:url(images/top/bg.jpg);
|
|
width:100%;
|
|
height:74px;
|
|
}
|
|
/*LOGO*/
|
|
.TopBar .Logo
|
|
{
|
|
background-image:url(images/top/logo_bg.jpg);
|
|
background-repeat:no-repeat;
|
|
height:74px;
|
|
width:233px;
|
|
margin-left:10px;
|
|
}
|
|
/*菜单*/
|
|
.TopBar .Menu
|
|
{
|
|
height:30px;
|
|
position:absolute;
|
|
right:10px;
|
|
top:42px;
|
|
height:44px;
|
|
}
|
|
.TopBar .Menu a.menu_off
|
|
{
|
|
height:22px;
|
|
width:100px;
|
|
color:#FFFFFF;
|
|
text-decoration:none;
|
|
padding-top:10px;
|
|
text-align:center;
|
|
font-weight:bold;
|
|
display:inline-block;
|
|
background-image:url(images/top/menu_bg_off.jpg);
|
|
background-repeat:no-repeat;
|
|
background-position:bottom center;
|
|
}
|
|
.TopBar .Menu a.menu_on
|
|
{
|
|
height:22px;
|
|
width:100px;
|
|
color:#FFFFFF;
|
|
text-decoration:none;
|
|
padding-top:10px;
|
|
text-align:center;
|
|
font-weight:bold;
|
|
display:inline-block;
|
|
background-image:url(images/top/menu_bg_on.jpg);
|
|
background-position:bottom center;
|
|
background-repeat:no-repeat;
|
|
}
|
|
.TopBar .Menu a.menu_off:hover,.TopBar .Menu a.menu_on:hover
|
|
{
|
|
color:#FFffff;
|
|
}
|
|
|
|
/*****************************************************************************************************/
|
|
/* 导航 */
|
|
/*****************************************************************************************************/
|
|
.NavBar
|
|
{
|
|
height:36px;
|
|
background-image:url(images/top/nav_bg.jpg);
|
|
background-position:bottom;
|
|
width:100%;
|
|
border-bottom:1px solid #EFEFEF;
|
|
}
|
|
.NavBar .Title
|
|
{
|
|
background-image:url(images/top/nav_ico.gif);
|
|
background-position:left center;
|
|
background-repeat:no-repeat;
|
|
padding-top:3px;
|
|
padding-left:20px;
|
|
display:inline;
|
|
position:absolute;
|
|
top:83px;
|
|
left:240px;
|
|
height:14px;
|
|
}
|
|
.NavBar .Exit
|
|
{
|
|
background-image:url(images/top/quit_ico.gif);
|
|
background-position:left center;
|
|
background-repeat:no-repeat;
|
|
padding-top:3px;
|
|
padding-left:20px;
|
|
display:inline;
|
|
position:absolute;
|
|
top:83px;
|
|
right:20px;
|
|
height:14px;
|
|
}
|
|
.NavBar .Exit a
|
|
{
|
|
color:#5E6F95;
|
|
font-weight:bold;
|
|
text-decoration:none;
|
|
}
|