top.css 1.58 KB
/* body{background-color:#DCE6F2;font-family:"microsoft yahei",arial;}
.top{background-color:#63C0B6;width:99.2%;height:77px;margin:0 auto;margin-top:8px; border-right:2px solid #63C0B6;}
.top .top_left{color:#fff;font-size:22px;float:left;margin-top:14px;margin-left:30px;}
.top .top_left span{position:relative;top:-7px;}
.top .top_right{float:right;margin-right:30px;height:77px;font-size:12px;color:#fff;}
.top .top_right span{position:relative;}
.top .top_right .date{top:-41px;right:23px;}
.top .top_right .head_icon{top:6px;}
.top .top_right span.info1{top:-33px;left:10px;font-size:14px;}
.top .top_right span.info2{top:-11px;left:-49px;}
.top .top_right .cancel{top:-10px;left:-12px;} */
*{ margin: 0; padding: 0;}
body{background-color:#DCE6F2; font-family:"microsoft yahei",arial; color: #ffffff;}
.cont-top{ width: 99.2%; height:62px; overflow:hidden; background: url("../../images/admin/header_bg.png") repeat-x; margin: 0 auto; border-left:1px solid #bed5f3; border-right:1px solid #bed5f3; }
.cont-top .left{ float:left; margin-left:30px;}
.cont-top .left p{ line-height: 40px; font-size:20px; padding-left:56px; background: url("../../images/admin/logo2.png") no-repeat; margin-top: 16px;}
.cont-top .right{ float:right; margin-right:30px; font-family:simSun; font-size: 12px;}
.cont-top .right .date{ line-height: 30px; font-weight: bold; color: #2368a3;}
.cont-top .right .person{ color: #2368a3; line-height: 28px;}
.cont-top .right .person span{ color: #ffffff;}
.cont-top .right .person a{ color: #2368a3; text-decoration: none; }
.cont-top .right .person a:hover{ text-decoration: underline;}