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;
+ // }
+ }
+ }
+ }
}
+
+
+