@charset "UTF-8";
/* 公共颜色变量 */
.user-control[data-v-fe14ee4e] {
  padding-top: 0 !important;
}
.goods-wrap .img[data-v-fe14ee4e] {
  width: 70px;
  height: 70px;
}
.goods-wrap .img img[data-v-fe14ee4e] {
  width: 100%;
  height: 100%;
}
.goods-wrap .info[data-v-fe14ee4e] {
  width: calc(100% - 80px);
  margin-left: 10px;
  text-align: left;
}
.goods-wrap .info .name[data-v-fe14ee4e] {
  min-height: 44px;
  line-height: 22px;
}
.goods-wrap .info .text[data-v-fe14ee4e] {
  line-height: 16px;
  margin-top: 5px;
  font-size: 12px;
  color: #929292;
}
.goods-wrap.is-disabled[data-v-fe14ee4e] {
  position: relative;
  pointer-events: none;
}
.goods-wrap.is-disabled[data-v-fe14ee4e]::after {
  content: "已下架";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
