fix: navbar commpontents
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<NavBar title="2026 灵马贺岁" :transparent="true"/>
|
||||
|
||||
<!-- 顶部提示条 -->
|
||||
<view class="top-banner" v-if="inviterName">
|
||||
<!-- <view class="top-banner" v-if="inviterName">
|
||||
<image
|
||||
class="avatar-icon"
|
||||
v-if="inviterAvatar"
|
||||
@@ -17,7 +17,7 @@
|
||||
<view class="top-banner" v-else>
|
||||
<text class="banner-icon">✨</text>
|
||||
<text class="banner-text">2026 灵马贺岁 · 开启你的新年好运</text>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
<!-- 页面标题 -->
|
||||
<view class="page-header">
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user