From e6772c8541f4f51f1d043ce458c939b674329c25 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sun, 22 Mar 2026 14:37:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4main-card?= =?UTF-8?q?=E5=92=8Ccontent-box=E5=8C=85=E8=A3=85=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除main-card和content-box两层div - 内容卡片直接在el-main下 - 清理对应的CSS规则 --- clientarea/hgcloud/account.php | 9 ++------- clientarea/hgcloud/css/account.css | 13 ------------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/clientarea/hgcloud/account.php b/clientarea/hgcloud/account.php index 39ecded..988c768 100644 --- a/clientarea/hgcloud/account.php +++ b/clientarea/hgcloud/account.php @@ -19,11 +19,7 @@ - -
- -
- +
@@ -438,8 +434,7 @@
-
-
+
diff --git a/clientarea/hgcloud/css/account.css b/clientarea/hgcloud/css/account.css index b51bf0f..6db2166 100644 --- a/clientarea/hgcloud/css/account.css +++ b/clientarea/hgcloud/css/account.css @@ -1,20 +1,7 @@ /* ====== Account Page — 简约美化 V4 ====== */ /* 策略:零布局改动,只改颜色/圆角/阴影 */ -/* === 内容卡片边距 === */ -#account .main-card { - padding: 0.16rem 0; -} -/* === 页面标题(隐藏) === */ -#account .main-card-title { - display: none !important; -} - -/* === 内容容器 === */ -.content-box { - margin-top: 0; -} /* === 用户栏 === */ .box-top {