groupCommandDialog.wxss 1.53 KB
/* pages/groupPurchase/groupCommandDialog.wxss */
.command-mask{
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.command-container{
  width: 72%;
  min-height: 36%;
  margin-top: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  border-radius: 8rpx;
}
.command-title{
  font-family: PingFang-SC-Bold;
  font-size: 14px;
  color: #444444;
  letter-spacing: 0;
  text-align: center;
  margin-top: 40rpx;
}
.command-content-container{
  min-width: 320rpx;
  height: 72rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28rpx;
  border: 2rpx solid #979797;
}
.comment-content{
  font-family: SourceHanSansCN-Bold;
  font-size: 40rpx;
  color: #444444;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
}
.tip1{
  width: 100%;
  font-family: PingFang-SC-Regular;
  font-size: 12px;
  color: #444444;
  letter-spacing: 0;
  text-align: center; 
}
.tip2{
  width: 100%;
  font-family: PingFang-SC-Light;
  font-size: 10px;
  color: #B0B0B0;
  letter-spacing: 0;
  text-align: center;
}
.commend-copy{
  /* flex: 1; */
  min-height: 87rpx;
  width: 100%;
  margin-top: 22rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1rpx solid #e0e0e0;
}
.copy-text{
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #D0021B;
  letter-spacing: 0;
  text-align: center;
}