feat: 榜单样式调整
This commit is contained in:
parent
cca325b295
commit
3d6a4c5dbd
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
frontend/static/square/galaxy/TOP4.png
Normal file
BIN
frontend/static/square/galaxy/TOP4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
BIN
frontend/static/square/galaxy/TOP6.png
Normal file
BIN
frontend/static/square/galaxy/TOP6.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
Loading…
Reference in New Issue
Block a user