@charset "UTF-8";
/**
 * 定义基础变量样式
 * created by zbb
 */
/**
 *基本颜色定义
 */
.primary {
  color: #409EFF !important;
}
.success {
  color: #128474 !important;
}
.warning {
  color: #e6a23c !important;
}
.danger {
  color: #F56C6C !important;
}
.info {
  color: #909399 !important;
}
.black {
  color: #222 !important;
}
.white {
  color: #FFF !important;
}
.gray {
  color: #778992 !important;
}
.red {
  color: #FF0000 !important;
}

/**
 * 红五角心
 */
.must:before {
  content: "*";
  color: #F56C6C;
  margin-right: 4px;
}

/**
 *字体颜色
 */
/**
 *边框颜色
 */
/**
 * 边框圆角
 */
.radius {
  border-radius: 4px;
}

/**
 *背景阴影
 */
.shadow {
  -webkit-box-shadow: 0 0 10px #f5f5f5;
          box-shadow: 0 0 10px #f5f5f5;
}

/**
 * 边框调试---开发专用，不要流到产品
 */
.dom {
  border: 1px solid red;
}

/**
 * 交互手指
 */
.pointer {
  cursor: pointer;
}
.card {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * 打印通用样式
 */
/**
 * 交互手指
 */
.pointer {
  cursor: pointer;
}

/**
 * 卡片
 */
.card {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * hover
 */
.hover:hover {
  -webkit-transform: scale(0.98);
}

/**
 *active
 */
.active:active {
  -webkit-transform: scale(0.95);
}

/**
 * 各类宽度
 */
.width150 {
  width: 150px !important;
}
.width180 {
  width: 180px !important;
}
.width200 {
  width: 200px !important;
}
.width220 {
  width: 220px !important;
}
.width250 {
  width: 250px !important;
}
.width280 {
  width: 280px !important;
}
.width300 {
  width: 300px !important;
}

/**
 * 字体格式
 */
.font-digital {
  font-family: "digital";
}

/**
 * 文字显示一行
 */
.ellipsis {
  width: 100px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#deviceListDialog .deviceListDialog-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 0 0;
}
#deviceListDialog .deviceListDialog-search .deviceListDialog-search-input {
  width: 160px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@charset "UTF-8";
/**
 * 定义基础变量样式
 * created by zbb
 */
/**
 *基本颜色定义
 */
.primary[data-v-3253b4ea] {
  color: #409EFF !important;
}
.success[data-v-3253b4ea] {
  color: #128474 !important;
}
.warning[data-v-3253b4ea] {
  color: #e6a23c !important;
}
.danger[data-v-3253b4ea] {
  color: #F56C6C !important;
}
.info[data-v-3253b4ea] {
  color: #909399 !important;
}
.black[data-v-3253b4ea] {
  color: #222 !important;
}
.white[data-v-3253b4ea] {
  color: #FFF !important;
}
.gray[data-v-3253b4ea] {
  color: #778992 !important;
}
.red[data-v-3253b4ea] {
  color: #FF0000 !important;
}

/**
 * 红五角心
 */
.must[data-v-3253b4ea]:before {
  content: "*";
  color: #F56C6C;
  margin-right: 4px;
}

/**
 *字体颜色
 */
/**
 *边框颜色
 */
/**
 * 边框圆角
 */
.radius[data-v-3253b4ea] {
  border-radius: 4px;
}

/**
 *背景阴影
 */
.shadow[data-v-3253b4ea] {
  -webkit-box-shadow: 0 0 10px #f5f5f5;
          box-shadow: 0 0 10px #f5f5f5;
}

/**
 * 边框调试---开发专用，不要流到产品
 */
.dom[data-v-3253b4ea] {
  border: 1px solid red;
}

/**
 * 交互手指
 */
.pointer[data-v-3253b4ea] {
  cursor: pointer;
}
.card[data-v-3253b4ea] {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * 打印通用样式
 */
/**
 * 交互手指
 */
.pointer[data-v-3253b4ea] {
  cursor: pointer;
}

/**
 * 卡片
 */
.card[data-v-3253b4ea] {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px #888;
          box-shadow: 0 0 7px #888;
}

/**
 * hover
 */
.hover[data-v-3253b4ea]:hover {
  -webkit-transform: scale(0.98);
}

/**
 *active
 */
.active[data-v-3253b4ea]:active {
  -webkit-transform: scale(0.95);
}

/**
 * 各类宽度
 */
.width150[data-v-3253b4ea] {
  width: 150px !important;
}
.width180[data-v-3253b4ea] {
  width: 180px !important;
}
.width200[data-v-3253b4ea] {
  width: 200px !important;
}
.width220[data-v-3253b4ea] {
  width: 220px !important;
}
.width250[data-v-3253b4ea] {
  width: 250px !important;
}
.width280[data-v-3253b4ea] {
  width: 280px !important;
}
.width300[data-v-3253b4ea] {
  width: 300px !important;
}

/**
 * 字体格式
 */
.font-digital[data-v-3253b4ea] {
  font-family: "digital";
}

/**
 * 文字显示一行
 */
.ellipsis[data-v-3253b4ea] {
  width: 100px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-input[data-v-3253b4ea] {
  margin-right: 10px;
}
.pack-search[data-v-3253b4ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}
.packList-box[data-v-3253b4ea] {
  width: 320px;
  height: 320px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.packList-box .goodName[data-v-3253b4ea] {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.packList-box .qrCode[data-v-3253b4ea]  {
  width: 100%;
}
.packList-box .qrCode[data-v-3253b4ea]  img {
  padding-right: 10px;
  float: right;
  margin-top: 10px;
}
.packList-box .packList-box-bottom div[data-v-3253b4ea] {
  text-indent: 5px;
}
.packList-box .packList-box-bottom div span[data-v-3253b4ea] {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  padding: 5px 0;
}
.packList-box .packList-box-bottom div span[data-v-3253b4ea]:nth-child(2) {
  font-weight: bold;
}
.packList-box .row div p[data-v-3253b4ea] {
  color: #000000;
  font-size: 13px;
  text-align: center;
}
.packList-box .row div p[data-v-3253b4ea]:nth-child(1) {
  height: 20px;
  font-size: 14px;
}
.packList-box .row div p[data-v-3253b4ea]:nth-child(2) {
  height: 20px;
  font-size: 16px;
  font-weight: bolder;
}
