fellow-official-accounts.wxss 831 Bytes

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

.modal-image {
  width: 600rpx;
  height: 1028rpx;
  position: fixed;
  top: 46%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  overflow: visible;
}

.foot {
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  width: 100%;
  height: 90rpx;
  line-height: 90rpx;
  font-size: 32rpx;
  font-weight: bolder;
  text-align: center;
  border-top: 1rpx solid #E0E0E0;
}

.confirm {
  position: absolute;
  left: 60rpx;
  bottom: 50rpx;
  width: 500rpx;
  height: 100rpx;
}

.text {
  font-size: 28rpx;
  display:flex;
  align-items:center;/*垂直居中*/
  justify-content: center;/*水平居中*/
  height: 290rpx;
  margin: 0 75rpx;
  text-align:center;
}