This commit is contained in:
2025-11-29 15:02:59 +08:00
parent 83ee120f09
commit 21abcaff53
8 changed files with 69 additions and 68 deletions

View File

@@ -49,12 +49,6 @@
</view>
</view>
</view>
<!-- 快速导航按钮 -->
<view class="quick-nav">
<button class="quick-btn" @click="goToProfile">个人中心</button>
<button class="quick-btn" @click="goToMyRegistration">我的报名</button>
</view>
</view>
</template>
@@ -255,23 +249,4 @@ export default {
font-size: 36rpx;
color: #999999;
}
.quick-nav {
position: fixed;
bottom: 20rpx;
left: 30rpx;
right: 30rpx;
display: flex;
gap: 15rpx;
}
.quick-btn {
flex: 1;
background-color: #C93639;
color: white;
border: none;
padding: 15rpx 20rpx;
border-radius: 12rpx;
font-size: 26rpx;
}
</style>