cqtms/www/com.dev.stms.STMS/css/UImainmenu.css

79 lines
1.7 KiB
CSS
Raw Permalink Normal View History

2024-08-03 16:09:17 +08:00
.mainmenu{
margin:0px;
padding:0px;
}
.mainmenu td{
height:40px;
width:90px;
margin:0px;
padding:0px;
}
.mainmenu td div{
}
.mainmenu td div.mainmenu_end{
height:40px;
width:20px;
background:url(../images/top_menu_end.jpg) no-repeat left top;
}
.mainmenu td div a{
display:block;
height:40px;
width:90px;
color:#666666;
font-size:14px;
text-decoration:none;
text-indent:22px;
}
.mainmenu td div a:hover{
color:#3892D7;
}
div.mainmenu_base a{
background:url(../images/h07.gif) no-repeat 0px 0px;
}
div.mainmenu_base a:hover{
background:url(../images/h17.gif) no-repeat 0px 0px;
}
div.mainmenu_order a{
background:url(../images/h06.gif) no-repeat 0px 0px;
}
div.mainmenu_order a:hover{
background:url(../images/h16.gif) no-repeat 0px 0px;
}
div.mainmenu_shipment a{
background:url(../images/h03.gif) no-repeat 0px 0px;
}
div.mainmenu_shipment a:hover{
background:url(../images/h13.gif) no-repeat 0px 0px;
}
div.mainmenu_vehicle a{
background:url(../images/h01.gif) no-repeat 0px 0px;
}
div.mainmenu_vehicle a:hover{
background:url(../images/h11.gif) no-repeat 0px 0px;
}
div.mainmenu_signOrder a{
background:url(../images/h05.gif) no-repeat 0px 0px;
}
div.mainmenu_signOrder a:hover{
background:url(../images/h15.gif) no-repeat 0px 0px;
}
div.mainmenu_monitor a{
background:url(../images/h04.gif) no-repeat 0px 0px;
}
div.mainmenu_monitor a:hover{
background:url(../images/h14.gif) no-repeat 0px 0px;
}
div.mainmenu_report a{
background:url(../images/h02.gif) no-repeat 0px 0px;
}
div.mainmenu_report a:hover{
background:url(../images/h12.gif) no-repeat 0px 0px;
}
div.mainmenu_security a{
background:url(../images/h09.gif) no-repeat 0px 0px;
}
div.mainmenu_security a:hover{
background:url(../images/h19.gif) no-repeat 0px 0px;
}