fix bugs
This commit is contained in:
@@ -26,57 +26,39 @@
|
||||
<!-- 功能网格 -->
|
||||
<view class="function-grid">
|
||||
<view class="function-item" @click="handleFunction('info')">
|
||||
<view class="function-icon" style="background-color: #C93639;">
|
||||
<text>📄</text>
|
||||
</view>
|
||||
<image class="function-icon-img" src="/static/images/信息发布@3x.png" mode="aspectFit"></image>
|
||||
<text class="function-text">信息发布</text>
|
||||
</view>
|
||||
<view class="function-item" @click="handleFunction('rules')">
|
||||
<view class="function-icon" style="background-color: #C93639;">
|
||||
<text>📋</text>
|
||||
</view>
|
||||
<image class="function-icon-img" src="/static/images/赛事规程@3x.png" mode="aspectFit"></image>
|
||||
<text class="function-text">赛事规程</text>
|
||||
</view>
|
||||
<view class="function-item" @click="handleFunction('schedule')">
|
||||
<view class="function-icon" style="background-color: #C93639;">
|
||||
<text>📅</text>
|
||||
</view>
|
||||
<image class="function-icon-img" src="/static/images/活动日程@3x.png" mode="aspectFit"></image>
|
||||
<text class="function-text">活动日程</text>
|
||||
</view>
|
||||
<view class="function-item" @click="handleFunction('players')">
|
||||
<view class="function-icon" style="background-color: #C93639;">
|
||||
<text>👥</text>
|
||||
</view>
|
||||
<image class="function-icon-img" src="/static/images/参赛选手@3x.png" mode="aspectFit"></image>
|
||||
<text class="function-text">参赛选手</text>
|
||||
</view>
|
||||
<view class="function-item" @click="handleFunction('match')">
|
||||
<view class="function-icon" style="background-color: #C93639;">
|
||||
<text>📹</text>
|
||||
</view>
|
||||
<image class="function-icon-img" src="/static/images/比赛实况@3x.png" mode="aspectFit"></image>
|
||||
<text class="function-text">比赛实况</text>
|
||||
</view>
|
||||
<view class="function-item" @click="handleFunction('lineup')">
|
||||
<view class="function-icon" style="background-color: #C93639;">
|
||||
<text>📝</text>
|
||||
</view>
|
||||
<image class="function-icon-img" src="/static/images/出场顺序@3x.png" mode="aspectFit"></image>
|
||||
<text class="function-text">出场顺序</text>
|
||||
</view>
|
||||
<view class="function-item" @click="handleFunction('score')">
|
||||
<view class="function-icon" style="background-color: #C93639;">
|
||||
<text>📊</text>
|
||||
</view>
|
||||
<image class="function-icon-img" src="/static/images/成绩@3x.png" mode="aspectFit"></image>
|
||||
<text class="function-text">成绩</text>
|
||||
</view>
|
||||
<view class="function-item" @click="handleFunction('awards')">
|
||||
<view class="function-icon" style="background-color: #C93639;">
|
||||
<text>🏆</text>
|
||||
</view>
|
||||
<image class="function-icon-img" src="/static/images/奖牌榜.png" mode="aspectFit"></image>
|
||||
<text class="function-text">奖牌榜</text>
|
||||
</view>
|
||||
<view class="function-item" @click="handleFunction('photos')">
|
||||
<view class="function-icon" style="background-color: #C93639;">
|
||||
<text>🖼</text>
|
||||
</view>
|
||||
<image class="function-icon-img" src="/static/images/图片直播@3x.png" mode="aspectFit"></image>
|
||||
<text class="function-text">图片直播</text>
|
||||
</view>
|
||||
</view>
|
||||
@@ -219,6 +201,11 @@ export default {
|
||||
font-size: 60rpx;
|
||||
}
|
||||
|
||||
.function-icon-img {
|
||||
width: 120rpx;
|
||||
height: 120rpx;
|
||||
}
|
||||
|
||||
.function-text {
|
||||
font-size: 26rpx;
|
||||
color: #333333;
|
||||
|
||||
Reference in New Issue
Block a user