.gradient {
  background-color: #3070c3;
    font-weight: bold;
}

table thead:first-child th {
  background-color: #3070c3;
  color:white;

  font-family:Arial "微軟正黑體";
  font-size: 1.3em;
}

tr:nth-child(even) {
  background: rgb(236, 241, 244);
}
tr:nth-child(odd) {
  background: #FFF;
}

.q-table tbody td {
  font-size: 1.2em;
}

.q-table-control {
  margin: 0 auto;
}

.q-table-bottom {
  background-color: white;
}