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

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
+39 -10
View File
@@ -70,22 +70,20 @@
padding: 20px 0;
}
.status-row.row2 {
display: grid;
grid-template-columns: 1fr 2px 1fr;
}
.status-row.row3 {
display: grid;
grid-template-columns: 1fr 2px 1fr 2px 1fr;
/* 每组(item + divider)作为一个 flex 单元 */
.status-group {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
}
.status-item {
display: flex;
flex-direction: column;
align-items: center;
flex: 1;
padding: 8px 0;
flex: 1;
}
.status-num {
@@ -105,6 +103,7 @@
height: 48px;
background: var(--line-star);
opacity: 0.25;
flex-shrink: 0;
}
.status-divider-h {
@@ -168,7 +167,37 @@
border-radius: 40px !important;
}
/* 登录弹窗 */
.menu-icon-img {
width: 36px;
height: 36px;
margin-bottom: 12px;
}
/* 状态 icon 图片 */
.status-icon-img {
width: 28px;
height: 28px;
margin-bottom: 4px;
}
/* 企业定制icon */
.enterprise-icon {
width: 28px;
height: 28px;
margin-right: 12px;
}
/* 头像占位图 */
.avatar-icon-img {
width: 36px;
height: 36px;
}
/* 登录弹窗头像占位 */
.avatar-placeholder-img {
width: 56px;
height: 56px;
}
.modal-overlay {
position: fixed;
top: 0;