alert.wxss 478 Bytes
/* page/subPackage/pages/zeroSell/components/alert.wxss */

.modal-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  overflow: hidden;
  z-index: 9000;
}

.modal-dialog {
  height: 380rpx;
  width: 540rpx;
  overflow: hidden;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: white;
  border-radius: 10rpx;
  overflow: visible;
}