You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.8 KiB
68 lines
2.8 KiB
@charset "utf-8";
|
|
/*css reset*/
|
|
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td , i{
|
|
margin:0;
|
|
padding:0;
|
|
border:0;
|
|
font-weight:inherit;
|
|
font-style:inherit;
|
|
font-size:100%;
|
|
font-family:inherit;
|
|
vertical-align:baseline;
|
|
}
|
|
body {line-height:1.5;}
|
|
table {border-collapse: collapse;border-spacing:0;}
|
|
caption, th, td ,b,strong{text-align:left;font-weight:normal;}
|
|
table, td, th {vertical-align:middle;}
|
|
blockquote:before, blockquote:after, q:before, q:after {content:"";}
|
|
blockquote, q {quotes:"" "";}
|
|
a img {border:none;}
|
|
em,cite{font-style:normal;}
|
|
|
|
|
|
body { background:#fff; font: 12px/1.5 Tahoma,'宋体';color:#000;}
|
|
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
|
|
a {text-decoration:none;cursor:pointer;}
|
|
dl, dt, dd, ol, ul, li{ list-style:none;}
|
|
|
|
/*some common class*/
|
|
.left{float:left;}
|
|
.right{float:right;}
|
|
|
|
/*clear*/
|
|
.ue-clear:after{content: ".";display:block;height:0;clear:both;visibility:hidden;}
|
|
.ue-clear{display:inline-block;}
|
|
*html .ue-clear{height:1%;}
|
|
.ue-clear{display:block;}
|
|
|
|
a{color:#0080cc;}
|
|
a:hover{color:#267A01;text-decoration:underline;}
|
|
/*logo样式*/
|
|
.logo{width:160px;height:47px;padding:0 5px;background: url(../img/logo1.png) no-repeat center center #fff;}
|
|
|
|
/*choose样式*/
|
|
.choose{float:left;margin-right:15px;white-space:nowrap;}
|
|
.choose .text{float:left;padding-left:20px;*padding-left:16px;white-space:nowrap; vertical-align:text-bottom;}
|
|
.choose input[type=radio],.choose input[type=checkbox]{position:relative;*top:-3px;float:left;margin-right:-16px;}
|
|
|
|
/*====================================
|
|
分页信息(表格依赖样式)
|
|
===================================*/
|
|
.pagination{font-size:14px;}
|
|
.pagination a {text-decoration: none;border: solid 1px; }
|
|
.pagination .pxofy{float:left;margin-left: 5px;height:25px;*padding-top:1px;}
|
|
.pagination a, .pagination span {display: block;float: left;height:18px;line-height:18px;padding:0 6px;margin-right: 5px;font-family:Arial, Helvetica, sans-serif !important;}
|
|
.pagination .current {cursor:default;border: solid 1px ;}
|
|
.pagination .prev, .pagination .next{*line-height:22px;}
|
|
|
|
/*分页样式*/
|
|
.pagination a{color: #032F54;border-color:#8EB2D2;}
|
|
.pagination a:hover{color:#023054;border-color:#8EB2D2;background:#B8DFFB;}
|
|
.pagination .current{color:#fff;border-color:#5c9bc4;background:#89B8D8;}
|
|
.pagination .current.prev, .pagination .current.next{color:#B9B9B9;border-color:#D3D3D3;background:#fff;}
|
|
.pagination .pxofy{color: #023054;}
|
|
|
|
#foot{height:32px;line-height:32px; text-align:center;background:#f9f9f9;border-top:1px solid #e0e0e0;color:#ababab;}
|
|
|
|
|