forked from gzzfw/frontEnd/gzDyh

liuwh
2024-09-09 2e4d56e2ed95cb0f336522216fedc37167fb446d
gz-wxparty/pages/register/index.wxss
@@ -206,9 +206,44 @@
  align-items: center;
}
.two-addr-img image{
.two-addr-img image {
  width: 15px;
  height: 15px;
}
.fileList {
  background-color: #fff;
  padding: 24rpx 32rpx;
  display: flex;
  gap: 32rpx;
  align-items: center;
}
.fileList_border {
  padding-bottom: 24rpx;
  display: flex;
  gap: 32rpx;
  align-items: center;
  border-bottom: 1px solid rgba(126, 134, 142, 0.16);
}
.fileList_img {
  width: 84rpx;
  height: 96rpx;
}
.fileList_title {
  color: rgba(23, 26, 29, 0.40);
  font-size: 28rpx;
}
.fileList_img_del {
  width: 32rpx;
  height: 32rpx;
}
.flex_1 {
  flex: 1;
}
.three-tag {
@@ -245,6 +280,33 @@
  background-color: #fff;
  align-items: center;
  padding-left: 32rpx;
}
.Ai_tip {
  background: #FFECE8;
  padding: 8px 12px;
  border-radius: 4px;
}
.Ai_tip_title {
  color: #F53F3F;
  line-height: 46rpx;
}
.page-flex {
  display: flex;
  flex-direction: column;
}
.Ai_tip_line {
  margin: 16rpx 0;
  border-bottom: 1px solid rgba(245, 63, 63, 0.60);
}
.Ai_tip_text {
  color: rgba(245, 63, 63, 0.60);
  font-size: 24rpx;
  line-height: 40rpx;
}
.textarea-limit {
@@ -621,14 +683,13 @@
}
.success-title {
  font-size: 34rpx;
  line-height: 50rpx;
  font-weight: 600;
  font-size: 32rpx;
  line-height: 48rpx;
  padding: 32rpx 0;
}
.success-subTitle {
  width: 383rpx;
  width: 498rpx;
  color: var(--second-text-color);
  margin: auto;
}
@@ -683,7 +744,13 @@
}
.success-link {
  color: #D1021C;
  color: #fff;
  width: 116px;
  height: 36px;
  background: #1a6fb8;
  border-radius: 6px;
  padding: 6px 26px;
  margin-top: 32px;
}
.success-NewButton {