|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- html,
- body {
- background-color: #F7F7F7;
- }
- .clearfix{
- *zoom:1;
- }
- .clearfix:after{
- content: '';
- display: block;
- clear: both;
- }
- ul {
- margin: 0px;
- padding: 0px;
- list-style: none;
- }
-
- li {
- list-style: none;
- }
-
- ul li a {
- display: block;
- }
-
- table {
- cellspacing: 0px;
- cellpadding: 0px;
- }
-
- .header {
- height: .86rem;
- background-color: #0088FE;
- text-align: center;
- line-height: .86rem;
- font-size: 18px;
- color: #fff;
- }
-
- .indec_sec1 {
- background-color: #0088FE;
- padding: .5rem .5rem 1rem;
- text-align: center;
- font-size: 16px;
-
- }
-
- .inSec1Txt {
- color: #60B5FF;
- }
-
- .inSec1Num {
- font-size: 18px;
- font-weight: bold;
- color: #fff;
- margin-top: .18rem;
- }
-
- .indec_sec {
- margin: .3rem .4rem;
- background-color: #fff;
- border-radius: .12rem;
- padding: .35rem 0;
- }
-
- .indec_sec2 {
- margin-top: -1.2rem;
- }
-
- .inSecT {
- font-size: 16px;
- color: #414141;
- font-weight: bold;
- padding: 0 .35rem;
- }
-
- .inSec2Table {
- margin: .3rem 0 .2rem;
- width: 100%;
- }
-
- .inSec2Table td,
- .inSec2Table th {
- text-align: center;
- height: .8rem;
- line-height: .4rem;
- color: #333333;
- padding: .2rem 5px;
- }
- .inSec2Table th{
- font-size: 13px;
- }
- .inSec2Table td{
- font-size: 12px;
- }
- .inSec2Table tr:first-child {
- background-color: #E7F4FF !important;
- }
-
- .inSec2Table tr:nth-child(2n-1) {
- background-color: #F4F4F4;
- }
-
- /* .inSec2Table tr:nth-child(2n){
- background-color: #E7F4FF;
- } */
-
- .paging{
- line-height: .54rem;
- font-size: 12px;
- color: #333333;
- padding: 0 .35rem;
- margin-top: .4rem;
- /* height: .4rem; */
- }
- .pagTxt{
- float: left;
- }
- .pagBtn{
- float: right;
- margin-top: -.06rem;
- }
- .pagBtn span{
- cursor: pointer;
- display: inline-block;
- vertical-align: middle;
- padding: 0 15px;
- font-size: 13px;
- line-height: .52rem;
- height: .54rem;
- border: 1px solid #CDCDCD;
- border-radius: .27rem;
- }
-
-
-
-
-
|