2026-07-14 16:04:51 +08:00
|
|
|
.page-heading {
|
|
|
|
|
padding-bottom: 4rpx;
|
|
|
|
|
}
|
|
|
|
|
|
2026-07-07 16:38:13 +08:00
|
|
|
.category-scroll {
|
|
|
|
|
white-space: nowrap;
|
2026-07-14 16:04:51 +08:00
|
|
|
margin-bottom: 24rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-row {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 14rpx;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-bottom: 18rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-input {
|
|
|
|
|
flex: 1;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-button {
|
|
|
|
|
width: 132rpx;
|
|
|
|
|
margin: 0;
|
|
|
|
|
min-height: 80rpx;
|
2026-07-07 16:38:13 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.category-item {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
min-width: 120rpx;
|
2026-07-14 16:04:51 +08:00
|
|
|
height: 68rpx;
|
|
|
|
|
padding: 0 24rpx;
|
2026-07-07 16:38:13 +08:00
|
|
|
margin-right: 12rpx;
|
|
|
|
|
background: #ffffff;
|
|
|
|
|
border: 1rpx solid #d9e0e8;
|
2026-07-14 16:04:51 +08:00
|
|
|
border-radius: 999rpx;
|
|
|
|
|
color: #334155;
|
|
|
|
|
font-size: 25rpx;
|
|
|
|
|
font-weight: 700;
|
2026-07-07 16:38:13 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.category-item.active {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background: #0f766e;
|
|
|
|
|
border-color: #0f766e;
|
2026-07-07 15:06:33 +08:00
|
|
|
}
|
2026-07-14 16:04:51 +08:00
|
|
|
|
|
|
|
|
.product-list {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 18rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-card {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 20rpx;
|
|
|
|
|
padding: 20rpx;
|
|
|
|
|
background: #ffffff;
|
|
|
|
|
border: 1rpx solid #e4eaf0;
|
|
|
|
|
border-radius: 16rpx;
|
|
|
|
|
box-shadow: 0 8rpx 24rpx rgba(20, 36, 58, 0.05);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-thumb {
|
|
|
|
|
width: 160rpx;
|
|
|
|
|
height: 160rpx;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border-radius: 14rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-info {
|
|
|
|
|
min-width: 0;
|
|
|
|
|
flex: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 12rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-desc {
|
|
|
|
|
min-height: 64rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-footer {
|
|
|
|
|
margin-top: auto;
|
|
|
|
|
}
|