style_content.css 3.2 KB
@charset "utf-8";
/* 通用样式 */
body { background: #e5e5e5; min-width: 100px; }
* { margin: 0px; padding: 0px; font-size:14px; font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", "\9ED1\4F53", "Lucida Grande", "Verdana", "Tahoma", "Lucida", "Arial", "Helvetica", "sans-serif"; }
p { text-indent: 0; text-align: justify; text-justify: inter-ideograph; line-height: 24px; }
a { text-decoration: none; }
ul li { float: left; list-style: none; }
.orangeBgd { background: #ed6f00; }
.darkBlueBgd { background: #0046aa; }
.grayBgd {background: #2291ff;}
.blueBgd { background: #2291ff; }
.relative { position: relative; }
.redT { color: red; }
.blueT { color: #2291ff; }
/*页面样式*/
/*列表页面样式--------------------------------*/
.listPageBox1{ width:1200px; margin:0 auto; background:#fff;}
.listTitle{ width:100%;  border-bottom:1px solid #f0f0f0;}
.listTitle h1{ font-size:16px; color:#0046aa; height:45px; line-height:45px; border-bottom:2px solid #0046aa; width:10%; text-align:center;}
.listProject{ width:96%; padding:10px 2%; overflow:hidden;}
.listPics{ float:left; width:16%; margin-right:2%;}
.listPics img{ width:100%; display:block;}
.listContents{ float:left; width:78%;}
.listContents h3{ font-size:16px; font-weight:bold; color:#333; line-height:30px;}
.listContents span{ line-height:22px; font-size:14px; color:#666;}
.listContents p{ font-size:14px; color:#666; line-height:22px;}
a.listDetailsBtn{ font-size:14px; display:block; width:120px; height:34px; color:#fff; background:#0046aa; text-align:center; line-height:34px; 
border-radius:4px; margin-top:10px;}
a.listDetailsBtn:hover{background:#0850b6;line-height:33px;}



.listPageBox2{ width:1200px; margin:0 auto; background:#fff; margin-top:10px;}
.listProject2{ width:96%; padding:10px 2%; overflow:hidden;  border-bottom:1px solid #f0f0f0;}
.listContents2{ float:left; width:100%;}
.listContents2 h3{ font-size:16px; font-weight:bold; color:#333; line-height:30px; float:left;
background:url(../images/noticeIcon.png) no-repeat left center; padding-left:22px;}
.listContents2 span{ line-height:30px; font-size:14px; color:#666; float:right;}
.listContents2 p{ font-size:14px; color:#666; line-height:22px; float:left; width:100%; padding-bottom:6px;}


/*个人中心资料页面样式--------------------------------*/
.personalDataBox{ width:900px; background:#fff; height:500px; padding:10px 0;}
.basicsDateBox{ width:92%; padding:10px 2%; border-bottom:1px solid #ccc; margin:0 auto; overflow:hidden;}
.headerPic{ float:left; width:16%; border-radius:8px; overflow:hidden;}
.headerPic img{ width:100%; display:block;}
.basicsDate{ float:left; width:82%; margin-left:2%;}
.basicsDate p{ line-height:30px; font-size:16px; color:#333;}
.date{ width:92%; padding:10px 2%; border-bottom:1px solid #ccc; margin:0 auto; overflow:hidden;}
.date p{line-height:30px; font-size:16px; color:#333; width:50%; float:left;}
.production{width:92%; padding:10px 2%; margin:0 auto; overflow:hidden;}
.production span{ width:100%; float:left; font-weight:bold; font-size:16px; color:#333; line-height:45px;}
.production a{ width:18%; float:left; display:block; margin-right:2%;}
.production a img{ width:100%; display:block;}