首页卡片

This commit is contained in:
lmj
2022-10-09 19:27:23 +08:00
parent 6ae49ca1be
commit 3653ee2a80
2 changed files with 3 additions and 2 deletions

View File

@@ -685,7 +685,7 @@
height: 370px; height: 370px;
padding: 30px 45px; padding: 30px 45px;
.personal-box{ .personal-box{
margin-left: 16px; // margin-left: 16px;
margin-top: 20px; margin-top: 20px;
margin-bottom: 28px; margin-bottom: 28px;
} }

View File

@@ -935,7 +935,8 @@
position: absolute; position: absolute;
right: 8%; right: 8%;
top: 105px; top: 105px;
background: url('/images/homeWu/personal-bgimg.png'); // background: url('/images/homeWu/personal-bgimg.png');
background: rgba($color: #fff, $alpha: 0.2);
border-radius: 8px; border-radius: 8px;
z-index: 999; z-index: 999;
backdrop-filter: blur(10px); backdrop-filter: blur(10px);