小程序加上公司资质
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-07-26 13:31:21 +08:00
parent cc9933d1ce
commit 1725b9e4b4
3 changed files with 63 additions and 3 deletions
+35
View File
@@ -498,3 +498,38 @@
opacity: 0.65;
pointer-events: none;
}
.mine-qualification-mask {
position: fixed;
inset: 0;
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);
box-sizing: border-box;
}
.mine-qualification-scroll {
width: 100%;
max-width: 420px;
max-height: calc(86vh - 36px);
border-radius: 8px;
overflow: hidden;
background: #fff;
}
.mine-qualification-img {
display: block;
width: 100%;
pointer-events: none;
}
.mine-qualification-hint {
text-align: center;
font-size: 12px;
color: rgba(255, 255, 255, 0.82);
}