This commit is contained in:
SelfRidicule 2024-08-20 14:19:18 +08:00
parent cd3c245bd0
commit 15b652e41f
3 changed files with 4 additions and 2 deletions

View File

@ -76,5 +76,5 @@
</view> </view>
</view> --> </view> -->
</view> </view>
<button class="exitBtn" bindtap="exitaccount">退出登录</button> <view class="submitBtn" bindtap="exitaccount">退出登录</view>
</view> </view>

View File

@ -54,6 +54,7 @@ picker{
.showToast { .showToast {
position: absolute; position: absolute;
opacity: 1; opacity: 1;
z-index: 999;
width: 70%; width: 70%;
margin-left: 15%; margin-left: 15%;
margin-top: 40%; margin-top: 40%;

View File

@ -103,11 +103,12 @@
color: white; color: white;
padding: 10rpx 20rpx; padding: 10rpx 20rpx;
border-radius: 6rpx; border-radius: 6rpx;
font-size: 22rpx; font-size: 24rpx;
} }
.mainView .statusView .time { .mainView .statusView .time {
margin-top: 20rpx; margin-top: 20rpx;
font-size: 28rpx;
} }
.mainView .statusView .leftImg { .mainView .statusView .leftImg {