From d2ce2bd4ead08202be73cd115d3ee360aab52f1e Mon Sep 17 00:00:00 2001 From: kenny <879464294@qq.com> Date: Thu, 16 Oct 2025 19:52:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E8=AF=95=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/base-info-more/index.vue | 48 ++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/pages/base-info-more/index.vue b/pages/base-info-more/index.vue index df58022..9a28b5b 100644 --- a/pages/base-info-more/index.vue +++ b/pages/base-info-more/index.vue @@ -51,6 +51,12 @@ + +
+
+ +
+
@@ -597,5 +603,47 @@ font-size: 32rpx; } } + + + .dialog { + position: fixed; + inset: 0; + z-index: 100; + background-color: rgba(0, 0, 0, 0.4); + + display: flex; + align-items: center; + justify-content: center; + + .dialog-main { + height: 80rpx; + border-radius: 16rpx; + background-color: #0d232c; + color: white; + font-size: 32rpx; + .next-input { + height: 80rpx; + border-radius: 16rpx; + background-color: #0d232c; + color: white; + font-size: 32rpx; + position: relative; + + // &:after { + // content: '点击上传头像'; + // position: absolute; + // left: 50%; + // top: 50%; + // color: white; + // font-size: 28rpx; + // transform: translate(-50%, -50%); + // font-weight: bolder; + // } + } + } + } } + + +