fix(我的关注): 显示登录按钮

This commit is contained in:
2026-01-07 10:52:20 +08:00
parent ae5577c0ee
commit 40c1d27f02
3 changed files with 39 additions and 6 deletions

View File

@@ -99,3 +99,24 @@
box-sizing: border-box;
margin-top: 50rpx;
}
.collection-empty {
text-align: center;
padding: 140rpx $padding 80rpx $padding;
image {
width: 380rpx;
}
button {
min-width: 300rpx;
margin-top: 100rpx;
height: 70rpx;
line-height: 70rpx !important;
font-size: $font-size-base;
border-radius: 50rpx;
&.visit-the {
font-weight: bold;
}
}
}