feat: 榜单样式调整

This commit is contained in:
zerosaturation 2026-06-11 00:51:26 +08:00
parent cca325b295
commit 3d6a4c5dbd
3 changed files with 8 additions and 4 deletions

View File

@ -475,6 +475,7 @@ onUnmounted(() => {
width: 100%; width: 100%;
height: 104rpx; height: 104rpx;
box-sizing: border-box; box-sizing: border-box;
position: relative;
} }
.card-image-wrap { .card-image-wrap {
@ -523,7 +524,8 @@ onUnmounted(() => {
content: ""; content: "";
position: absolute; position: absolute;
inset: 0; inset: 0;
background: url("/static/dashboard/bj.png") center / cover no-repeat; background: url("/static/square/galaxy/TOP4.png") center no-repeat;
background-size: 100% 100%;
opacity: 0.8; // 0=1= opacity: 0.8; // 0=1=
pointer-events: none; pointer-events: none;
z-index: 0; z-index: 0;
@ -537,7 +539,8 @@ onUnmounted(() => {
content: ""; content: "";
position: absolute; position: absolute;
inset: 0; inset: 0;
background: url("/static/dashboard/bj.png") center / cover no-repeat; background: url("/static/square/galaxy/TOP4.png") center no-repeat;
background-size: 100% 100%;
opacity: 0.8; // 0=1= opacity: 0.8; // 0=1=
pointer-events: none; pointer-events: none;
z-index: 0; z-index: 0;
@ -552,8 +555,9 @@ onUnmounted(() => {
content: ""; content: "";
position: absolute; position: absolute;
inset: 0; inset: 0;
background: url("/static/square/top/bj.png") center / cover no-repeat; background: url("/static/square/galaxy/TOP6.png") center no-repeat;
opacity: 0.26; background-size: 100% 100%;
opacity: 0.8;
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB