From f6efc465e8f5633313afc8da54c17988722073eb Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Sat, 14 Sep 2024 15:55:07 +0800
Subject: [PATCH] fix: 审核页面逻辑调整、滚动调整
---
gz-wxparty/pages/register/index.wxss | 87 ++++++++++++++++++++++++++++++++++++++++---
1 files changed, 81 insertions(+), 6 deletions(-)
diff --git a/gz-wxparty/pages/register/index.wxss b/gz-wxparty/pages/register/index.wxss
index cbd90dc..ef6afa2 100644
--- a/gz-wxparty/pages/register/index.wxss
+++ b/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 {
@@ -217,6 +252,10 @@
.three-tag .van-tabs__wrap {
height: 96rpx !important;
+}
+
+.van-tabs__wrap .van-tab--active {
+ color: var(--main-color) !important;
}
.three-tag .van-tabs__nav {
@@ -245,6 +284,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 +687,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 +748,13 @@
}
.success-link {
- color: #D1021C;
+ color: #fff;
+ width: 116px;
+ height: 36px;
+ background: #1a6fb8;
+ border-radius: 6px;
+ padding: 6px 26px;
+ margin-top: 32px;
}
.success-NewButton {
@@ -823,4 +894,8 @@
text-align: center;
padding: 24rpx 0 0;
text-decoration: underline;
+}
+
+.textarea-Input .van-field__control--textarea {
+ min-height: 88px;
}
\ No newline at end of file
--
Gitblit v1.8.0