From 2e4d56e2ed95cb0f336522216fedc37167fb446d Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Mon, 09 Sep 2024 15:26:15 +0800 Subject: [PATCH] 小程序代码提交 --- gz-wxparty/pages/register/index.wxss | 79 ++++++++++++++++++++++++++++++++++++--- 1 files changed, 73 insertions(+), 6 deletions(-) diff --git a/gz-wxparty/pages/register/index.wxss b/gz-wxparty/pages/register/index.wxss index cbd90dc..3169dd2 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 { @@ -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 { -- Gitblit v1.8.0