3a8c8a3a by 张猛

退出登录

1 parent 65e14c9a
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
145 <uni-icons color="#999" size="20" type="arrowright"></uni-icons> 145 <uni-icons color="#999" size="20" type="arrowright"></uni-icons>
146 </view> 146 </view>
147 </view> 147 </view>
148 148 <view style="height: 130rpx"></view>
149 <!-- 退出--> 149 <!-- 退出-->
150 <view class="logOut"> 150 <view class="logOut">
151 <view class="logOutBtn" @click="showLogoutConfirm">退出登录</view> 151 <view class="logOutBtn" @click="showLogoutConfirm">退出登录</view>
...@@ -909,15 +909,19 @@ const confirmLogout = () => { ...@@ -909,15 +909,19 @@ const confirmLogout = () => {
909 } 909 }
910 910
911 .logOut { 911 .logOut {
912 position: fixed;
913 bottom: 0;
914 left: 30rpx;
912 display: flex; 915 display: flex;
913 justify-content: center; 916 justify-content: center;
914 margin-top: 16px; 917 margin-top: 16px;
915 padding-bottom: 20rpx; 918 padding-bottom: 20rpx;
919 width: calc(100% - 60rpx);
916 920
917 .logOutBtn { 921 .logOutBtn {
918 background-image: linear-gradient(135deg, #dbbb69 10%, #f0deb0 100%); 922 background-image: linear-gradient(135deg, #dbbb69 10%, #f0deb0 100%);
919 backdrop-filter: blur(4px); 923 backdrop-filter: blur(4px);
920 width: 80%; 924 width: calc(100% - 30rpx);
921 border: 1px solid #dadada; 925 border: 1px solid #dadada;
922 padding: 20rpx 50rpx; 926 padding: 20rpx 50rpx;
923 border-radius: 50rpx; 927 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!