From daa78b271247bcf90a8d45c08ecc85827bbc5258 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com>
Date: Mon, 13 Nov 2023 14:36:27 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/myinformation/myinformation.vue | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)
diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue
index 51febc3..8ec5488 100644
--- a/pages/myinformation/myinformation.vue
+++ b/pages/myinformation/myinformation.vue
@@ -63,8 +63,9 @@
{{list.personName}}
-
-
+
+
+
个人信息
@@ -378,18 +379,21 @@
.fist {
position: relative;
width: 96%;
- height: 117rpx;
+ height: 130rpx;
left: 50%;
top: 13%;
transform: translateX(-50%);
- }
-
- .two {
- width: 168rpx;
- height: 54rpx;
- position: relative;
- left: 72%;
- top: 5%;
+ background: url(../../static/time.png) no-repeat center center fixed;
+ background-size: contain;
+ margin-bottom: 50rpx;
+ .two {
+ width: 168rpx;
+ height: 54rpx;
+ position: absolute;
+ right: 5%;
+ top: 50%;
+ transform: translateY(-50%);
+ }
}
.myorder {