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

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
+50 -10
View File
@@ -95,14 +95,20 @@
padding: 20rpx 0;
}
.status-row.row2 {
display: grid;
grid-template-columns: 1fr 2rpx 1fr;
}
.status-row.row3 {
display: grid;
grid-template-columns: 1fr 2rpx 1fr 2rpx 1fr;
/* 每组(item + divider)作为一个 flex 单元 */
.status-group {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.status-item {
@@ -115,10 +121,10 @@
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 8rpx 0;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 8rpx 0;
}
.status-num {
@@ -138,6 +144,9 @@
height: 48rpx;
background: var(--line-star);
opacity: 0.25;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.status-divider-h {
@@ -212,7 +221,38 @@
border-radius: 40rpx !important;
}
/* 登录弹窗 */
.menu-icon-img {
width: 36rpx;
height: 36rpx;
margin-bottom: 12rpx;
}
/* 状态 icon 图片 */
.status-icon-img {
width: 28rpx;
height: 28rpx;
margin-bottom: 4rpx;
}
/* 企业定制icon */
.enterprise-icon {
width: 28rpx;
height: 28rpx;
margin-right: 12rpx;
}
/* 头像占位图 */
.avatar-icon-img {
width: 36rpx;
height: 36rpx;
}
/* 登录弹窗头像占位 */
.avatar-placeholder-img {
width: 56rpx;
height: 56rpx;
}
.modal-overlay {
position: fixed;
top: 0;