phpcms分页样式

 #pages {
  padding: 14px  0 10px;
  font-family: 宋体;
}
.text-c {
  text-align: center;

 #pages span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  background: #5a85b2;
  border: 1px solid #5a85b2;
  color: #fff;
  text-align: center;
  padding:  0 10px;
}
#pages a.a1 {
  background: #fff url(../images/admin_img/pages.png) no-repeat  0 5px;
  width: 56px;
  padding:  0;
}
#pages a {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  background: #fff;
  border: 1px solid #d8d8d8;
  text-align: center;
  color: # 333;
  padding:  0 10px;
  background-color: #fff;
}

 

你可能感兴趣的:(phpcms)