Style:样式优化

This commit is contained in:
LinCyJang
2026-06-02 22:01:34 +08:00
parent ad280253b8
commit 4c008f2b55
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8267,6 +8267,7 @@ rich-text {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
line-height: 40rpx;
} }
.draw-ticket-icon { .draw-ticket-icon {
+1 -1
View File
@@ -750,7 +750,7 @@ export default {
border: 4rpx solid #333; border: 4rpx solid #333;
border-radius: 50%; border-radius: 50%;
font-size: 32rpx; font-size: 32rpx;
line-height: 38rpx; line-height: 44rpx;
text-align: center; text-align: center;
color: #333; color: #333;
font-weight: 700; font-weight: 700;