|
|
|
@ -1,5 +1,3 @@
|
|
|
|
|
/*将header.css文件和public.css,new_user.css中的内容统一*/
|
|
|
|
|
|
|
|
|
|
@charset "utf-8";
|
|
|
|
|
/* CSS Document */
|
|
|
|
|
|
|
|
|
@ -34,7 +32,7 @@ a:hover.search_btn{ background: #0fa9bb;}
|
|
|
|
|
a.parent {background: url(/images/arrowList.png) -30px 3px no-repeat; width:95px; padding-right:50px;}
|
|
|
|
|
a.parent:hover {background: url(/images/arrowList.png) -30px -14px no-repeat; width:95px; padding-right:50px; color:#fe7d68;}
|
|
|
|
|
a.linkToOrange:hover {color:#fe7d68;}
|
|
|
|
|
#userInfo ul li {positon: relative;}
|
|
|
|
|
#userInfo ul li {position: relative;}
|
|
|
|
|
#userInfo ul li ul {display:none;}
|
|
|
|
|
#userInfo ul li:hover ul {display:block; position:absolute;}
|
|
|
|
|
#userInfo ul li:hover ul li ul {display:none;}
|
|
|
|
@ -383,7 +381,7 @@ ul.subNavArrow:hover li ul {display:block;}
|
|
|
|
|
.currentDd{color:#0781b4;}
|
|
|
|
|
.currentDt{background-color:#fff;}
|
|
|
|
|
.navContent{display: none;border-bottom:solid 1px #e5e3da; }
|
|
|
|
|
.navContent li a{display:block;width:240px;heigh:28px;text-align:center;font-size:12px;line-height:28px;color:#333}
|
|
|
|
|
.navContent li a{display:block;width:240px;height:28px;text-align:center;font-size:12px;line-height:28px;color:#333}
|
|
|
|
|
.navContent li a:hover{color:#fff;background-color:#b3e0ee}
|
|
|
|
|
a.subnav_num{ font-weight:normal; color:#ff7143; font-size:12px;}
|
|
|
|
|
a.subnav_green{ background:#28be6c; color:#fff; font-size:12px; font-weight:normal;height:18px; padding:0px 5px; padding-top:2px; display:block; margin-top:2px; margin-bottom:5px; float:right; margin-right:5px;line-height:1.4 !important;}
|
|
|
|
|