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 @@