From 7d38bc7adc8abfb7592856e9b5bdd66c8698ed9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=87=E6=B4=BE=E5=A4=87=E6=A1=88?= <130886204+modiqi@users.noreply.github.com> Date: Sat, 9 Mar 2024 15:57:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20UI=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整字体大小 --- Service/Setting.php | 2 +- assets/css/setting.css | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Service/Setting.php b/Service/Setting.php index 588d1bb..aed8de9 100644 --- a/Service/Setting.php +++ b/Service/Setting.php @@ -68,7 +68,7 @@ class Setting { [ 'name' => 'cravatar', 'label' => __( '初认头像', 'wp-china-yes' ), - 'desc' => __( '初认头像(Cravatar)Gravatar 在中国的完美替代方案,您可以在 https://cravatar.com 上传头像,更多选项请安装 WPAavatar 插件。(任何开发者均可在自己的产品中集成该服务,不局限于 WordPress)', + 'desc' => __( '初认头像(Cravatar)Gravatar 在中国的完美替代方案,您可以在 Cravatar.com 上传头像,更多选项请安装 WPAavatar 插件。(任何开发者均可在自己的产品中集成该服务,不局限于 WordPress)', 'wp-china-yes' ), 'type' => 'radio', 'default' => 'cn', diff --git a/assets/css/setting.css b/assets/css/setting.css index de2b0e5..5a1bfdb 100644 --- a/assets/css/setting.css +++ b/assets/css/setting.css @@ -5,7 +5,9 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq #wpcontent, #wpfooter { background-color: #ffffff; } - +#wpbody-content { + padding-bottom: 10%; +} .notice { background-color: #f5f5f5; } @@ -72,6 +74,10 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq margin: 0 auto; line-height: 1.5; } +.settings-header .update-messages h2, .update-php h2, h4 { + font-size: 15px; + font-weight: 400; +} .settings-title-section { padding: 1% 0;