This commit is contained in:
2023-11-13 14:36:27 +08:00
parent 58043fdf15
commit daa78b2712

View File

@ -63,8 +63,9 @@
<view class="name">
{{list.personName}}
</view>
<image src="../../static/time.png" mode="" class="fist" @tap="gotime"></image>
<image src="../../static/see.png" mode="" class="two" @tap="gotime"></image>
<view class="fist">
<image src="../../static/see.png" mode="" class="two" @tap="gotime"></image>
</view>
<view class="myorder titles" @tap="personlinfo()">
<view class="title">
个人信息
@ -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 {