From 12e094fafc9b03f29817b997e00867340028db5d Mon Sep 17 00:00:00 2001 From: linbin <495561397@qq.com> Date: Wed, 1 Oct 2025 12:55:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=BC=E8=BF=B0:=20=E7=BB=BC=E5=90=88?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=AE=B6=E7=AB=AF=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=92=8C=E5=8A=9F=E8=83=BD=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=20-=20=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E5=92=8C=E8=A1=A8=E6=A0=BC=E6=A0=B7=E5=BC=8F=EF=BC=8C=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E8=A7=86=E8=A7=89=E6=95=88=E6=9E=9C=E5=92=8C=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8F=AF=E8=AF=BB=E6=80=A7=20-=20=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=A4=B4=E9=83=A8=E6=A0=B7=E5=BC=8F=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=EF=BC=8C=E4=BC=98=E5=8C=96=E7=94=A8=E6=88=B7=E4=BD=93?= =?UTF-8?q?=E9=AA=8C=E5=92=8C=E8=A7=86=E8=A7=89=E4=B8=80=E8=87=B4=E6=80=A7?= =?UTF-8?q?=20-=20=E4=BC=98=E5=8C=96=E8=AE=A2=E5=8D=95=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=AD=97=E6=AE=B5=E6=98=BE=E7=A4=BA=E5=92=8C?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6=EF=BC=8C=E6=8F=90=E5=8D=87?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E4=BE=BF=E6=8D=B7=E6=80=A7=20-=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E5=AE=B9=E5=99=A8=E5=AE=BD=E5=BA=A6=E3=80=81=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=E5=B8=83=E5=B1=80=E5=92=8C=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=86=85=E8=BE=B9=E8=B7=9D=EF=BC=8C=E5=85=A8=E9=9D=A2=E6=94=B9?= =?UTF-8?q?=E5=96=84=E7=94=A8=E6=88=B7=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 商家端web/1 权限管理/商户管理.html | 88 +++++++++++------------ 商家端web/1 权限管理/子经营者管理.html | 97 +++++++++++--------------- 商家端web/index.html | 6 +- 商家端web/商品管理/商品管理.html | 35 ++++++---- 商家端web/数据分析/商品分析.html | 41 ++++++++--- 商家端web/数据分析/客户分析.html | 35 +++++++--- 商家端web/数据分析/订单分析.html | 47 ++++++++----- 商家端web/订单管理/订单管理.html | 28 +++----- 8 files changed, 202 insertions(+), 175 deletions(-) diff --git a/商家端web/1 权限管理/商户管理.html b/商家端web/1 权限管理/商户管理.html index 1ced491..a2d8404 100644 --- a/商家端web/1 权限管理/商户管理.html +++ b/商家端web/1 权限管理/商户管理.html @@ -22,27 +22,23 @@ } .container { - width: 100%; - height: 100vh; - margin: 0; - background-color: #fff; - border-radius: 0; - box-shadow: none; - overflow-y: auto; + max-width: 1600px; + margin: 0 auto; + padding: 20px; } - .header { - background-color: rgb(9, 84, 43); - color: #fff; - padding: 20px 30px; - display: flex; - justify-content: space-between; - align-items: center; + .page-header { + background: white; + padding: 16px 24px; + margin-bottom: 16px; + border-radius: 8px; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } - .header h1 { - font-size: 1.8rem; + .page-title { + font-size: 24px; font-weight: 600; + color: #262626; } .btn { @@ -76,27 +72,27 @@ background-color: #ffc53d; } - .content { - padding: 30px; - } - .section { - margin-bottom: 40px; + background: white; + padding: 24px; + margin-bottom: 16px; + border-radius: 8px; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .section-title { - font-size: 1.4rem; + font-size: 18px; font-weight: 600; - color: #333; + color: #262626; margin-bottom: 20px; - padding-bottom: 10px; - border-bottom: 2px solid #f0f0f0; + padding-bottom: 12px; + border-bottom: 1px solid #f0f0f0; } .form-container { background-color: #fafafa; - padding: 25px; - border-radius: 8px; + padding: 20px; + border-radius: 6px; border: 1px solid #e8e8e8; } @@ -161,8 +157,8 @@ .permissions-container { background-color: #fafafa; - padding: 25px; - border-radius: 8px; + padding: 20px; + border-radius: 6px; border: 1px solid #e8e8e8; max-height: 500px; overflow-y: auto; @@ -236,12 +232,14 @@ } .actions { + background: white; + padding: 24px; + margin-bottom: 16px; + border-radius: 8px; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); display: flex; justify-content: flex-end; - gap: 10px; - padding-top: 20px; - border-top: 1px solid #e8e8e8; - margin-top: 30px; + gap: 12px; } .image-uploader { @@ -306,13 +304,10 @@
- -
-

创建新商户

+ + - - -
@@ -488,14 +483,13 @@
-
- - -
+
+ +
diff --git a/商家端web/1 权限管理/子经营者管理.html b/商家端web/1 权限管理/子经营者管理.html index e478eba..772299a 100644 --- a/商家端web/1 权限管理/子经营者管理.html +++ b/商家端web/1 权限管理/子经营者管理.html @@ -22,32 +22,23 @@ } .container { - width: 100%; - height: 100vh; - margin: 0; - background-color: #fff; - border-radius: 0; - box-shadow: none; - overflow-y: auto; + max-width: 1600px; + margin: 0 auto; + padding: 20px; } - .header { - background-color: rgb(9, 84, 43); - color: #fff; - padding: 20px 30px; - display: flex; - justify-content: space-between; - align-items: center; + .page-header { + background: white; + padding: 16px 24px; + margin-bottom: 16px; + border-radius: 8px; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } - .header h1 { - font-size: 1.8rem; + .page-title { + font-size: 24px; font-weight: 600; - } - - .header-actions { - display: flex; - gap: 10px; + color: #262626; } .btn { @@ -92,28 +83,28 @@ } /* 内容区域 */ - .content { - padding: 30px; - } - .section { - margin-bottom: 40px; + background: white; + padding: 24px; + margin-bottom: 16px; + border-radius: 8px; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .section-title { - font-size: 1.4rem; + font-size: 18px; font-weight: 600; - color: #333; + color: #262626; margin-bottom: 20px; - padding-bottom: 10px; - border-bottom: 2px solid #f0f0f0; + padding-bottom: 12px; + border-bottom: 1px solid #f0f0f0; } /* 账号管理区域 */ .account-form { background-color: #fafafa; - padding: 25px; - border-radius: 8px; + padding: 20px; + border-radius: 6px; border: 1px solid #e8e8e8; } @@ -167,8 +158,8 @@ /* 权限分配区域 */ .permissions-container { background-color: #fafafa; - padding: 25px; - border-radius: 8px; + padding: 20px; + border-radius: 6px; border: 1px solid #e8e8e8; max-height: 500px; overflow-y: auto; @@ -283,12 +274,14 @@ /* 操作区域 */ .actions { + background: white; + padding: 24px; + margin-bottom: 16px; + border-radius: 8px; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); display: flex; justify-content: flex-end; - gap: 10px; - padding-top: 20px; - border-top: 1px solid #e8e8e8; - margin-top: 30px; + gap: 12px; } /* 响应式设计 */ @@ -317,15 +310,10 @@
- -
-

子经营者账号管理

-
-
+ + - - -

账号管理

@@ -386,15 +374,14 @@
- -
- - -
+ +
+ +
diff --git a/商家端web/index.html b/商家端web/index.html index 510eb71..ce2d797 100644 --- a/商家端web/index.html +++ b/商家端web/index.html @@ -80,7 +80,7 @@ position: fixed; left: 0; top: 50px; - width: 220px; + width: 200px; height: calc(100vh - 50px); background-color: white; border-right: 1px solid #e8e8e8; @@ -190,11 +190,11 @@ /* 主内容区域 */ .main-content { - margin-left: 220px; + margin-left: 200px; margin-top: 50px; height: calc(100vh - 50px); background-color: white; - padding: 20px; + padding: 24px; position: relative; } diff --git a/商家端web/商品管理/商品管理.html b/商家端web/商品管理/商品管理.html index 7736192..e4269db 100644 --- a/商家端web/商品管理/商品管理.html +++ b/商家端web/商品管理/商品管理.html @@ -18,31 +18,31 @@ } .container { - max-width: 1400px; + max-width: 1600px; margin: 0 auto; padding: 20px; } .page-header { background: white; - padding: 20px; + padding: 16px 24px; + margin-bottom: 16px; border-radius: 8px; - box-shadow: 0 2px 4px rgba(0,0,0,0.1); - margin-bottom: 20px; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .page-title { font-size: 24px; font-weight: 600; - color: #1a1a1a; - margin-bottom: 20px; + color: #262626; + margin-bottom: 16px; } .search-form { display: grid; - grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; - margin-bottom: 20px; + margin-bottom: 16px; } .form-item { @@ -78,6 +78,14 @@ margin-top: 16px; } + .search-section { + background: white; + padding: 24px; + margin-bottom: 16px; + border-radius: 8px; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); + } + .btn { padding: 10px 20px; border: none; @@ -219,7 +227,7 @@ .product-table th { background-color: #fafafa; - padding: 12px; + padding: 12px 16px; text-align: left; font-weight: 600; border-bottom: 2px solid #f0f0f0; @@ -227,7 +235,7 @@ } .product-table td { - padding: 16px 12px; + padding: 16px 16px; border-bottom: 1px solid #f0f0f0; font-size: 14px; vertical-align: middle; @@ -349,17 +357,19 @@
+ - + +
-
-
- +