分享功能和资质文件展示

This commit is contained in:
2026-07-28 00:31:31 +08:00
parent a49d8d99b6
commit 15c35c49de
7 changed files with 90 additions and 20 deletions
+18 -9
View File
@@ -505,31 +505,40 @@
z-index: 1200;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
padding: 24px 16px;
background: rgba(0, 0, 0, 0.72);
width: 100%;
height: 100%;
padding: 0;
margin: 0;
background: #000;
box-sizing: border-box;
}
.mine-qualification-scroll {
flex: 1;
width: 100%;
max-width: 420px;
max-height: calc(86vh - 36px);
border-radius: 8px;
height: 100%;
max-width: none;
max-height: none;
border-radius: 0;
overflow: hidden;
background: #fff;
background: #000;
}
.mine-qualification-img {
display: block;
width: 100%;
min-height: 100%;
pointer-events: none;
}
.mine-qualification-hint {
position: absolute;
left: 0;
right: 0;
bottom: calc(12px + env(safe-area-inset-bottom, 0px));
z-index: 1;
text-align: center;
font-size: 12px;
color: rgba(255, 255, 255, 0.82);
pointer-events: none;
}