/**
 * Created by sunJia on 2026/07/03.
 * @Description: 新增捐赠板块列表页
 */

 .page-list24 table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.page-list24 table thead {
  background: rgb(90,152,253);
  color: #fff;
}

.page-list24 table th, .page-list24 table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
  font-weight: normal;
}

.page-list24 table tbody tr:nth-child(odd) {
  background: #f3f3f3;
}