fix: navbar commpontents

This commit is contained in:
zzc
2026-02-01 00:14:19 +08:00
parent 790f0c19fb
commit ec48778ee1
5 changed files with 9 additions and 8 deletions

View File

@@ -387,15 +387,16 @@ const saveCard = () => {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-bottom: 80px;
justify-content: space-between;
padding-top: 130px;
padding-bottom: 40px;
position: relative;
z-index: 1;
}
.header-text {
text-align: center;
margin-bottom: 150rpx;
margin-bottom: 60px;
}
.title {
font-size: 22px;
@@ -428,7 +429,7 @@ const saveCard = () => {
/* 签筒动画 */
.shaker-container {
margin-bottom: 70px;
margin-bottom: 50px;
position: relative;
}
.shaker-body {