diff --git a/pages/make/index.vue b/pages/make/index.vue index 276b7fe..e7d6e65 100644 --- a/pages/make/index.vue +++ b/pages/make/index.vue @@ -8,6 +8,7 @@ mode="aspectFill" /> + 年禧集.马年春节祝福 新春快乐 2026 YEAR OF THE HORSE @@ -985,6 +986,18 @@ function drawRoundRect(ctx, x, y, w, h, r, color) { flex-direction: column; align-items: center; } +.watermark { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%) rotate(-45deg); + font-size: 36rpx; + color: rgba(255, 255, 255, 0.2); + font-weight: bold; + pointer-events: none; + white-space: nowrap; + z-index: 1; +} .card-overlay .title { display: flex; flex-direction: column;