mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-03 02:48:45 +08:00
更新 UI 样式
调整字体大小
This commit is contained in:
parent
cd8e420e81
commit
7d38bc7adc
2 changed files with 8 additions and 2 deletions
|
@ -68,7 +68,7 @@ class Setting {
|
|||
[
|
||||
'name' => 'cravatar',
|
||||
'label' => __( '初认头像', 'wp-china-yes' ),
|
||||
'desc' => __( '<a href="https://cravatar.com/" target="_blank">初认头像(Cravatar)</a>Gravatar 在中国的完美替代方案,您可以在 https://cravatar.com 上传头像,更多选项请安装 WPAavatar 插件。(任何开发者均可在自己的产品中集成该服务,不局限于 WordPress)',
|
||||
'desc' => __( '<a href="https://cravatar.com/" target="_blank">初认头像(Cravatar)</a>Gravatar 在中国的完美替代方案,您可以在 Cravatar.com 上传头像,更多选项请安装 WPAavatar 插件。(任何开发者均可在自己的产品中集成该服务,不局限于 WordPress)',
|
||||
'wp-china-yes' ),
|
||||
'type' => 'radio',
|
||||
'default' => 'cn',
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue