.customPage a[data-v-83ac7600] {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 68px;
  height: 32px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 30px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  color: #666;
  font-family: Arial;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-color: black;
  background-color: #fff;
}
.customPage .disable[data-v-83ac7600] {
  cursor: not-allowed;
}

