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

@@ -15,7 +15,7 @@
<!-- 我的报名卡片 -->
<view class="my-registration-card" @click="goToMyRegistration">
<view class="card-icon">📋</view>
<image class="card-icon-img" src="/static/images/我的报名@3x.png" mode="aspectFit"></image>
<view class="card-text">我的报名</view>
</view>
@@ -170,6 +170,11 @@ export default {
font-size: 40rpx;
}
.card-icon-img {
width: 80rpx;
height: 80rpx;
}
.card-text {
font-size: 32rpx;
font-weight: bold;