refactor: ♻️ 登录页、首页和个人中心页面样式优化

This commit is contained in:
Ray.Hao
2024-12-02 00:58:53 +08:00
parent a2a141bec8
commit 8f7a416ea2
4 changed files with 53 additions and 68 deletions

View File

@@ -19,7 +19,7 @@
<!-- 未登录 -->
<view v-else @click="navigateToLoginPage">
<view class="login-tip">您还未登录请先登录</view>
<view class="w180rpx mt-2">
<view class="w120rpx mt-2">
<button class="login-btn" @click="navigateToLoginPage">登录</button>
</view>
</view>
@@ -112,9 +112,9 @@ const handleItemclick = (item: any) => {
color: #fff;
}
.login-btn {
line-height: 60rpx;
font-size: 28rpx;
line-height: 50rpx;
color: #4d80f0;
background-color: #fff;
border-radius: 10rpx;
}
}