文旅厅大数据中心-移动
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.
 
 
 
 

106 lines
1.8 KiB

@charset "utf-8";
/*样式参考*/
a {
text-decoration: none;
}
#page {
height: 50px;
display: table;
margin: 0 auto;
}
.page {
text-align: center;
}
.fl {
float: left;
}
.fr {
float: right;
}
.pagingUl {
float: right;
padding: 0;
margin: 0;
list-style: none;
height: 30px;
}
.pagingUl li {
float: left;
width: 30px;
height: 30px;
background: #0d508a;
text-align: center;
margin-right: 5px;
border-radius: 5px
}
.pagingUl li a {
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
line-height: 28px;
color: #fff;
font-size: 12px;
border-radius:3px
}
.prv,
.next {
height: 30px;
text-align: center;
line-height: 30px;
cursor: pointer;
background:#0d508a;
padding: 0 5px;
border-radius:3px;
margin:0px 5px;
}
.prv {
margin-right: 10px;
}
.first,
.last {
width: 30px;
height: 30px;
font-size: 12px;
text-align: center;
line-height: 30px;
/*border: 1px solid #ddd;*/
cursor: pointer;
background: #0d508a;
padding: 0 5px;
border-radius: 3px;
margin:0px 5px;
}
.prv:hover,
.next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
background-color:#00a4d3!important;
color: #fff!important;
}
.prv, .next, .first, .last{background:#fff; border:1px solid #dfdfdf; color:#444; padding:0px 15px;}
.pagingUl li{background:#fff; border:1px solid #dfdfdf;color:#444;}
.pagingUl li a{color:#444;}
.prv:hover,
.next:hover,
.first:hover,
.last:hover{background:#dfdfdf !important; color:#333 !important;}
.pagingUl li a:hover{background:#1D92FC !important;}
#page{ width:100%;}
#page .activP{background:#037BE9 !important;}
#page .zjs{ color:#666; padding-top:6px;}