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 {