.row {
  width: 750px;
}

.item {
  width: 750px / 8;
  text-align: center;
  line-height: 750px / 10;
  border-radius: 8px;
  cursor: pointer;
  &:active {
    background-color: #eee;
  }
}
