diff --git a/image/异常图片/微信图片_20251129143551_266_2.png b/image/异常图片/微信图片_20251129143551_266_2.png new file mode 100644 index 0000000..298588d Binary files /dev/null and b/image/异常图片/微信图片_20251129143551_266_2.png differ diff --git a/pages.json b/pages.json index 9786d37..d2c2988 100644 --- a/pages.json +++ b/pages.json @@ -166,5 +166,25 @@ "navigationBarTitleText": "武术赛事", "navigationBarBackgroundColor": "#C93639", "backgroundColor": "#F8F8F8" + }, + "tabBar": { + "color": "#999999", + "selectedColor": "#C93639", + "backgroundColor": "#ffffff", + "borderStyle": "black", + "list": [ + { + "pagePath": "pages/home/home", + "text": "首页", + "iconPath": "static/images/首页灰@3x.png", + "selectedIconPath": "static/images/首页亮@3x.png" + }, + { + "pagePath": "pages/profile/profile", + "text": "个人中心", + "iconPath": "static/images/个人中心灰@3x.png", + "selectedIconPath": "static/images/个人中心亮@3x.png" + } + ] } } diff --git a/pages/common-info/common-info.vue b/pages/common-info/common-info.vue index 0ab0704..457fe5c 100644 --- a/pages/common-info/common-info.vue +++ b/pages/common-info/common-info.vue @@ -18,11 +18,11 @@ - + 编辑 - 🗑 + 删除 @@ -225,6 +225,11 @@ export default { font-size: 28rpx; } +.action-icon { + width: 28rpx; + height: 28rpx; +} + .empty-state { padding: 200rpx 0; text-align: center; diff --git a/pages/event-detail/event-detail.vue b/pages/event-detail/event-detail.vue index 142069c..2a15a13 100644 --- a/pages/event-detail/event-detail.vue +++ b/pages/event-detail/event-detail.vue @@ -26,57 +26,39 @@ - - 📄 - + 信息发布 - - 📋 - + 赛事规程 - - 📅 - + 活动日程 - - 👥 - + 参赛选手 - - 📹 - + 比赛实况 - - 📝 - + 出场顺序 - - 📊 - + 成绩 - - 🏆 - + 奖牌榜 - - 🖼 - + 图片直播 @@ -219,6 +201,11 @@ export default { font-size: 60rpx; } +.function-icon-img { + width: 120rpx; + height: 120rpx; +} + .function-text { font-size: 26rpx; color: #333333; diff --git a/pages/event-register/event-register.vue b/pages/event-register/event-register.vue index ff2e11c..fd430e2 100644 --- a/pages/event-register/event-register.vue +++ b/pages/event-register/event-register.vue @@ -3,23 +3,17 @@ - - 👤 - + 选择选手信息 - - 💳 - + 订单支付 - - - + 提交报名成功 @@ -36,8 +30,8 @@ - - + + {{ item.name }} @@ -45,11 +39,11 @@ - + 编辑 - 🗑 + 删除 @@ -314,6 +308,11 @@ export default { background-color: #C93639; } +.step-icon-img { + width: 70rpx; + height: 70rpx; +} + .icon { font-size: 36rpx; } @@ -399,6 +398,11 @@ export default { justify-content: center; } +.checkbox-img { + width: 40rpx; + height: 40rpx; +} + .checked { font-size: 36rpx; color: #C93639; @@ -409,6 +413,11 @@ export default { color: #cccccc; } +.action-icon { + width: 28rpx; + height: 28rpx; +} + .player-info { flex: 1; } diff --git a/pages/home/home.vue b/pages/home/home.vue index fda5903..35feca1 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -49,12 +49,6 @@ - - - - - - @@ -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; -} diff --git a/pages/profile/profile.vue b/pages/profile/profile.vue index d3ffe16..7ddf785 100644 --- a/pages/profile/profile.vue +++ b/pages/profile/profile.vue @@ -15,7 +15,7 @@ - 📋 + 我的报名 @@ -170,6 +170,11 @@ export default { font-size: 40rpx; } +.card-icon-img { + width: 80rpx; + height: 80rpx; +} + .card-text { font-size: 32rpx; font-weight: bold; diff --git a/微信图片_20251127231204_256_2.png b/微信图片_20251127231204_256_2.png deleted file mode 100644 index e617ad7..0000000 Binary files a/微信图片_20251127231204_256_2.png and /dev/null differ