chore(cp排行榜): 调整抽奖发光框位置样式
This commit is contained in:
parent
be791ba7a9
commit
4bf874b41e
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user