🎨 Update weapon display style

This commit is contained in:
洛水居室 2022-11-01 23:20:03 +08:00
parent d937e1e3c6
commit 7cd2579bc8
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -129,18 +129,18 @@ body {
.item-weapon-box {
position: absolute;
top: 1px;
left: 3px;
width: 106px;
height: 366px;
top: 45px;
left: 2px;
height: 448px;
z-index: 101;
overflow: hidden;
clip-path: url(#wishframe);
}
.item-weapon-img {
height: 100%;
position: absolute;
left: -35%;
left: -55%;
filter: drop-shadow(3px 9px 0px #333);
}