/* unplugin-vue:C:\Users\admin\Desktop\tests\组件库\yunjing-ui-plus\src\packages\button\index.vue?vue&type=style&index=0&lang.stylus */
.default {
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 1.375rem;
  height: 2.5rem;
  line-height: 2.5rem;
  min-width: 12.5rem;
  width: auto;
  border-radius: 5px;
  font-weight: 400;
  font-size: 0.875rem;
  user-select: none;
  outline: none;
  text-transform: capitalize;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition:
    background-color 200ms ease 0ms,
    box-shadow 200ms ease 0ms,
    border 200ms ease 0ms,
    color 200ms ease 0ms;
  position: relative;
  overflow: hidden;
  color: #666;
  background-color: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: none;
}
.default:hover,
.default:focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: none;
  transform: translate3d(0px, 0px, 0px);
}
