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.
30 lines
585 B
30 lines
585 B
.page-box{
|
|
display: inline-block;
|
|
}
|
|
.page-contain{
|
|
text-align: center;
|
|
font-size: 0px;
|
|
}
|
|
.page-contain a{
|
|
font-size: 14px;
|
|
display: inline-block;
|
|
margin:5px 5px;
|
|
text-decoration: none;
|
|
color:rgba(144,129,95,1);
|
|
background-image: url(../../images/norpage.png);
|
|
width:32px;
|
|
height:32px;
|
|
line-height: 32px;
|
|
border-radius:3px;
|
|
}
|
|
.page-contain a.active{
|
|
background-image: url(../../images/selectpage.png);
|
|
color:rgba(245,245,245,1);
|
|
}
|
|
.page-contain a:active{
|
|
background-image: url(../../images/selectpage.png);
|
|
color:rgba(245,245,245,1);
|
|
}
|
|
.policycon{
|
|
margin-top: 20px;
|
|
}
|