inviteAlertView.ttss 1.47 KB
.container {
  position: fixed;
  top: 0rpx;
  left: 0rpx;
  background-color: rgba(0, 0, 0, 0.6);
}

.content {
  margin-left: 105rpx; 
  margin-top: 290rpx;     
  width: 540rpx;
  border-radius: 8rpx;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cancel {
  width: 30rpx;
  height: 30rpx;
  margin-top: 20rpx;
  margin-left: 490rpx;
}

.title {
  margin-left: 20rpx;
  margin-right: 20rpx;
  font-size: 34rpx;
  font-weight: 500;
  text-align: center;
  color: black;
  letter-spacing: 3.7rpx;
}

.content-scroll {
  margin-top: 38rpx;
  width: 417rpx;
  max-height: 252rpx;
  
}

.message {
  /* font-size: 24rpx; */
  color: black;
  /* text-align: left; */
}

.function-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.functionText {
  margin-top: 20rpx;
  width: 100%;
  font-size: 14px;
  color: red;
  text-align: center;
  text-decoration-line: underline; 
}

.bottom-share {
  margin-top: 60rpx;
  width: 381rpx;
  height: 70rpx;
  border-radius: 35rpx;
  background-color: #b40001;
  display: flex;
  justify-content: center;
  margin-bottom: 48rpx;
}

.shareButton {
  width: 100%;
  height: 100%;
  background-color: transparent; 
  border-radius: 35rpx;
  margin-left: -381rpx;
}

.bottom-text {
  /* margin-left: -381rpx; */
  width: 100%;
  align-self: center;
  font-size: 28rpx;
  font-weight: 500;
  color: white;
  text-align: center;
  letter-spacing: 3.1rpx;
}