From 096ec2f08fc08f1ed53ce22a9d8af04bed7425b9 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sun, 22 Mar 2026 11:19:01 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=94=B6=E7=B4=A7account=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=89=80=E6=9C=89=E9=97=B4=E8=B7=9D=E7=BA=A640%,?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E6=9B=B4=E7=B4=A7=E5=87=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clientarea/hgcloud/css/account.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/clientarea/hgcloud/css/account.css b/clientarea/hgcloud/css/account.css index ac949e5..35e16d4 100644 --- a/clientarea/hgcloud/css/account.css +++ b/clientarea/hgcloud/css/account.css @@ -16,12 +16,12 @@ /* === 内容容器 === */ .content-box { - margin-top: 0.4rem; + margin-top: 0.2rem; } /* === 用户栏 === */ .box-top { - height: 1rem; + height: 0.6rem; width: 100%; border-bottom: 1px solid #E5E7EB; display: flex; @@ -34,10 +34,10 @@ width: 100%; } .name-text { - font-size: 0.32rem; + font-size: 0.22rem; font-family: Helvetica; font-weight: bold; - line-height: 0.32rem; + line-height: 0.22rem; color: #1F2937 !important; } .name-country { @@ -77,7 +77,7 @@ /* === 主内容区 === */ .box-main { - margin-top: 0.4rem; + margin-top: 0.16rem; } /* === Popconfirm === */ @@ -101,23 +101,23 @@ /* === 分组区块 — 轻卡片(无 padding 避免压缩布局) === */ .account { - margin-top: 0.62rem !important; + margin-top: 0.3rem !important; } .basic > .el-row, .account > .el-row { - margin-top: 0.43rem; + margin-top: 0.2rem; } .oauth { - margin-top: 0.62rem; + margin-top: 0.3rem; } .wx-switch { - margin-top: 0.43rem; + margin-top: 0.2rem; } .oauth-box { - margin-top: 0.43rem; + margin-top: 0.2rem; display: flex; flex-wrap: wrap; - row-gap: 0.43rem; + row-gap: 0.2rem; } /* === 表单项 === */ @@ -131,7 +131,7 @@ font-weight: 500; height: 0.2rem; color: #6B7280; - margin-bottom: 0.25rem; + margin-bottom: 0.08rem; } /* === 输入框 — 圆角边框(保持原始宽度 3.2rem) === */ @@ -210,7 +210,7 @@ .btn-save { width: 1.2rem; height: 0.4rem; - margin-top: 0.43rem; + margin-top: 0.24rem; background: var(--color-primary); border-radius: 8px; color: #ffffff;