fix: nav page

This commit is contained in:
zzc
2026-01-31 22:42:57 +08:00
parent 417195ff09
commit 4f4a7792cb
2 changed files with 3 additions and 62 deletions

View File

@@ -231,40 +231,6 @@ const getDefaultName = (item) => {
padding-bottom: 40px;
}
.nav-bar {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100;
background-color: #f9f9f9;
.nav-content {
height: 100%;
display: flex;
align-items: center;
padding: 0 24rpx;
.back {
font-size: 50rpx;
margin-right: 24rpx;
line-height: 1;
color: #333;
padding: 20rpx;
margin-left: -20rpx;
}
.nav-title {
font-size: 34rpx;
font-weight: bold;
color: #333;
flex: 1;
text-align: center;
margin-right: 50rpx;
}
}
}
.current-card {
margin: 60px 20px 20px;
background: #fff;