.wqFrameui-btn + .wqFrameui-btn {
  margin-left: 10px;
}

.wqFrameui-btn,
.wqFrameui-input,
.wqFrameui-select,
.wqFrameui-textarea,
.wqFrameui-upload-button {
  outline: 0;
  -webkit-appearance: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box;
}

.wqFrameui-btn,
.wqFrameui-disabled,
.wqFrameui-icon,
.wqFrameui-unselect {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.wqFrameui-btn,
.wqFrameui-edge,
.wqFrameui-inline,
img {
  vertical-align: middle;
}

.wqFrameui-btn {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 18px;
  background-color: #3782f2;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.wqFrameui-btn.wqFrameui-btn-lg {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
}

.wqFrameui-btn.wqFrameui-btn-primary {
  color: #666;
  background-color: #fff;
  border: 1px solid #e8e9ea;
}

.wqFrameui-btn.wqFrameui-btn-danger {
  color: #f17373;
  border: 1px solid #f17373;
  background-color: #fff;
}

.wqFrameui-btn-outline {
  color: #619cf3;
  border: 1px solid #7aaaf1;
  background-color: #fff;
}

.wqFrameui-btn.wqFrameui-btn-disabled,
.wqFrameui-btn.wqFrameui-btn-disabled:active,
.wqFrameui-btn.wqFrameui-btn-disabled:hover {
  border: 1px solid #f2f2f2;
  background-color: #fff;
  color: #f2f2f2;
  cursor: not-allowed;
  opacity: 1;
}
