fix: 自测问题修复完善。

This commit is contained in:
tianyongbao
2026-02-08 17:47:48 +08:00
parent 74b1dbd0af
commit d924185c8e
2 changed files with 3 additions and 3 deletions

View File

@@ -654,7 +654,7 @@ page {
.card-name { .card-name {
color: #ffffff; color: #ffffff;
font-size: 30rpx; font-size: 28rpx;
font-weight: 700; font-weight: 700;
line-height: 1.3; line-height: 1.3;
white-space: nowrap; white-space: nowrap;
@@ -666,7 +666,7 @@ page {
.card-code { .card-code {
color: rgba(255, 255, 255, 0.9); color: rgba(255, 255, 255, 0.9);
font-size: 26rpx; font-size: 22rpx;
font-weight: 500; font-weight: 500;
line-height: 1.3; line-height: 1.3;
white-space: nowrap; white-space: nowrap;

View File

@@ -62,7 +62,7 @@
<!-- 版权信息 --> <!-- 版权信息 -->
<view class="copyright"> <view class="copyright">
<text>Copyright © 2025 qdintc All Rights Reserved.</text> <text>Copyright © 2026 qdintc All Rights Reserved.</text>
</view> </view>
</view> </view>
</template> </template>