.box-header {
  background-color: #7dbcea;
}
.box-aside {
  background-color: #3ba0e9;
}
.box-content {
  background-color: rgba(16, 142, 233, 1);
  .box-content-search {
    background-color: rgb(49, 6, 238);
  }
  .box-content-table {
    background-color: white;
  }
  .box-content-tips {
    background-color: rgb(255, 174, 0);
  }
  .box-content-pagination {
    background-color: #8e90a1;
    width: 50%;
    height: 40px;
  }
}
.box-footer {
  background-color: #ccc;
}