consumer模块完成度95%,准备部署消费者端测试

This commit is contained in:
cyh666666
2026-03-05 08:45:00 +08:00
parent cceb556c62
commit 7f7f723d93
1043 changed files with 53958 additions and 3445 deletions

View File

@@ -1,4 +1,4 @@
<template>
<template>
<view class="category-page">
<!-- 顶部搜索栏 -->
<view class="search-bar" :style="{ paddingTop: statusBarHeight + 'px' }">
@@ -727,9 +727,9 @@ function onScan(): void {
top: 0;
left: 0;
right: 0;
background-color: #4CAF50;
background-color: #ff5000;
z-index: 1000;
box-shadow: 0 2px 12px rgba(76, 175, 80, 0.15);
box-shadow: 0 2px 12px rgba(255, 80, 0, 0.15);
}
/* 导航栏占位 */
@@ -848,7 +848,7 @@ function onScan(): void {
align-items: center;
justify-content: center;
padding: 0 4px;
border: 2px solid #4CAF50;
border: 2px solid #ff5000;
}
/* 分类内容区 */
@@ -967,7 +967,7 @@ function onScan(): void {
}
.sub-category-item.active {
background: #4CAF50;
background: #ff5000;
}
.sub-category-item.active .sub-category-name {
@@ -1076,7 +1076,7 @@ function onScan(): void {
align-items: center;
justify-content: center;
/* gap: 6px; */
background: #4CAF50;
background: #ff5000;
color: white;
padding: 8px 12px;
border-radius: 8px;
@@ -1107,7 +1107,7 @@ function onScan(): void {
.empty-icon {
font-size: 60px;
color: #4CAF50;
color: #ff5000;
margin-bottom: 15px;
}
@@ -1464,3 +1464,4 @@ function onScan(): void {
}
}
</style>