username@email.com
2025-05-15 6fe02a16e55f17e45a3997171e1b2284d45af25b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
/* CSS Document */
html { overflow-x: hidden; overflow-y: hidden; padding:0px; margin:0px; }
body { background: #6dc4f7; }
.body_login { background: url(../images/admin/defaultbg.gif) repeat #459DFE; }
 
.admin_login { border-top: #e75898 solid 3px; width: 460px; height: 380px; position: absolute; left: 50%; top: 50%; margin-left: -230px; margin-top: -210px; background: #f8f8f8; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; -webkit-box-shadow: 1px 1px 3px rgba(162, 162, 162, .8); -moz-box-shadow: 1px 1px 3px rgba(162, 162, 162, .8); box-shadow: 1px 1px 3px rgba(162, 162, 162, .8); }
.admin_login_header { text-align: center; padding: 25px 0; border-bottom: #f1f1f1 solid 1px; }
 
.admin_header { border-bottom: #FFFFFF solid 3px; height: 100px; background: url(../images/admin/header_bg.jpg) left top repeat-x #FFFFFF; }
.admin_headerIn1 { }
.admin_headerIn2 { height: 100px; position: relative; }
 
.headerName { position: absolute; bottom: 0px; left: 0px; height: 29px;line-height: 29px; color:White; width: 167px;background: url(../images/admin/nav_name_bj.jpg) no-repeat; padding-left:13px; }
.headerName span { background-position: 0 7px;padding-left: 23px;}
 
.headerNav { position: absolute; bottom: 0px; left: 186px; height: 29px; }
.headerName ul li a { color: #fff; }
.headerNav ul li { float: left; background: url(../images/admin/nav_bj.jpg) no-repeat; width: 73px; height: 29px; line-height: 29px; text-align: center; margin-right: 4px; _display: inline; }
.headerNav ul li a { color: #fff; }
.headerNav ul li.hover { background: url(../images/admin/nav_bj_ys.jpg) no-repeat; font-weight: bold; }
 
.admin_header h1 { font-size: 31px; line-height: 72px; float: left; padding-left: 37px; font-family: "微软雅黑"; font-weight: normal; }
.admin_header h2 { font-size: 18px; line-height: 77px; float: left; padding-left: 10px; font-family: "微软雅黑"; font-weight: normal; }
.logo { position: absolute; left: 0; top: 0; color: #fff; }
.login_info { position: absolute; right: 10px; top: 5px; color: #333; text-align: right; }
.login_info a { color: #000; }
.login_info p { height: 30px; line-height: 30px; text-align: right; float: right; clear: both; }
.login_info p a.mails { background: url(../images/admin/mail.gif) left center no-repeat; padding-left: 20px; }
.login_info p a.refresh { background: url(../images/admin/refresh.gif) left center no-repeat; padding: 2px 0 2px 20px; }
 
 
 
.admin_menu { width: 186px; position: relative; overflow: hidden; float: left; /*background:url(../images/admin/admin_menudbg.jpg) left bottom no-repeat #CCCCCC;*/ background-color: #CCCCCC; }
.admin_menu_on { width: 6px; padding: 0; }
.admin_menu #Scroll { float: left; width: 180px; }
.admin_menu a.opens, .admin_menu_on a.closes { background: url(../images/admin/left_menu_openClose.png) no-repeat left center; border-bottom: 0; border-top: 0; width: 6px; display: block; float: left; height: auto; right: -11px; top: 0; text-indent: -9999px; }
.admin_menu a.closes { background-position: left center; width: 6px; }
.admin_menu a.opens { background: url(../images/admin/left_menu_openClose.png) no-repeat left center; }
.admin_menu_on a.closes { background: url(../images/admin/left_menu_openClose.png) no-repeat right center #6dc4f7; }
.openCloseDIV { height: 27px; width: 6px; float: left; background-color: #FFFFFF; }
.openCloseDIVALL { width: 6px; float: left; background: url(../images/admin/center_bj.jpg) repeat-y right center #6dc4f7; }
 
.admin_container { overflow: hidden; _zoom: 1; _float: left; background: #fff; }
.admin_main_header { height: 200px; }
.admin_footer { clear: both; background: url(../images/admin/admin_crumbsOut.jpg) repeat-x; height: 23px; text-align: center; color: #000000; line-height: 23px; }
 
 
/*menu_list*/
dl, dt, dd, li, ul { margin: 0; padding: 0; list-style: none; }
 
 
.menu_list dt { color: #fff; height: 27px; width: 164px; padding-left: 16px; font-size: 12px; background-image: url(../images/admin/admin_crumbs.jpg); background-position: 0 0; background-repeat: repeat-x; line-height: 27px; cursor: pointer; font-weight: bold; }
.menu_list dt a { color: #666; }
.menu_list dt:hover a { color: #07487F; }
.menu_list dt:hover a:hover { text-decoration: none; }
.menu_list dt:hover, .menu_list .active dt { background-position: 0 0; color: #165ABE; }
.menu_list dt:hover .menu_home, .menu_list .active dt .menu_home { background-position: -22px 0; }
.menu_list dt:hover .menu_site, .menu_list .active dt .menu_site { background-position: -22px -29px; }
.menu_list dt:hover .menu_user, .menu_list .active dt .menu_user { background-position: -22px -58px; }
.menu_list dt:hover .menu_content, .menu_list .active dt .menu_content { background-position: -22px -87px; }
.menu_list dt:hover .menu_tools, .menu_list .active dt .menu_tools { background-position: -22px -116px; }
.menu_list dt:hover .menu_out, .menu_list .active dt .menu_out { background-position: -22px -146px; }
 
.menu_list dd { color: #7a7a7a; display: none; }
.menu_list .active dd { display: block; padding: 5px 0 10px; }
.menu_list dd ul li { height: 22px; line-height: 22px; overflow: hidden; }
.menu_list dd ul li a { height: 22px; line-height: 22px; background: url("../images/Common/leftMemu2.gif") no-repeat scroll 25px -48px transparent; display: block; padding-left: 40px; color: #000; }
.menu_list dd ul li.hover a, .menu_list dd ul li a:hover { background: url("../images/Common/leftMemu2.gif") no-repeat scroll 25px 6px transparent;color: #3790F4; font-weight: bold; }
.menu_list dd ul li .Aselected { background: url("../images/Common/leftMemu2.gif") no-repeat scroll 25px 6px transparent;color: #3790F4; font-weight: bold; }
/*.menu_list dd ul li.hover a, .menu_list dd ul li a:hover { background: url(../images/admin/menu_bg.jpg) 0 -63px no-repeat; color: #3790F4; font-weight: bold; }
.menu_list dd ul li .Aselected { background: url(../images/admin/menu_bg.jpg) 0 -63px no-repeat; color: #3790F4; font-weight: bold; }*/
 
 
/*admin_crumbs*/
.admin_crumbs { height: 27px; line-height: 30px; background: url(../images/admin/admin_crumbs.jpg) repeat-x 0 0; overflow: hidden; padding: 0; }
.adminpath { float: left; color: #07487F; line-height: 27px; font-size: 12px; padding-left: 30px; background: url(../images/admin/pathIcon.gif) 10px center no-repeat; }
.adminpath a { color: #07487F; }
.adminpath a:hover { color: #07487F; text-decoration: underline; }
.rightUser { float: right; color: #07477F; padding-right: 20px; }
.quit { background: url(../images/admin/quit.gif) left center no-repeat; padding: 2px 0 2px 20px; font-weight: bold; color: #f00; }
 
.admin_content { /* border:#247BD7 solid 1px;  margin:0 0 0 10px;*/ }
.ifContent { width: 100%; }
.ifheader .ifMemu { padding-left: 20px; }
.ifheader .ifMemu li { margin-left: 10px; float: left; background: url(../images/admin/ifMemuli.gif) no-repeat; width: 130px; height: 27px; line-height: 27px; text-align: center; }
.ifheader .ifMemu li.hover { background: url(../images/admin/ifMemuliH.jpg) no-repeat; }
.ifheader .ifMemu a { color: #065A93; }
.ifheader .ifMemu li.hover a { color: #fff; }
.ifheadC { height: 30px; border: 1px solid #065A93; margin-top: -1px; background: url(../images/admin/ifheadC.jpg) repeat-x #0972C3; text-align: right; padding-right: 10px; }
.ifheadC a { display: inline-block; float: right; background: url(../images/admin/dian3.gif) 15px center no-repeat; padding: 0 10px 0 30px; line-height: 30px; color: #fff; }
.ifheadC a.hover { display: inline-block; background: url(../images/admin/ifheadCah.gif) left center repeat-x; padding: 3px 25px; line-height: 22px; border-radius: 20px; border: 1px solid #095F9B; color: #0A5894; }
.tableC { margin-top: 10px; padding: 10px 0 10px 10px; border: 1px solid #247BD7; background-color: #fff; }
.sjTable { border-collapse: collapse; border-top: 1px solid #C7DCEF; border-left: 1px solid #C7DCEF; }
.sjTable tbody tr td { height: 30px; border-left: 1px solid #C7DCEF; border-bottom: 1px solid #C7DCEF; }
.sjTable tbody tr td a.read { background: url(../images/admin/readIcon.gif) left center no-repeat; padding: 3px 0 3px 20px; color: #227DBC; }
 
 
#frmright { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; height: 155px; }
#ShowWait { height: 100%; position: absolute; width: 100%; left: 0; top: 0; z-index: 2007; display: none; background-color: #000000; opacity: 0.15; filter: alpha(opacity=15); }
#ImgWait { width: 138px; height: 28px; margin: auto; position: absolute; z-index: 2008; background: none repeat scroll 0 0 #D9EBF5; border: 1px solid #619CC5; padding: 3px; display: none; }
#ImgWait div { border: 1px solid #A3BAD9; color: Black; cursor: wait; line-height: 16px; padding: 5px 10px 5px 25px; background: url('../../images/Common/loading_small.gif') no-repeat scroll 5px 5px #FBFBFB; }