scanCode.wxss 554 字节
/* middlePage/scanCode/scanCode.wxss */
.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: no-repeat center center/cover;
  z-index: -2;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.modal_content {
  margin-top: -20%;
}

.btn_scancode_box {
  display: flex;
  justify-content: space-around;
  margin-top: 68rpx;
}

.btn_scancode {
  width: 412rpx;
  height: 106rpx;
}