base.css 600 Bytes
* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  font-size: 14px;
  color: #333333;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* element-style */
.el-button--default {
  color: #667ffd;
  border-color: #667ffd;
}

.el-button--primary {
  background-color: #667ffd;
  border-color: #667ffd;
}

.el-radio__input.is-checked+.el-radio__label {
  color: #667ffd;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: #667ffd;
  background: #667ffd;
}

.el-message-box .el-button--default {
  color: #fff
}