.cellStorage-list {
  padding: 20px;
  padding-bottom: 0px;
  padding-left: 0;
}
.cellStorage-list-content {
  font-size: 15px;
}
.cellStorage-item {
  cursor: pointer;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(233, 233, 233);
}
.cellStorage-item .item-left {
  width: 220px;
  height: 160px;
  background: #333;
  margin-right: 20px;
  overflow: hidden;
}
.cellStorage-item .item-left img {
  width: 100%;
}
.cellStorage-item .item-right {
  flex: 1;
}
.cellStorage-item .item-right .buttonBox {
  text-align: right;
  padding: 20px 0;
  padding-bottom: 10px;
}
.cellStorage-item .item-right .qrcodeButton {
  display: inline-block;
  padding: 6px 25px;
  background: rgb(40, 95, 205);
  color: #fff;
  border-radius: 10px;
}
.cellStorage-item .item-right .aQrcodeButton {
  display: inline-block;
  padding: 6px 25px;
  background: rgb(40, 95, 205);
  color: #fff;
  border-radius: 10px;
}
.cellStorage .blackBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.cellStorage .blackBg .qrcodeBox {
  width: 300px;
  height: 330px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -165px;
}
.cellStorage .blackBg .qrcodeBox h5 {
  font-size: 20px;
  line-height: 60px;
  padding-top: 20px;
}
.cellStorage .blackBg .qrcodeBox .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.cellStorage .blackBg .qrcodeBox > div {
  display: inline-block;
}/*# sourceMappingURL=cellStorage.min.css.map */