商品浏览页构建前最后一次更新

This commit is contained in:
2026-08-02 00:21:54 +08:00
parent d37a93ab9e
commit e423ab2d73
146 changed files with 3449 additions and 1342 deletions
+28
View File
@@ -209,3 +209,31 @@ page {
.safe-bottom-placeholder {
height: 160px;
}
/* ==========================================================
底部弹窗遮罩(地址选择器等共用)
========================================================== */
.modal-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 600;
display: flex;
align-items: flex-end;
justify-content: center;
}
.addr-picker-sheet {
width: 100%;
max-height: 70vh;
border-radius: 24px 24px 0 0;
padding: 24px 24px calc(24px + env(safe-area-inset-bottom));
display: flex;
flex-direction: column;
background: var(--bg-card);
border-top: var(--line-card);
box-sizing: border-box;
}