From 46769ff9231aaf855927abe6d49767c17ed0d6c0 Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Tue, 16 Sep 2025 11:30:01 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E9=9D=99?=
=?UTF-8?q?=E6=80=81=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/realName/realName.vue | 158 +++++++++++++++++++++++++++++++++++-
1 file changed, 154 insertions(+), 4 deletions(-)
diff --git a/pages/realName/realName.vue b/pages/realName/realName.vue
index 8edd497..75803ee 100644
--- a/pages/realName/realName.vue
+++ b/pages/realName/realName.vue
@@ -7,10 +7,31 @@
/>
@@ -22,6 +43,7 @@ export default {
components: {},
data() {
return {
+ flower: "https://api.ccttiot.com/image-1757990177680.png",
CommonEnum,
loading: false,
};
@@ -61,6 +83,134 @@ export default {
display: flex;
align-items: flex-start;
flex-direction: column;
- padding: 0 15rpx 40rpx;
+ padding: 0 0 40rpx;
+
+ .title {
+ position: absolute;
+ left: 54rpx; /* 27px * 2 */
+ top: 326rpx; /* 163px * 2 */
+ height: 60rpx; /* 30px * 2 */
+ opacity: 1;
+
+ font-family: AlibabaPuHuiTi;
+ font-size: 44rpx; /* 22px * 2 */
+ font-weight: 500;
+ line-height: normal;
+ letter-spacing: 0em;
+
+ font-feature-settings: "kern" on;
+ color: #522510;
+ }
+
+ .lotusMeditation {
+ position: absolute;
+ left: 502rpx; /* 251px * 2 */
+ top: 222rpx; /* 111px * 2 */
+ width: 33.07%; /* 33.07% 保持不变(百分比单位不受影响) */
+ height: 13.67%; /* 百分比单位保持不变 */
+ opacity: 1;
+ }
+
+ .content {
+ position: absolute;
+ left: 54rpx; /* 27px * 2 */
+ top: 412rpx; /* 206px * 2 */
+ width: 638rpx; /* 319px * 2 */
+ height: 64rpx; /* 32px * 2 */
+ opacity: 1;
+
+ font-family: AlibabaPuHuiTi;
+ font-size: 24rpx; /* 12px * 2 */
+ font-weight: normal;
+ line-height: normal;
+ letter-spacing: 0em;
+
+ font-feature-settings: "kern" on;
+ color: #522510;
+ }
+
+ .box {
+ position: absolute;
+ left: 27px;
+ top: 259px;
+ width: 321px;
+ height: 356px;
+ border-radius: 15px;
+ opacity: 1;
+
+ background: #fffbf5;
+
+ box-sizing: border-box;
+ border: 0.5px solid #c7a26d;
+ }
+
+ .inputYourIdentify {
+ position: absolute;
+ left: 50px;
+ top: 282px;
+
+ height: 22px;
+ opacity: 1;
+
+ font-family: AlibabaPuHuiTi;
+ font-size: 16px;
+ font-weight: 500;
+ line-height: normal;
+ letter-spacing: 0em;
+
+ font-feature-settings: "kern" on;
+ color: #3d3d3d;
+ }
+
+ .inputBox {
+ position: relative;
+ top: 400rpx;
+ width: 550rpx;
+ left: 100rpx;
+ height: 300rpx;
+
+ .input {
+ height: 100rpx;
+ font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
+ font-weight: 400;
+ font-size: 28rpx;
+ color: #000000;
+ line-height: 38rpx;
+ text-align: left;
+ font-style: normal;
+ text-transform: none;
+ border-bottom: #d8d8d8 solid 1px;
+ }
+ }
+
+ .submit {
+ position: absolute;
+ left: 50px;
+ top: 488px;
+ width: 275px;
+ height: 49px;
+ border-radius: 10px;
+ opacity: 0.5;
+
+ background: #c7a26d;
+ }
+
+ .tip {
+ position: absolute;
+ left: 50px;
+ top: 549px;
+ width: 272px;
+ height: 32px;
+ opacity: 1;
+
+ font-family: AlibabaPuHuiTi;
+ font-size: 12px;
+ font-weight: normal;
+ line-height: normal;
+ letter-spacing: 0em;
+
+ font-feature-settings: "kern" on;
+ color: #695347;
+ }
}