This commit is contained in:
张成
2025-12-02 11:51:24 +08:00
parent dc24123ab6
commit 75e562c1f9
5 changed files with 76 additions and 29 deletions

View File

@@ -36,30 +36,34 @@
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
box-sizing: border-box;
position: absolute;
// 第一个卡片(最下面)
&--1 {
width: 303.45px;
left: 9px;
top: 114px;
transform: rotate(-2deg);
}
// 第二个卡片(中间)
&--2 {
width: 301.91px;
left: 22px;
top: 58px;
transform: rotate(1.5deg);
}
// 第三个卡片(最上面)
&--3 {
width: 311.91px;
left: 0;
top: 0;
transform: rotate(-1deg);
transform: rotate(2deg);
}
// 第二个卡片(中间)
&--2 {
width: 301.91px;
left: 22px;
top: 58px;
transform: rotate(-2deg);
}
// 第一个卡片(最下面)
&--1 {
width: 303.45px;
left: 9px;
top: 114px;
transform: rotate(4deg);
}
}
&__avatar {
@@ -91,6 +95,9 @@
font-size: 12px;
line-height: 1.67;
color: rgba(0, 0, 0, 0.8);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
// 标题区域
@@ -159,6 +166,22 @@
height: 100%;
}
&__qr_placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: #f5f5f5;
}
&__qr_loading {
font-family: 'PingFang SC';
font-weight: 400;
font-size: 14px;
color: rgba(0, 0, 0, 0.4);
}
&__qr_text {
font-family: 'PingFang SC';
font-weight: 400;
@@ -168,5 +191,4 @@
text-align: center;
}
}
}