chore(cp排行榜): 调整抽奖发光框位置样式

This commit is contained in:
hzj 2026-01-20 18:37:30 +08:00
parent be791ba7a9
commit 4bf874b41e

View File

@ -25,7 +25,6 @@
display: grid; display: grid;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr);
gap: 1vw;
direction: ltr; direction: ltr;
" "
@ -61,10 +60,12 @@
alt="" alt=""
style=" style="
display: block; display: block;
width: 100%; width: 105%;
position: absolute; position: absolute;
inset: 0; transform: translate(-50%, -50%);
top: 50%;
left: 50%;
" "
/> />
</div> </div>