3a8c8a3a by 张猛

退出登录

1 parent 65e14c9a
......@@ -145,7 +145,7 @@
<uni-icons color="#999" size="20" type="arrowright"></uni-icons>
</view>
</view>
<view style="height: 130rpx"></view>
<!-- 退出-->
<view class="logOut">
<view class="logOutBtn" @click="showLogoutConfirm">退出登录</view>
......@@ -909,15 +909,19 @@ const confirmLogout = () => {
}
.logOut {
position: fixed;
bottom: 0;
left: 30rpx;
display: flex;
justify-content: center;
margin-top: 16px;
padding-bottom: 20rpx;
width: calc(100% - 60rpx);
.logOutBtn {
background-image: linear-gradient(135deg, #dbbb69 10%, #f0deb0 100%);
backdrop-filter: blur(4px);
width: 80%;
width: calc(100% - 30rpx);
border: 1px solid #dadada;
padding: 20rpx 50rpx;
border-radius: 50rpx;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!